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
OS: Windows 10
using django-sslserver to run https server.(Not really related i think.)
i have 'ALLOWED_UPDATES': ['message'] but when i run the django app,and do webHookInfo , ALLOWED_UPDATES is not updated(its using the previous value).but it changes if i have a empty list,meaning it changes to "ALL" updates.
if i use POLLING mode,the allowed_updates get changed every time i run the app.
The text was updated successfully, but these errors were encountered:
Ports currently supported for Webhooks by Telegram are 443, 80, 88, 8443.
Do you use one of this with django-sslserver?
If not this can be cause of fail in setWebhook.
OS: Windows 10
using django-sslserver to run https server.(Not really related i think.)
i have
'ALLOWED_UPDATES': ['message']
but when i run the django app,and dowebHookInfo
,ALLOWED_UPDATES
is not updated(its using the previous value).but it changes if i have a empty list,meaning it changes to "ALL" updates.if i use POLLING mode,the
allowed_updates
get changed every time i run the app.The text was updated successfully, but these errors were encountered: