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]>
#7
(Jun-10-2020, 11:12 AM)ChaitanyaPy Wrote: Is it an online service or a local java-server that you are running? If it's an online service, then there should at least be some bare documentation on what request method to use for a specific function and stuff. Like some instructions on what will work and what won't.
And while scrolling through your code, I saw the endpoint and tried to just go their site for some help.
Then Chrome replied with an error that basically says that the server can't be reached.
Then I tried to request the server with Python, which ended up with a bunch of errors ending with:
Error:
requests.exceptions.ConnectionError: HTTPConnectionPool(host='bookumadesu.org', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x00000219AF008460>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))
.
Which got me to thinking if the endpoint even exists?
I am sorry if I am just thinking all of this in the wrong way.

Please can you cheick your email please? I sent you an email please.
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 rndoma - Jun-10-2020, 11:37 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  POST requests - different requests return the same response Default_001 3 1,957 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,878 May-11-2020, 04:58 PM
Last Post: jenkins43
  Flask return http status code 200 but web browser not recive supernoobs 2 10,751 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