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
Task exception was never retrieved
future: <Task finished name='Task-7' coro=<AccountTracker.setup_tasks() done, defined at C:\Users\user\Documents\Tweetcord-main\Tweetcord-main\src\notification\account_tracker.py:32> exception=KeyError('user')>
Traceback (most recent call last):
File "C:\Users\user\Documents\Tweetcord-main\Tweetcord-main\src\notification\account_tracker.py", line 35, in setup_tasks
app = Twitter(account_name)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\tweety\bot.py", line 34, in init
self.session = Session(self, session_name) if isinstance(session_name, str) else session_name
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\tweety\session.py", line 13, in init
self._load_session()
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\tweety\session.py", line 25, in _load_session
self.user = session_data['user']
~~~~~~~~~~~~^^^^^^^^
KeyError: 'user'
The text was updated successfully, but these errors were encountered:
Task exception was never retrieved
future: <Task finished name='Task-7' coro=<AccountTracker.setup_tasks() done, defined at C:\Users\user\Documents\Tweetcord-main\Tweetcord-main\src\notification\account_tracker.py:32> exception=KeyError('user')>
Traceback (most recent call last):
File "C:\Users\user\Documents\Tweetcord-main\Tweetcord-main\src\notification\account_tracker.py", line 35, in setup_tasks
app = Twitter(account_name)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\tweety\bot.py", line 34, in init
self.session = Session(self, session_name) if isinstance(session_name, str) else session_name
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\tweety\session.py", line 13, in init
self._load_session()
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\tweety\session.py", line 25, in _load_session
self.user = session_data['user']
~~~~~~~~~~~~^^^^^^^^
KeyError: 'user'
The text was updated successfully, but these errors were encountered: