GoDot – is_inside_tree with HTTP Request
I am trying to get a response from my webserver, where i am hosting my config.json – to setup further stuff in my godot project. Instead of starting the HTTPRequest, i get the error message for line 13 (http_request.request("")
) – Condition “!is_inside_tree() is true. Returning ERR_UNCONFIGURED”. Don’t know, if it helps, but this script is included by my main script, that only calls “getConfiguration”, but inside the “_process()” – Function. The error itself only comes up once.