-
-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hello,
i use fr-fr langage and i have this error
File "/usr/local/lib/python3.13/site-packages/telegram/ext/_handlers/commandhandler.py", line 142, in __init__
raise ValueError(f"Command `{comm}` is not a valid bot command")
ValueError: Command `série` is not a valid bot command
/app/src/addarr.py:1475: DeprecationWarning: There is no current event loop
loop = asyncio.get_event_loop()
Traceback (most recent call last):
File "/app/src/addarr.py", line 1477, in <module>
main()
~~~~^^
File "/app/src/addarr.py", line 191, in main
CommandHandler(i18n.t('addarr.General.Series'), startNewMedia),
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/telegram/ext/_handlers/commandhandler.py", line 142, in __init__
raise ValueError(f"Command `{comm}` is not a valid bot command")
ValueError: Command `série` is not a valid bot commandwhen i revert to en-us all is good.
thanks for your work
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working