We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Run anmol098/waka-readme-stats@master with: SHOW_PROJECTS: False WAKATIME_API_KEY: *** GH_TOKEN: *** SECTION_NAME: CodingStats COMMIT_MESSAGE: Updated waka-readme graph with new metrics SHOW_OS: True SHOW_EDITORS: True SHOW_TIMEZONE: True SHOW_COMMIT: True SHOW_LANGUAGE: True SHOW_LINES_OF_CODE: False SHOW_LANGUAGE_PER_REPO: True SHOW_LOC_CHART: True SHOW_DAYS_OF_WEEK: True SHOW_PROFILE_VIEWS: True SHOW_SHORT_INFO: True SHOW_UPDATED_DATE: True SHOW_TOTAL_CODE_TIME: True COMMIT_BY_ME: False COMMIT_SINGLE: False LOCALE: en UPDATED_DATE_FORMAT: %d/%m/%Y %H:%M:%S SYMBOL_VERSION: 1 /usr/bin/docker run --name wakareadmestatswakareadmestatsmaster_cb1[2](https://github.com/ImBIOS/ImBIOS/actions/runs/10565276173/job/29269448874#step:3:2)27 --label 9be[3](https://github.com/ImBIOS/ImBIOS/actions/runs/10565276173/job/29269448874#step:3:3)30 --workdir /github/workspace --rm -e "INPUT_SHOW_PROJECTS" -e "INPUT_WAKATIME_API_KEY" -e "INPUT_GH_TOKEN" -e "INPUT_SECTION_NAME" -e "INPUT_COMMIT_MESSAGE" -e "INPUT_PULL_BRANCH_NAME" -e "INPUT_PUSH_BRANCH_NAME" -e "INPUT_SHOW_OS" -e "INPUT_SHOW_EDITORS" -e "INPUT_SHOW_TIMEZONE" -e "INPUT_SHOW_COMMIT" -e "INPUT_SHOW_LANGUAGE" -e "INPUT_SHOW_LINES_OF_CODE" -e "INPUT_SHOW_LANGUAGE_PER_REPO" -e "INPUT_SHOW_LOC_CHART" -e "INPUT_SHOW_DAYS_OF_WEEK" -e "INPUT_SHOW_PROFILE_VIEWS" -e "INPUT_SHOW_SHORT_INFO" -e "INPUT_SHOW_UPDATED_DATE" -e "INPUT_SHOW_TOTAL_CODE_TIME" -e "INPUT_COMMIT_BY_ME" -e "INPUT_COMMIT_USERNAME" -e "INPUT_COMMIT_EMAIL" -e "INPUT_COMMIT_SINGLE" -e "INPUT_LOCALE" -e "INPUT_UPDATED_DATE_FORMAT" -e "INPUT_IGNORED_REPOS" -e "INPUT_SYMBOL_VERSION" -e "INPUT_DEBUG_LOGGING" -e "HOME" -e "GITHUB_JOB" -e "GITHUB_REF" -e "GITHUB_SHA" -e "GITHUB_REPOSITORY" -e "GITHUB_REPOSITORY_OWNER" -e "GITHUB_REPOSITORY_OWNER_ID" -e "GITHUB_RUN_ID" -e "GITHUB_RUN_NUMBER" -e "GITHUB_RETENTION_DAYS" -e "GITHUB_RUN_ATTEMPT" -e "GITHUB_REPOSITORY_ID" -e "GITHUB_ACTOR_ID" -e "GITHUB_ACTOR" -e "GITHUB_TRIGGERING_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_REF_NAME" -e "GITHUB_REF_PROTECTED" -e "GITHUB_REF_TYPE" -e "GITHUB_WORKFLOW_REF" -e "GITHUB_WORKFLOW_SHA" -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 "GITHUB_STEP_SUMMARY" -e "GITHUB_STATE" -e "GITHUB_OUTPUT" -e "RUNNER_OS" -e "RUNNER_ARCH" -e "RUNNER_NAME" -e "RUNNER_ENVIRONMENT" -e "RUNNER_TOOL_CACHE" -e "RUNNER_TEMP" -e "RUNNER_WORKSPACE" -e "ACTIONS_RUNTIME_URL" -e "ACTIONS_RUNTIME_TOKEN" -e "ACTIONS_CACHE_URL" -e "ACTIONS_RESULTS_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/ImBIOS/ImBIOS":"/github/workspace" wakareadmestats/waka-readme-stats:master Traceback (most recent call last): File "/waka-readme-stats/main.py", line 230, in <module> run(main()) File "/usr/local/lib/python3.11/asyncio/runners.py", line 190, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/waka-readme-stats/main.py", line 217, in main stats = await get_stats() ^^^^^^^^^^^^^^^^^ File "/waka-readme-stats/main.py", line 162, in get_stats yearly_data, commit_data = await calculate_commit_data(repositories) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/waka-readme-stats/yearly_commit_calculator.py", line 37, in calculate_commit_data await update_data_with_commit_stats(repo, yearly_data, date_data) File "/waka-readme-stats/yearly_commit_calculator.py", line 63, in update_data_with_commit_stats commit_data = await DM.get_remote_graphql("repo_commit_list", owner=owner, name=repo_details["name"], branch=branch["name"], id=GHM.USER.node_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/waka-readme-stats/manager_download.py", line 297, in get_remote_graphql res = await DownloadManager._fetch_graphql_paginated(query, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/waka-readme-stats/manager_download.py", line 273, in _fetch_graphql_paginated initial_query_response = await DownloadManager._fetch_graphql_query(query, **kwargs, pagination="first: 100") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/waka-readme-stats/manager_download.py", line 237, in _fetch_graphql_query raise Exception(f"Query '{query}' failed to run by returning code of {res.status_code}: {res.json()}") ^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/httpx/_models.py", line 761, in json return jsonlib.loads(self.content, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/json/__init__.py", line 3[4](https://github.com/ImBIOS/ImBIOS/actions/runs/10565276173/job/29269448874#step:3:4)6, in loads return _default_decoder.decode(s) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/json/decoder.py", line 3[5](https://github.com/ImBIOS/ImBIOS/actions/runs/10565276173/job/29269448874#step:3:5)5, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) sys:1: RuntimeWarning: coroutine 'AsyncClient.get' was never awaited
To Reproduce Steps to reproduce the behavior:
Expected behavior
Run successfully.
Github repository link https://github.com/ImBIOS/ImBIOS
Additional context It sometimes happens
The text was updated successfully, but these errors were encountered:
Fixed runtinewarning error
runtinewarning
4e60064
Fixed the bug of [issue 523](anmol098#523) sys:1: RuntimeWarning: coroutine 'AsyncClient.get' was never awaited
RuntimeWarning
anmol098
No branches or pull requests
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Run successfully.
Github repository link
https://github.com/ImBIOS/ImBIOS
Additional context
It sometimes happens
The text was updated successfully, but these errors were encountered: