Bot-Detector-Core-Files icon indicating copy to clipboard operation
Bot-Detector-Core-Files copied to clipboard

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

Open Ferrariic opened this issue 3 years ago • 0 comments

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 avatar Jan 06 '22 21:01 Ferrariic