Skip to content
New issue

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

Error getting GitHub languages #68

Open
ReenigneArcher opened this issue Dec 22, 2024 · 0 comments
Open

Error getting GitHub languages #68

ReenigneArcher opened this issue Dec 22, 2024 · 0 comments
Assignees

Comments

@ReenigneArcher
Copy link
Member

Describe the Bug

This is randomly occuring. See the following:

Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
    self.run()
  File "/opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages/ipykernel/ipkernel.py", line 766, in run_closure
    _threading_Thread_run(self)
  File "/opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/threading.py", line 1012, in run
    self._target(*self._args, **self._kwargs)
  File "/home/runner/work/dashboard/dashboard/src/updater.py", line 288, in update_github
    response = helpers.s.get(url=repo['languages_url'], headers=headers)
                                 ~~~~^^^^^^^^^^^^^^^^^
TypeError: string indices must be integers, not 'str'

Expected Behavior

No response

Additional Context

No response

@ReenigneArcher ReenigneArcher self-assigned this Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant