• 3 Posts
  • 5 Comments
Joined 10 months ago
cake
Cake day: April 22nd, 2025

help-circle



  • I changed the IP address from “127.0.0.1” for connection to the server in the configs of the game to the IP adress of the VPS. And in this case the logs from the browser console looks so now:

    Blocked loading mixed active contenthttp://218.14.40.150:777/abilities/active/all%E2%80%9D game.js:9:186044
    TypeError: NetworkError when attempting to fetch resource.
        create https://example.com/game.js:9
        _godot_js_fetch_create https://example.com/game.js:9
        callUserCallback https://example.com/game.js:9
        runIter https://example.com/game.js:9
        Browser_mainLoop_runner https://example.com/game.js:9
    game.js:474:18
    SCRIPT ERROR: Assertion failed. game.js:474:18
       at: HttpHighClient.send_request (res://scripts/common/http/http_high_client.gd:37) game.js:474:18
    ERROR: Parse JSON failed. Error at line 0: Unknown error getting token game.js:474:18
       at: parse_string (core/io/json.cpp:582) game.js:474:18
    �[91m�[1mERROR: �[22mDB API can't read this response: /abilities/active/all�[39m�[0m game.js:459:16
    ERROR: DB API can't read this response: /abilities/active/all game.js:474:18
       at: push_error (core/variant/variant_utility.cpp:1098) game.js:474:18
    

    But the connection still won’t works 🤷‍♂️

    P.S: Some content from the logs was changed for privacy reason.


  • This is a piece of logs from the browser console:

    Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://127.0.0.1:777/abilities/active/all. (Reason: CORS request did not succeed). Status code: (null).
    TypeError: NetworkError when attempting to fetch resource. game.js:474:18
    Firefox can’t establish a connection to the server at ws://127.0.0.1:888/. game.js:9:219740
    SCRIPT ERROR: Assertion failed. game.js:474:18
       at: HttpHighClient.send_request (res://scripts/common/http/http_high_client.gd:37) game.js:474:18
    ERROR: Parse JSON failed. Error at line 0: Unknown error getting token game.js:474:18
       at: parse_string (core/io/json.cpp:582) game.js:474:18
    �[91m�[1mERROR: �[22mDB API can't read this response: /abilities/active/all�[39m�[0m game.js:459:16
    

    Firewall I’ve already checked.