behnam_tr Active Member Licensed User Longtime User Jul 26, 2019 #1 hello everyone i got this error in JTelegramBot library B4X: Program started. JTelegramBot (myseke_bot) starts in "Polling" mode. NegativeResponseException{httpResponseCode=401, errorCode=401, description='Unauthorized'} io.fouad.jtb.core.exceptions.NegativeResponseException: Error Code = 401 | Description = Unauthorized NegativeResponseException{httpResponseCode=401, errorCode=401, description='Unauthorized'} io.fouad.jtb.core.exceptions.NegativeResponseException: Error Code = 401 | Description = Unauthorized Please help me
hello everyone i got this error in JTelegramBot library B4X: Program started. JTelegramBot (myseke_bot) starts in "Polling" mode. NegativeResponseException{httpResponseCode=401, errorCode=401, description='Unauthorized'} io.fouad.jtb.core.exceptions.NegativeResponseException: Error Code = 401 | Description = Unauthorized NegativeResponseException{httpResponseCode=401, errorCode=401, description='Unauthorized'} io.fouad.jtb.core.exceptions.NegativeResponseException: Error Code = 401 | Description = Unauthorized Please help me
DonManfred Expert Licensed User Longtime User Jul 26, 2019 #2 behnam_tr said: errorCode=401, description='Unauthorized' Click to expand... Seems like your are not initializing it correctly. The bot is not authorized. are you using correct bot-access-token? Please post the code you are using. Upvote 0
behnam_tr said: errorCode=401, description='Unauthorized' Click to expand... Seems like your are not initializing it correctly. The bot is not authorized. are you using correct bot-access-token? Please post the code you are using.
behnam_tr Active Member Licensed User Longtime User Jul 26, 2019 #3 thanks i creat new bot and token problem solved. Upvote 0