Jason T.
Jason T.
A quick add-on: If one of the clients is on different IP version, the whole transfer won't work at all. Example: Device A: Win 10 PC, on IPv6 Device B:...
Its still not yet resolved lol. Maybe can let the auth specifically get the IPv4 IP address instead of getting the newer version IP, since IPv4 is still the major...
@szimek Just tried, now custom rooms don't work either. In the console log of the receiving side there's some error: ``` PeerJS: Creating RTCPeerConnection. waiter-manager.js:24 PeerJS: Listening for ICE candidates....
NetBeans 19, and the issue still exists. Had to go global config and change signed commit from true to false.
``` var message = prompt("Enter your message", ""); var counter = parseInt(prompt("How many Times ?", 10)); window.InputEvent = window.Event || window.InputEvent; var event = new InputEvent("input", { bubbles: true });...
Temporary fix: Using inspect element, find `v_owner` select tag and add this line in it: `admin`
Are you by any chance referring to this code block? ``` ``` If yes, then I'm afraid this is the exact code that is causing the control panel to not...
Nope.It doesn't have any error.
@Benricheson101 I too restart my server multiple times....with the same password tho. @paul1278 My case I use special port which is port 255 for both mc client connection and server...
@paul1278 query.php line 27 public function __construct($host, $port=25565, $timeout=3, $auto_connect = false) to public function __construct($host, $port=255, $timeout=20, $auto_connect = false)