I just execute a "http get" function in python, and failed 1s after
The last image is the "raw data"
TL;DR
The user's Python function failed after 1 second without any logs, responses, or errors. It is suggested to check if there are any exceptions being thrown and to ensure that res.json() or res.send() is called before returning. The user mentioned executing an "http get" function and provided a screenshot of the raw data.