it keep repeating this line
File "R:\post-review", line 1469, in tempt_fate
    parent_diff_content, submit_as)
and the this

 File "R:\post-review", line 1425, in tempt_fate
    review_request = server.new_review_request(changenum, submit_as)
  File "R:\post-review", line 255, in new_review_request
    rsp = self.api_post('api/json/reviewrequests/new/', data)
  File "R:\post-review", line 425, in api_post
    return self.process_json(self.http_post(path, fields, files))
  File "R:\post-review", line 406, in http_post
    data = urllib2.urlopen(r).read()
  File "C:\Python25\lib\urllib2.py", line 124, in urlopen
    return _opener.open(url, data)
  File "C:\Python25\lib\urllib2.py", line 379, in open
    req = meth(req)
  File "C:\Python25\lib\urllib2.py", line 1127, in http_request
    self.cookiejar.add_cookie_header(request)
  File "C:\python25\lib\cookielib.py", line 1322, in add_cookie_header
    cookies = self._cookies_for_request(request)
  File "C:\python25\lib\cookielib.py", line 1248, in
_cookies_for_request
    cookies.extend(self._cookies_for_domain(domain, request))
  File "C:\python25\lib\cookielib.py", line 1237, in
_cookies_for_domain
    if not self._policy.return_ok(cookie, request):
  File "C:\python25\lib\cookielib.py", line 1069, in return_ok
    if not fn(cookie, request):
  File "C:\python25\lib\cookielib.py", line 1121, in return_ok_domain
    req_host, erhn = eff_request_host(request)
  File "C:\python25\lib\cookielib.py", line 597, in eff_request_host
    erhn = req_host = request_host(request)
  File "C:\python25\lib\cookielib.py", line 583
, in request_host
    host = urlparse.urlparse(url)[1]
  File "C:\python25\lib\urlparse.py", line 154, in urlparse
    tuple = urlsplit(url, scheme, allow_fragments)
  File "C:\python25\lib\urlparse.py", line 187, in urlsplit
    cached = _parse_cache.get(key, None)
RuntimeError: maximum recursion depth exceeded in cmp



On Oct 28, 3:46 pm, "Christian Hammond" <[EMAIL PROTECTED]> wrote:
> There must be more of that error. It just ends in the middle of the
> traceback.
>
> Christian
>
> --
> Christian Hammond - [EMAIL PROTECTED]
> VMware, Inc.
>
> On Tue, Oct 28, 2008 at 11:41 AM, 13Strider <[EMAIL PROTECTED]>wrote:
>
>
>
> > Thanks for all your help but now when i run Post-review
> > i get this error
>
> > salmon.test.local:1999
> > >>> Repository info 'Path: salmon.test.local:1999, Base path: None,
> > Supports changesets: True'
> > >>> Generating diff for changenum 121473
> > >>> p4 describe -s 121473
> > >>> Processing edit of //data/cmn/ini/common.ini
> > >>> Writing "///data/cmn/ini/common.ini#1" to
> > "c:\users\sam1\appdata\local\temp\tmpsz6obg"
> > >>> p4 print -q "//data/cmn/ini/common.ini#1"
> > >>> p4 where "//data/cmn/ini/common.ini"
> > >>> diff -urNp "c:\users\sam1\appdata\local\temp\tmpsz6obg"
> > "c:\data\cmn\ini\common.ini"
> > ['--- c:\\users\\sam1\\appdata\\local\\temp\\tmpsz6obg\t2008-10-28
> > 15:35:43.795114800 -0300\n', '+++ c:\\\\data\\cmn\\ini\\common.ini
> > \t2008-10-27 16:39:18.595114800 -0300\n', '@@ -4,11 +4,12 @@ \xef\xbb
> > \xbf//\n', ' \n', ' // Settings that have to change or be removed at
> > Alpha.\n', ' SGR_DISABLE_PERFORMANCE_STATS = 1\n', '-
> > DISPLAY_NIGHTRUN_INFO = 0\n', '+DISPLAY  _NIGHTRUN_INFO = 0\n', '
> > LIGHTING=2\n', '-// Display the script/shot name in the top left corner
> > \n', '+// Display the script/shot name in the top left cor ner\n', '
> > SHOW_SCRIPT_TEXT=1\n', '-\n', '+APT_TRACE=1\n', '+ON_SCREEN_TRACE=1 //
> > Print Screen N a mes a nd more di rectly in the game window \n', ' []
> > \n', ' SKIP_FE=0\n', ' VIDEO = 1\n', '@@ -44,7 +45,7 @@
> > AUTO_BUTTON_PRESSES = 0\n', ' REGION = na\n', ' \n', ' \n', '-//
> > allows picking sides without going to the pause menu.\n', '+// allows
> > picki ng sides without going to the pause menu.\n', ' //SIDE_SELECT = -
> > h\n', ' \n', ' \n']
> > >>> Looking for '192.168.100.4 /' cookie in C:\Users\Sam1\Local
> > Settings\Application Data\.post-review-cookies.txt
> > >>> Loaded valid cookie -- no login required
> > >>> Attempting to create review request for 121473
> > >>> HTTP POSTing tohttp://192.168.100.4/api/json/reviewrequests/new/:
> > {'repository_path': 'salmon.test.local:1999', 'changenum': '121473'}
> > >>> Looking for '192.168.100.4 /' cookie in C:\Users\Sam1\Local
> > Settings\Application Data\.post-review-cookies.txt
> > >>> Loaded valid cookie -- no login required
> > >>> Attempting to create review request for 121473
> > >>> HTTP POSTing tohttp://192.168.100.4/api/json/reviewrequests/new/:
> > {'repository_path': 'salmon.test.local:1999', 'changenum': '121473'}
> > Traceback (most recent call last):
> >  File "R:\post-review", line 1735, in <module>
> >    main(sys.argv[1:])
> >  File "R:\post-review", line 1717, in main
> >    submit_as=options.submit_as)
> >  File "R:\post-review", line 1469, in tempt_fate
> >    parent_diff_content, submit_as)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to