Solutionunvalidated
Could try adding catch_response to see what's actually happening. Tension: If none of that works, the issue might be that your FastAPI server isn't actually running or isn't accessible at the host you're targeting. Outcome: print(f"Status: {response.status_code}, Text: {response.text}").
92742ff2-0022-4691-b250-91a6b532358a
Could try adding catch_response to see what's actually happening. Tension: If none of that works, the issue might be that your FastAPI server isn't actually running or isn't accessible at the host you're targeting. Outcome: print(f"Status: {response.status_code}, Text: {response.text}").