Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Issues with webregister - non-responsive login screen #62

Open
AsylumDreams opened this issue Dec 18, 2016 · 14 comments
Open

Issues with webregister - non-responsive login screen #62

AsylumDreams opened this issue Dec 18, 2016 · 14 comments

Comments

@AsylumDreams
Copy link

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

@AsylumDreams
Copy link
Author

Not to be pushy but just on the off-chance that this has fallen by the wayside / is the wrong git ... @mikeprimm

@Victorsueca
Copy link

Same problem here using forge-1.10.2-12.18.3.2254, clicking the register button does nothing.

@DarkMorford
Copy link

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.

@starhobbit
Copy link

2.6 for MC 1.12.2 the same problem :(

@LockManipulator
Copy link

Same problem. Minecraft 1.12.2, Forge 1.12.2 - 14.23.1.2555, and Dynmap v2.6. Register button won't click.

@starhobbit
Copy link

starhobbit commented Jan 17, 2018

@mikeprimm, Problem is here, you can check bl.getBannedProfile(pid)!=null in return statment

@LockManipulator
Copy link

LockManipulator commented Jan 18, 2018 via email

@starhobbit
Copy link

starhobbit commented Jan 18, 2018

use
bl.getBannedProfile(pid)!=null, not bl.isBanned(new GameProfile(null, pid)); in return string

@LockManipulator
Copy link

LockManipulator commented Jan 19, 2018 via email

@LockManipulator
Copy link

LockManipulator commented Jan 20, 2018 via email

@starhobbit
Copy link

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 :(

@Dockter
Copy link

Dockter commented Mar 21, 2018

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.

@Dockter
Copy link

Dockter commented Mar 21, 2018

Specifically: AlmuraDev@60bbea3

@Dockter
Copy link

Dockter commented Mar 21, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants