Error on auth #30
-
Can i run this from google cloud shell? I tried running it there it worked somewhat but I got stuck on the Telegram code verification. This was the error shown: 127.0.0.1 - - [17/Dec/2023 09:56:09] "POST /tg HTTP/1.1" 400 - is there any fix for this? Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): Can you please help out in both these errors. thank you |
Beta Was this translation helpful? Give feedback.
Replies: 22 comments
-
I can’t help you with google cloud.
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
This is your auth response content It seems that your client secret is not correct. |
Beta Was this translation helpful? Give feedback.
-
it worked !! thanks alot |
Beta Was this translation helpful? Give feedback.
-
No problem. |
Beta Was this translation helpful? Give feedback.
-
im sorry to concern you once again i got an error message when sending a video file which i hadnt downloaded but forwarded from a chat : Error: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
Oh that's an old problem.
|
Beta Was this translation helpful? Give feedback.
-
And make sure the bot is admin. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Try it on Telegram Web. |
Beta Was this translation helpful? Give feedback.
-
You can try to remove your container and recreate it. |
Beta Was this translation helpful? Give feedback.
-
I need to see your bot's rights. An user had the same problem. |
Beta Was this translation helpful? Give feedback.
-
All the rights given already |
Beta Was this translation helpful? Give feedback.
-
He said he had to give the last two rights. |
Beta Was this translation helpful? Give feedback.
-
Thank you that did it. I have an additional question. Is it possible to run this on a VPS. Asking this because internet speed is less and it takes sometime to completely upload. Thank you very much for all your help ! |
Beta Was this translation helpful? Give feedback.
-
Yes, you can. My bot is running on a VPS. |
Beta Was this translation helpful? Give feedback.
-
May I know how you would use server_uri and the port settings there? Also uri for onedrive too |
Beta Was this translation helpful? Give feedback.
-
The same as localhost. |
Beta Was this translation helpful? Give feedback.
-
If you have your own ssl certification, use them in |
Beta Was this translation helpful? Give feedback.
-
I'm extremely new to this whole VPS , Docker and networking thing so i dont know how to get there.. is it okay if you can share your telegram id so i can message you personally. if u dont mind |
Beta Was this translation helpful? Give feedback.
-
No, I can't. |
Beta Was this translation helpful? Give feedback.
-
alright thank you for your help |
Beta Was this translation helpful? Give feedback.
This is your auth response content
{'error': 'invalid_client', 'error_description': "AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID, for a secret added to app '166d8e2a-55f2-4a26-9838-49d9aefcc445'. Trace ID: 0df4db40-19f6-425d-9e73-311e670b0000 Correlation ID: d28e28c1-5032-4995-9799-701a1b78a78b Timestamp: 2023-12-17 11:42:53Z", 'error_codes': [7000215], 'timestamp': '2023-12-17 11:42:53Z', 'trace_id': '0df4db40-19f6-425d-9e73-311e670b0000', 'correlation_id': 'd28e28c1-5032-4995-9799-701a1b78a78b', 'error_uri': 'https://login.microsoftonline.com/error?code=7000215'}
It seems that your client…