Skip to content

Instantly share code, notes, and snippets.

@ssbarnea
Created March 18, 2019 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssbarnea/a0ad27e516a81d8c856a6f8658bd0126 to your computer and use it in GitHub Desktop.
Save ssbarnea/a0ad27e516a81d8c856a6f8658bd0126 to your computer and use it in GitHub Desktop.
gertty-error-rdo.log
2019-03-18 17:42:57,344 Exception running task <GetVersionTask>
Traceback (most recent call last):
File "/Users/ssbarnea/os/gertty/gertty/sync.py", line 1427, in _run
task.run(self)
File "/Users/ssbarnea/os/gertty/gertty/sync.py", line 218, in run
sync.setRemoteVersion(version)
File "/Users/ssbarnea/os/gertty/gertty/sync.py", line 1563, in setRemoteVersion
base = version.split('-')[0]
AttributeError: 'NoneType' object has no attribute 'split'
2019-03-18 17:42:57,508 Exception running task <SyncOwnAccountTask>
Traceback (most recent call last):
File "/Users/ssbarnea/os/gertty/gertty/sync.py", line 1427, in _run
task.run(self)
File "/Users/ssbarnea/os/gertty/gertty/sync.py", line 200, in run
sync.account_id = remote['_account_id']
TypeError: 'NoneType' object has no attribute '__getitem__'
2019-03-18 17:42:57,727 Exception running task <SyncProjectListTask>
Traceback (most recent call last):
File "/Users/ssbarnea/os/gertty/gertty/sync.py", line 1427, in _run
task.run(self)
File "/Users/ssbarnea/os/gertty/gertty/sync.py", line 232, in run
remote_keys = set(remote.keys())
AttributeError: 'NoneType' object has no attribute 'keys'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment