-
Notifications
You must be signed in to change notification settings - Fork 26
Issues with webregister - non-responsive login screen #62
Comments
Not to be pushy but just on the off-chance that this has fallen by the wayside / is the wrong git ... @mikeprimm |
Same problem here using forge-1.10.2-12.18.3.2254, clicking the register button does nothing. |
I'm also running into this issue. Using "Dynmap v2.4 for MC 1.10.2 (Forge 12.18.3.2221+)" from CurseForge. When I click the Register button I can see a network request go out, but the response is a 500 Server Error. |
2.6 for MC 1.12.2 the same problem :( |
Same problem. Minecraft 1.12.2, Forge 1.12.2 - 14.23.1.2555, and Dynmap v2.6. Register button won't click. |
@mikeprimm, Problem is here, you can check bl.getBannedProfile(pid)!=null in return statment |
I'm not sure what that means. Do I just insert the line
getBannedProfile(pid)!=null
in there somewhere?
…On Wed, Jan 17, 2018 at 5:55 PM, Alex Starostin ***@***.***> wrote:
Problem is here
<https://github.com/webbukkit/DynmapForge/blob/dcb3a5d60003e9842870cabfff9c61a7e1107302/src/main/java/org/dynmap/forge/DynmapPlugin.java#L518>,
you can check getBannedProfile(pid)!=null
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#62 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AWYLqG1sWFOWXUJLHp0gSgmgSoCu0SCkks5tLnpMgaJpZM4LQJCw>
.
|
use |
Ah ok thank you!
…On Thu, Jan 18, 2018 at 2:33 PM, Alex Starostin ***@***.***> wrote:
use
bl.getBannedProfile(pid)!=null, not bl.isBanned(new GameProfile(null,
pid));
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#62 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AWYLqHddxsaOcklHDo331Mr26k0Lf7cWks5tL5yBgaJpZM4LQJCw>
.
|
I can't seem to find the location of that file to fix it. Where would it be
located on my server? I'm using Forge.
…On Thu, Jan 18, 2018 at 7:18 PM, jared dygert ***@***.***> wrote:
Ah ok thank you!
On Thu, Jan 18, 2018 at 2:33 PM, Alex Starostin ***@***.***>
wrote:
> use
> bl.getBannedProfile(pid)!=null, not bl.isBanned(new GameProfile(null,
> pid));
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#62 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AWYLqHddxsaOcklHDo331Mr26k0Lf7cWks5tL5yBgaJpZM4LQJCw>
> .
>
|
It's not on your server in this state... You have compilled java (.jar), and that's source code (here on github)... I can't help you to build new jar, because I'm newbe in Java :( |
I had to do several things to get this to function. Commented out lines 693 through 696, lines 712 through 714 and make the above recommended change. Getting it to compile I had to pull down DynmapCore because the dependency information is out of date for gradle. Compiled and it now works. |
Specifically: AlmuraDev@60bbea3 |
I think what is causing this is too many GameProfile requests being generated from the same IP address against Mojang's auth servers though I may be off base. I work in the developer environment a ton and I am constantly creating gameProfile calls that get rejected due to too many requests. @mikeprimm would know better, but at least the change I made got the feature working again. |
Aloha
Running SpongeForge 1.10.2 2171 5.1.0 B 1983 and Dynmap Head Forge 1.10.2 2.4-SNAPSHOT-2080
I can run the command to bring up the code but when it comes to entering it within the prompt screen within the browser, nothing happens when register is clicked.
Config is here if it helps: http://pastebin.com/S0rfTBeu
The text was updated successfully, but these errors were encountered: