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

sql_get_contributions: 'NoneType' object has no attribute 'rows2dict' #323

Open
Ferrariic opened this issue Jan 6, 2022 · 0 comments
Open
Labels
bug Something isn't working

Comments

@Ferrariic
Copy link
Member

File "/code/./api/routers/legacy_debug.py", line 357, in get_contributions_url
data = await parse_contributors([await to_jagex_name(contributor)], version=version)
File "/code/./api/routers/legacy_debug.py", line 249, in parse_contributors
contributions = await sql_get_contributions(contributors)
File "/code/./api/routers/legacy_debug.py", line 221, in sql_get_contributions
data_dict = data.rows2dict()
AttributeError: 'NoneType' object has no attribute 'rows2dict'

@Ferrariic Ferrariic added the bug Something isn't working label Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant