Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with pulling skin data via links #227

Open
Kruseified opened this issue Jan 22, 2025 · 3 comments
Open

Issue with pulling skin data via links #227

Kruseified opened this issue Jan 22, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@Kruseified
Copy link

With every attempt to update any skins data via links it fails.

[14:48:27 INFO]: [FancyNpcs] (ForkJoinPool.commonPool-worker-35) WARN: Server returned HTTP response code: 429 for URL: https://api.mineskin.org/generate/url
[14:48:27 INFO]: java.io.IOException: Server returned HTTP response code: 429 for URL: https://api.mineskin.org/generate/url
[14:48:27 INFO]: [FancyNpcs] (ForkJoinPool.commonPool-worker-35) WARN: Failed to fetch skin data for URL https://s.namemc.com/i/e7a2a2ae2bd470c8.png

@Grabsky
Copy link
Contributor

Grabsky commented Jan 22, 2025

Response code 429 means you're being rate-limited by the MineSkin API. This happens when a lot of skins are being updated all at once. I think upcoming skin system rework will have a request queue to mitigate this.

@OliverSchlueter OliverSchlueter added the bug Something isn't working label Jan 24, 2025
@DiptaDev
Copy link

this is my error

[17:24:57 INFO]: dipta14 issued server command: /npc skin tptosurvivalworld https://i.imgur.com/7AXfCGz.png
[17:24:57 INFO]: [FancyNpcs] (Thread-63) WARN: Failed to fetch skin data for URL https://i.imgur.com/7AXfCGz.png
[17:24:57 INFO]: [FancyNpcs] (Thread-63) WARN: Server returned HTTP response code: 400 for URL: https://api.mineskin.org/generate/url
[17:24:57 INFO]: java.io.IOException: Server returned HTTP response code: 400 for URL: https://api.mineskin.org/generate/url
[17:24:58 INFO]: [FancyNpcs] (Thread-65) WARN: Failed to fetch skin data for URL https://i.imgur.com/7AXfCGz.png
[17:24:58 INFO]: [FancyNpcs] (Thread-65) WARN: Server returned HTTP response code: 400 for URL: https://api.mineskin.org/generate/url
[17:24:58 INFO]: java.io.IOException: Server returned HTTP response code: 400 for URL: https://api.mineskin.org/generate/url

@Grabsky
Copy link
Contributor

Grabsky commented Jan 25, 2025

@Kruseified @DiptaDev
Try latest development (alpha) build.
https://modrinth.com/plugin/fancynpcs/versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants