You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error at new_listings
'DataFrame' object has no attribute 'story_id'
Traceback (most recent call last):
File "/home/pi/Axie_Manager_Bot/src/cogs/loops/axie_alert.py", line 287, in new_listings
search, build["R1 deviation"], build["R2 deviation"]
File "/home/pi/Axie_Manager_Bot/src/alerts/genes.py", line 45, in get_genes
~genes.story_id.isin(genes[genes.stage == 1]["story_id"].tolist())
File "/home/pi/venv/lib/python3.7/site-packages/pandas/core/generic.py", line 5465, in getattr
return object.getattribute(self, name)
AttributeError: 'DataFrame' object has no attribute 'story_id'
The text was updated successfully, but these errors were encountered:
Error at new_listings
'DataFrame' object has no attribute 'story_id'
Traceback (most recent call last):
File "/home/pi/Axie_Manager_Bot/src/cogs/loops/axie_alert.py", line 287, in new_listings
search, build["R1 deviation"], build["R2 deviation"]
File "/home/pi/Axie_Manager_Bot/src/alerts/genes.py", line 45, in get_genes
~genes.story_id.isin(genes[genes.stage == 1]["story_id"].tolist())
File "/home/pi/venv/lib/python3.7/site-packages/pandas/core/generic.py", line 5465, in getattr
return object.getattribute(self, name)
AttributeError: 'DataFrame' object has no attribute 'story_id'
The text was updated successfully, but these errors were encountered: