Closed nick22985 closed 2 years ago
Running into run time errors causing line 515 to never execute because of the exception "Cannot find the Locale choosing default to english" match resulting in waka stats not updating in user's readme file.. Seems like a widespread user problem..
Wasn't able to follow through entirely but I wonder if some recent commits in https://github.com/PyGithub/PyGithub/commits/master repo caused this problem.. ?
Run Time Build Error:
`/usr/bin/docker run --name f8842045d1aeaba05d43d99d460f8304578bf5_f6bf07 --label f88420 --workdir /github/workspace --rm -e INPUT_WAKATIME_API_KEY -e INPUT_GH_TOKEN -e INPUT_SHOW_LINES_OF_CODE -e INPUT_SHOW_TIMEZONE -e INPUT_SHOW_EDITORS -e INPUT_SHOW_LANGUAGE_PER_REPO -e INPUT_SHOW_OS -e INPUT_SHOW_PROJECTS -e INPUT_SHOW_COMMIT -e INPUT_SHOW_DAYS_OF_WEEK -e INPUT_SHOW_LOC_CHART -e INPUT_SHOW_LANGUAGE -e INPUT_LOCALE -e INPUT_COMMIT_BY_ME -e INPUT_SHOW_PROFILE_VIEWS -e INPUT_SHOW_SHORT_INFO -e INPUT_IGNORED_REPOS -e INPUT_COMMIT_MESSAGE -e INPUT_SHOW_UPDATED_DATE -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RETENTION_DAYS -e GITHUB_RUN_ATTEMPT -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_SERVER_URL -e GITHUB_API_URL -e GITHUB_GRAPHQL_URL -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e GITHUB_ACTION_REPOSITORY -e GITHUB_ACTION_REF -e GITHUB_PATH -e GITHUB_ENV -e RUNNER_OS -e RUNNER_NAME -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/dionnenoellabarretto/dionnenoellabarretto":"/github/workspace" f88420:45d1aeaba05d43d99d460f8304578bf5
Traceback (most recent call last):
File "/main.py", line 525, in
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/main.py", line 529, in
fixed in #241
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior To run and update github readme
Github repository link n/a just a workflow file
Additional context This was working and sudenly has stopped working in the last few days. Checked github deve key / updated it still producing same error