Insta-Bot icon indicating copy to clipboard operation
Insta-Bot copied to clipboard

Crush Traceback (most recent call last):

Open AlexSheff opened this issue 3 years ago • 0 comments

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

AlexSheff avatar Feb 19 '21 05:02 AlexSheff