Sometimes my bot return the message: Operation returned an invalid status code ‘0’ it is not always, and only in prod. Any help?
Asked
Active
Viewed 93 times
-3
-
2Could you add your sample code and point out where and exactly when it occurs? – Ferdinand Fejskid Oct 09 '18 at 07:49
1 Answers
1
This kind of responses occur when some exception occurs and is not handled. For example you are interacting with database and you got some error writing to db.

Sand T
- 168
- 1
- 14