Code Monkey home page Code Monkey logo

Comments (6)

pdinklag avatar pdinklag commented on July 18, 2024

What do you mean by "past 2 updates"? Updates of MinecraftStats, or updates of Minecraft?

Nothing changed regarding skins in this project, so this would be important to know. If Mojang changed something about how the skins are retrieved, that would explain.

from minecraftstats.

pdinklag avatar pdinklag commented on July 18, 2024

OK, just tried and it is working fine on my side, so we can exclude a change on Mojang's side.

I will make a commit in a few minutes that prints a few more details about why it failed, because I need some more detailled info here.

from minecraftstats.

geekrawker avatar geekrawker commented on July 18, 2024

ah, downloaded one of the -master zip's a few months back, but didn't apply it to the 1.13 sever.

Getting the 1.14 version of our server ready 3 weeks ago and started using that particular download. No custom skins loaded (no big deal still prepping the server), noticed you all posted some changes the past couple days and we are close to releasing our 1.14 server. Unpacked the latest zip and re-ran the typical update.py command. Still No joy, but thx for the reply must be something broken on my end then.

from minecraftstats.

pdinklag avatar pdinklag commented on July 18, 2024

Try again wtih the updated script, hopefully it gives some hints as to what's wrong.

from minecraftstats.

geekrawker avatar geekrawker commented on July 18, 2024

Thanks - I'm getting 2 different errors now.

  1. (using only your new update.py) "updating skin for Nicoli ...
    failed to update skin for Nicoli
    global name 'urllib' is not defined"

Then tried replacing the entire -Master folder with a fresh download... now i get this error:

  1. "Traceback (most recent call last):
    File "update.py", line 14, in
    import mojang
    File "--removed my server path--MinecraftStats-master\mojang.py", line 3, in
    import urllib.request
    ImportError: No module named request

from minecraftstats.

geekrawker avatar geekrawker commented on July 18, 2024

Solved, Python 2.7 is not compatible with urllib.request in the Mojang.py.
Tried to use urllib2, but simply updating to python 3.8 resolved the issue. Thanks for printing the error, would have never noticed it was my python version. :D 👍

from minecraftstats.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.