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

Crush Traceback (most recent call last): #7

Closed
AlexSheff opened this issue Feb 19, 2021 · 0 comments · Fixed by #14
Closed

Crush Traceback (most recent call last): #7

AlexSheff opened this issue Feb 19, 2021 · 0 comments · Fixed by #14
Assignees
Labels
bug Something isn't working

Comments

@AlexSheff
Copy link

Traceback (most recent call last):
File "D:\Users\Chair\PycharmProjects\InstaBot\venv\lib\site-packages\pandas\core\indexes\base.py", line 3080, in get_loc
return self._engine.get_loc(casted_key)
File "pandas_libs\index.pyx", line 70, in pandas._libs.index.IndexEngine.get_loc
File "pandas_libs\index.pyx", line 101, in pandas._libs.index.IndexEngine.get_loc
File "pandas_libs\hashtable_class_helper.pxi", line 4554, in pandas._libs.hashtable.PyObjectHashTable.get_item
File "pandas_libs\hashtable_class_helper.pxi", line 4562, in pandas._libs.hashtable.PyObjectHashTable.get_item
KeyError: '0'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "D:/Users/Chair/PycharmProjects/InstaBot/venv/InstaBot2.py", line 30, in
prev_user_list = list(prev_user_list['0'])
File "D:\Users\Chair\PycharmProjects\InstaBot\venv\lib\site-packages\pandas\core\frame.py", line 3024, in getitem
indexer = self.columns.get_loc(key)
File "D:\Users\Chair\PycharmProjects\InstaBot\venv\lib\site-packages\pandas\core\indexes\base.py", line 3082, in get_loc
raise KeyError(key) from err
KeyError: '0'

Process finished with exit code 1

@Estayparadox Estayparadox self-assigned this Aug 20, 2023
@Estayparadox Estayparadox added the bug Something isn't working label Aug 20, 2023
@Estayparadox Estayparadox linked a pull request Aug 20, 2023 that will close this issue
3 tasks
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

Successfully merging a pull request may close this issue.

2 participants