2 years ago
I deployed a telegram bot in railway using golang, it works well in the last 3 months but today it doesn't response anything more. Bill are paid nicely, can anyone help?
7 Replies
2 years ago
757a25b2-7432-4b3c-bf19-b1f8e0f5eab5it's completed. actually the previous has a panic error so the bot seems down, but I committed a new commit and restarted the server
2 years ago
I run the project locally, and it still work, so I think the problem doesnt come from telegram bot api
2 years ago
should I delete the project and deploy a new one?
2 years ago
What is the state of the most recent deployment?
The status must be "Active" right?
2 years ago
Completed means the application exited without an error code.
If your bot is exiting for any reason this is likely due to a code or confirmation issue, this fact is backed up by you saying your bot had a panic.
Please add debug logging to help yourself figure out the code or config issue you are facing.
Status changed to Solved Railway • almost 2 years ago
2 years ago
Completed means the application exited without an error code.
If your bot is exiting for any reason this is likely due to a code or confirmation issue, this fact is backed up by you saying your bot had a panic.
Please add debug logging to help yourself figure out the code or config issue you are facing.
thanks, I fixed it