Skip to content

Instantly share code, notes, and snippets.

@JeffCarpenter
Last active September 27, 2022 19:32
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 JeffCarpenter/7e4ad619485e7c0eb0abf7589bf76013 to your computer and use it in GitHub Desktop.
Save JeffCarpenter/7e4ad619485e7c0eb0abf7589bf76013 to your computer and use it in GitHub Desktop.
github-to-sqlite starred ~/.local/share/dogsheep/github.db 39.51s user 72.27s system 11% cpu 16:28.50 total
Traceback (most recent call last):
File "/Users/jeff/brew/bin/github-to-sqlite", line 8, in <module>
sys.exit(cli())
File "/Users/jeff/Library/Python/3.10/lib/python/site-packages/click/core.py", line 1128, in __call__
return self.main(*args, **kwargs)
File "/Users/jeff/Library/Python/3.10/lib/python/site-packages/click/core.py", line 1053, in main
rv = self.invoke(ctx)
File "/Users/jeff/Library/Python/3.10/lib/python/site-packages/click/core.py", line 1659, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Users/jeff/Library/Python/3.10/lib/python/site-packages/click/core.py", line 1395, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Users/jeff/Library/Python/3.10/lib/python/site-packages/click/core.py", line 754, in invoke
return __callback(*args, **kwargs)
File "/Users/jeff/brew/lib/python3.10/site-packages/github_to_sqlite/cli.py", line 181, in starred
utils.save_stars(db, user, stars)
File "/Users/jeff/brew/lib/python3.10/site-packages/github_to_sqlite/utils.py", line 491, in save_stars
for star in stars:
File "/Users/jeff/brew/lib/python3.10/site-packages/github_to_sqlite/utils.py", line 430, in fetch_all_starred
for stars in paginate(url, headers):
File "/Users/jeff/brew/lib/python3.10/site-packages/github_to_sqlite/utils.py", line 473, in paginate
raise GitHubError.from_response(response)
github_to_sqlite.utils.GitHubError: ('Server Error', 502)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment