-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
I've run into the same issue as found previously:
I'm running on the latest master: 4c3b08c
I get the following error:
wkspc: None
project: None
RallyRestResponse for Subscription, _stdFormat?: False, _servable: 1 _limit: 1 _served: 0
RallyRestResponse for User, _stdFormat?: True, _servable: 0 _limit: 0 _served: 0
Traceback (most recent call last):
File "<ipython-input-5-1f8c64fd546b>", line 1, in <module>
runfile('//snl/home/pcarlso/src/Python-Rally-Test/run.py', wdir='//snl/home/pcarlso/src/Python-Rally-Test')
File "C:\ProgramData\Anaconda3\lib\site-packages\spyder\utils\site\sitecustomize.py", line 710, in runfile
execfile(filename, namespace)
File "C:\ProgramData\Anaconda3\lib\site-packages\spyder\utils\site\sitecustomize.py", line 101, in execfile
exec(compile(f.read(), filename, 'exec'), namespace)
File "//snl/home/pcarlso/src/Python-Rally-Test/run.py", line 12, in <module>
rally = Rally(server=server, user=user, password=password)
File "c:\users\pcarlso\documents\src\rallyresttoolkitforpython\pyral\restapi.py", line 261, in __init__
self.contextHelper.check(self.server, wksp, proj, self.isolated_workspace)
File "c:\users\pcarlso\documents\src\rallyresttoolkitforpython\pyral\context.py", line 175, in check
self._getDefaults(user_response)
File "c:\users\pcarlso\documents\src\rallyresttoolkitforpython\pyral\context.py", line 429, in _getDefaults
user = user_response.next()
File "c:\users\pcarlso\documents\src\rallyresttoolkitforpython\pyral\rallyresp.py", line 290, in next
return self.__next__()
File "c:\users\pcarlso\documents\src\rallyresttoolkitforpython\pyral\rallyresp.py", line 304, in __next__
raise StopIteration
I don't think the suggested code fix was ever included.
Metadata
Metadata
Assignees
Labels
No labels