Advertisement
Guest User

Untitled

a guest
Jul 5th, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.93 KB | None | 0 0
  1. 00:51:24 [SEVERE] [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/6fee352611444731b57d4b89eb0d466f?unsigned=false
  3.     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
  4.     at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source)
  5.     at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)
  6.     at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)
  7.     at java.security.AccessController.doPrivileged(Native Method)
  8.     at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source)
  9.     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  10.     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
  11.     at com.github.games647.changeskin.core.ChangeSkinCore.downloadSkin(ChangeSkinCore.java:183)
  12.     at com.github.games647.changeskin.bungee.tasks.SkinInvalidater.run(SkinInvalidater.java:32)
  13.     at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:52)
  14.     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  15.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  16.     at java.lang.Thread.run(Unknown Source)
  17. 00:51:24 [SEVERE] Task BungeeTask(sched=net.md_5.bungee.scheduler.BungeeScheduler@2fba6d39, id=6, owner=com.github.games647.changeskin.bungee.ChangeSkinBungee@3c73951, task=com.github.games647.changeskin.bungee.tasks.SkinInvalidater@4560a9e4, delay=0, period=0, running=true) encountered an exception
  18. java.lang.NullPointerException
  19.     at com.github.games647.changeskin.bungee.tasks.SkinInvalidater.run(SkinInvalidater.java:33)
  20.     at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:52)
  21.     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  22.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  23.     at java.lang.Thread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement