Closed
Description
I've forked the repo into my own repo here and I've done all the setup steps. The Generate images
actions step fails. The log contains hundreds of lines that say A path returned 202. Retrying...
, and the following error:
Traceback (most recent call last):
File "generate_images.py", line 105, in <module>
asyncio.run(main())
File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/asyncio/runners.py", line 43, in run
return loop.run_until_complete(main)
File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "generate_images.py", line 101, in main
await asyncio.gather(generate_languages(s), generate_overview(s))
File "generate_images.py", line 41, in generate_overview
changed = (await s.lines_changed)[0] + (await s.lines_changed)[1]
File "/home/runner/work/github-stats/github-stats/github_stats.py", line 437, in lines_changed
author = author_obj.get("author", {}).get("login", "")
AttributeError: 'str' object has no attribute 'get'
Metadata
Metadata
Assignees
Labels
No labels