I'm trying to use the HTTP package to get some JSON data from an API-endpoint and I keep getting this exception-error, "INTEGER_PARSING_ERROR".
I've attached the stack-trace.
The connection is with TLS, and I'm using proper certification etc. I can also send my code if that helps.
f
floitsch
10/24/2022, 11:26 AM
You are probably providing a host that contains "http:".
floitsch
10/24/2022, 11:26 AM
The currently released version doesn't support that yet. I think @erikcorry has already a local version that correctly removes the prefix.
k
koirin
10/24/2022, 11:27 AM
You are correct, if I remove it though, I get this instead