-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while sending telegram notification #33
Comments
Thank you for reporting this issue! To help us investigate and resolve it quickly, could you please provide the following information:
Your cooperation in providing these details will be highly appreciated. It will allow us to investigate and resolve the issue more effectively. Thank you! |
Versions: Sir, I have provided you with all of the information listed above. Thank you for your prompt respose. |
Having similar issues here too. It's been working smoothly and now I am not specifically sure what caused the issue. a coroutine was expected, got <telegram.message.Message object at 0x7effba2dd1e0> I've tested with two installations: ERPNext: v15.0.0-dev (HEAD) In both cases telegram notification is sent but the document status is not updated. So to update the document we have to disable the notifications. |
I found the solution. The error was due to the python package not the integration app.
|
@girumtibebu Thanks for your help |
I am getting this error while my telegram notification is running i got the message in my telegram but system shows we this message and as i am sending this notification on submit it do not go forward to next step.
Error:
a coroutine was expected, got <telegram.message.Message object at 0x7f45b32835e0>
The text was updated successfully, but these errors were encountered: