Skip to content

Instantly share code, notes, and snippets.

@prometheanfire
Created November 30, 2020 07:59
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 prometheanfire/85ef04eb64047088b09ace04223eb900 to your computer and use it in GitHub Desktop.
Save prometheanfire/85ef04eb64047088b09ace04223eb900 to your computer and use it in GitHub Desktop.
2020-11-30 01:57:26,065 Run: <GetVersionTask>
2020-11-30 01:57:26,069 GET: https://review.opendev.org/a/config/server/version
2020-11-30 01:57:26,072 Starting new HTTPS connection (1): review.opendev.org:443
2020-11-30 01:57:26,201 https://review.opendev.org:443 "GET /a/config/server/version HTTP/1.1" 401 12
2020-11-30 01:57:26,203 HTTP status code: 401
2020-11-30 01:57:26,204 Exception running task <GetVersionTask>
Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/gertty/sync.py", line 1530, in _run
task.run(self)
File "/usr/lib/python3.8/site-packages/gertty/sync.py", line 221, in run
sync.setRemoteVersion(version)
File "/usr/lib/python3.8/site-packages/gertty/sync.py", line 1666, in setRemoteVersion
base = version.split('-')[0]
AttributeError: 'NoneType' object has no attribute 'split'
2020-11-30 01:57:26,206 Run: <SyncOwnAccountTask>
2020-11-30 01:57:26,210 GET: https://review.opendev.org/a/accounts/self
2020-11-30 01:57:26,243 https://review.opendev.org:443 "GET /a/accounts/self HTTP/1.1" 401 12
2020-11-30 01:57:26,245 HTTP status code: 401
2020-11-30 01:57:26,245 Exception running task <SyncOwnAccountTask>
Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/gertty/sync.py", line 1530, in _run
task.run(self)
File "/usr/lib/python3.8/site-packages/gertty/sync.py", line 201, in run
sync.account_id = remote['_account_id']
TypeError: 'NoneType' object is not subscriptable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment