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

Error #6

Open
omonukko opened this issue Nov 19, 2024 · 0 comments
Open

Error #6

omonukko opened this issue Nov 19, 2024 · 0 comments

Comments

@omonukko
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant