Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
704
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. 13:04:36 [GRAVE] [ChangeSkin] Tried downloading skin data from Mojang
  2. java.io.IOException: Server returned HTTP response code: 429 for URL: https://sessionserver.mojang.com/session/minecraft/profile/1350d9cc53ef42d5a8a72383a9c4ecdc?unsigned=false
  3. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  4. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  5. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  6. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  7. at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)
  8. at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)
  9. at java.security.AccessController.doPrivileged(Native Method)
  10. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)
  11. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)
  12. at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)
  13. at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)
  14. at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)
  15. at java.security.AccessController.doPrivileged(Native Method)
  16. at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782)
  17. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1481)
  18. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)
  19. at com.github.games647.changeskin.core.MojangSkinApi.downloadSkin(MojangSkinApi.java:133)
  20. at com.github.games647.changeskin.core.shared.SharedDownloader.run(SharedDownloader.java:27)
  21. at com.github.games647.changeskin.bungee.tasks.NameResolver.scheduleDownloader(NameResolver.java:49)
  22. at com.github.games647.changeskin.core.shared.SharedNameResolver.run(SharedNameResolver.java:58)
  23. at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
  24. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  25. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  26. at java.lang.Thread.run(Thread.java:748)
  27. Caused by: java.io.IOException: Server returned HTTP response code: 429 for URL: https://sessionserver.mojang.com/session/minecraft/profile/1350d9cc53ef42d5a8a72383a9c4ecdc?unsigned=false
  28. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894)
  29. at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)
  30. at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)
  31. at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)
  32. at java.security.AccessController.doPrivileged(Native Method)
  33. at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782)
  34. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1481)
  35. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
  36. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)
  37. at com.github.games647.changeskin.core.MojangSkinApi.downloadSkin(MojangSkinApi.java:127)
  38. ... 7 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement