Git Product home page Git Product logo

Comments (5)

iGusev avatar iGusev commented on May 29, 2024

Could you show the example code?

from api.

achimha avatar achimha commented on May 29, 2024

This is just an example. It happens every now and then when there is a problem with the Telegram server infrastructure. You can google for "502 Bad Gateway Telegram BOT" and will find some hits. In general, you assume that you get a well formed JSON response to every HTTP request to the Telegram server. In case you don't, an exception is thrown but all information about the error (HTTP code + error message) is lost.

I suggest you test for malformed JSON and then return the complete HTTP body.

from api.

achimha avatar achimha commented on May 29, 2024

Here's an example of such a server error:

$ curl -s -X POST https://api.telegram.org/bot(token)/sendPhoto -F chat_id=(chatid) -F photo="@/tmp/image.png"
`

<title>502 Bad Gateway</title>

502 Bad Gateway


nginx/1.6.2 `

from api.

iGusev avatar iGusev commented on May 29, 2024

Done. Thanks!

from api.

achimha avatar achimha commented on May 29, 2024

Thank you, that helps.

Note that there is still a hypothetical case that you do not get back well formed JSON. In this case an exception is thrown but the error information is lost.

from api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.