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
I forgot to mention, that jobs created with run_once (for example) are being stored and executed as expected, so i assume this is either undocumented limitation or a bug and not my error.
Module in question: ptb_sqlalchemy_jobstore
Steps to reproduce
Create a ConversationHandler with conversation_timeout set to any supported value other than None.
Add PTBSQLAlchemyJobStore to dispatcher.job_queue.scheduler .
Start the bot.
Enter ConversationHandler created in step 1.
Expected behaviour
Conversation Timeout job should be added to job store.
Actual behaviour
Job cannot be stored due to serialisation error.
Configuration
MacOs 12.0.1, python 3.9.7
Version of Python, python-telegram-bot & dependencies:
Logs
The text was updated successfully, but these errors were encountered: