-
Notifications
You must be signed in to change notification settings - Fork 26
Webchat not working #81
Comments
I send the payload with curl and get the same error in the |
I found a fix: AlmuraDev@60bbea3 Check this issue for more information: #62 (comment) |
I think @haffmans fixed this issue in 1.12.2. The patch also works in 1.12.1. |
Yep are you running 3.0-alpha-3, or are you still on an earlier version? The fix should be in the latest 2.6 builds (which is the stable branch), and should have made it in to the 2.6-beta-1 release. Latest 2.6 dev builds are here (for forge - http://dynmap.us/builds/DynmapForge/) - I'd suggest 3.0-alpha-3, though. |
My friends' server stucks at the version 1.12.1. The I wish they can upgrade to v3.0 so we will be benefit from the DynmapBlockScan, but it's not my call. |
If I set:
use-player-login-ip: true
I get a 500 internal server error, but nothing is showing in my apache log...
Says its coming from line 9666 of jquery-1.11.0.js:
xhr.send( ( options.hasContent && options.data ) || null );
I get same error if I try to enable login, and register.
If I hide IP, or just let usernames be the ip, works fine.
The text was updated successfully, but these errors were encountered: