Python Forum
PUT http query return <Response [500]>
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PUT http query return <Response [500]>
#2
It is a problem with the server end. Maybe the server is unable to handle the request.
The HTTP Error 500 literally means that. If the server is a python-based server built with services like Pythonanywhere, then recheck your server-side code.
If it's an external service, then check their API documentation.

And are you sure that there is nothing wrong with JSON file?
Because it contains non-English characters like "value": "O SDP é acessível por transporte público?" and "value": "Le PPS est-il accessible par les transports en commun ?"
Reply


Messages In This Thread
PUT http query return <Response [500]> - by rndoma - Jun-10-2020, 09:41 AM
RE: PUT http query return <Response [500]> - by ChaitanyaPy - Jun-10-2020, 09:58 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  POST requests - different requests return the same response Default_001 3 2,019 Mar-10-2022, 11:26 PM
Last Post: Default_001
  Return Frame as well as JSON response using same API in Flask Python Ask jenkins43 0 1,924 May-11-2020, 04:58 PM
Last Post: jenkins43
  Flask return http status code 200 but web browser not recive supernoobs 2 10,907 Dec-29-2018, 09:27 PM
Last Post: Unisoftdev

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020