I started using the new HttpBlueprint plugin. Made a simple JSON request. Packaged the game fine with no errors or warnings.
But upon running the game, I get a Fatal Error.
Looked at the logs and found this:
[2022.12.19-04.34.19:828][ 0]LogStreaming: Error: Couldn’t find file for package /Script/HttpBlueprintGraph requested by async loading code. NameToLoad: /Script/HttpBlueprintGraph
[2022.12.19-04.34.19:828][ 0]LogStreaming: Error: This will hitch streaming because it ends up searching the disk instead of finding the file in the pak file.
Then I opened the “HttpBlueprint.uplugin” file and “HttpBlueprintGraph” is labeled as “UncookedOnly”. Changing it to runtime causes a packaging error.
Anybody got a fix for this?
I’d like to use this plugin for future projects instead of VaRest.
Same, really messed up my deadlines when sending the project to client. Couldn’t find a solution either, will probably rewrite the code in C++ if that will solve it. It really should receive more attention from Epic.
Hi everyone,
now I have the same “Fatal error” on launch. When I use the http plugin.
Had this problem before maybe 1/2 year with Version 5.1. Had done the project with other solution and game engine. This is not possible with the actual project. Need unreal and the http plugin.
I’am shure that the "fatal error " causes the http plugin. Disabled it and removed the http functions it works fine after cook and packaging.
Update: I have seen I have not connected the “header” pin in the Http Get Request. Maybe this could brake it. Cost hours to cook again. I will test it.
I’m facing this same issue on UE5.2. It works perrfectly on editor but a build produces a fatal error.
How can something like this can still be opened without a solution for more than a year?
Sorry the harss tone but this is quite frustrating.
This code cause crash,if network is inaccessible,InResponse will be nullptr.It is necessary to check if InResponse is valid.I copied this plugin from engine to project and fix this. GLHF.
Hello there,
sorry but I am experiencing the same problem
I tried your solution but still have Fatal Error on builds. Do I need to edit other c++ code other than HttpRequestProxyObject.cpp ? Thank you