samerton / NamelessMC

A complete Minecraft-related PHP website package. Please note this is an old repository, a link to the new repo is in the readme
https://github.com/NamelessMC/Nameless
MIT License
39 stars 17 forks source link

'Update UUID' returns empty field for user UUID #39

Closed dwilson390 closed 9 years ago

dwilson390 commented 9 years ago

Hi samerton,

When using the 'Update UUID' task under AdminCP -> Users -> (Specific User) -> Update UUID the UUID field becomes empty, subsequently, using the 'Update Name' task will then return a blank field (as there is no UUID to search).

Not a huge issue as you can retrieve the UUID manually anyway however would be nice to see this fixed.

If you busy, I can look into this for you and push a commit if I find anything :)

Thanks for all your work on this amazing software!

samerton commented 9 years ago

Hi,

Unfortunately I can't reproduce this issue. The only thing I can think of is that the script was unable to query Mojang's servers.

Is there already a value in the field for their Minecraft username?

dwilson390 commented 9 years ago

Yeah, there is. In fact I even tried copying the value on the mcname field into https://namemc.com/ and it returned everything as usual. Would this have anything to do with my using HTTPS/CloudFlare? On 4 Jun 2015 17:19, samerton notifications@github.com wrote:Hi,

Unfortunately I can't reproduce this issue. The only thing I can think of is that the script was unable to query Mojang's servers.

Is there already a value in the field for their Minecraft username?

—Reply to this email directly or view it on GitHub.

samerton commented 9 years ago

Having HTTPS and Cloudflare enabled shouldn't matter; seems to work fine on the demo which uses Cloudflare. Very strange, I'll have to continue to look into it.

dwilson390 commented 9 years ago

Thanks, I'll continue to try and produce this for you too. On 4 Jun 2015 17:43, samerton notifications@github.com wrote:Having HTTPS and Cloudflare enabled shouldn't matter; seems to work fine on the demo which uses Cloudflare. Very strange, I'll have to continue to look into it.

—Reply to this email directly or view it on GitHub.

samerton commented 9 years ago

Found and fixed the issue. Thanks for the report.