I'm using the get function from the Requests package to retrieve data from a web API. Whenever I execute the command, the request completes successfully, but I also get the following error:
ERROR (unhandled task failure): HTTP Parser Exception: HPE_INVALID_CONSTANT(25):invalid constant string in http_parser_execute at /home/stephen/.julia/v0.4/HttpParser/src/HttpParser.jl:96 [inlined code] from /home/stephen/.julia/v0.4/Requests/src/streaming.jl:70 in anonymous at task.jl:63 I've looked at the files referenced in the error message but haven't been able to figure out what's causing the error. Does anyone have any insight to what could be going on?
