Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. [BungeeChat] Could not fetch the latest version!
  2. java.io.IOException: Server returned HTTP response code: 403 for URL: https://www.spigotmc.org/api/general.php
  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:1950)
  8. at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945)
  9. at java.security.AccessController.doPrivileged(Native Method)
  10. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1944)
  11. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1514)
  12. at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92)
  13. at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490)
  14. at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488)
  15. at java.security.AccessController.doPrivileged(Native Method)
  16. at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784)
  17. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487)
  18. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
  19. at dev.aura.bungeechat.BungeeChat.queryLatestVersion(BungeeChat.java:196)
  20. at dev.aura.bungeechat.BungeeChat.getLatestVersion(BungeeChat.java:219)
  21. at dev.aura.bungeechat.BungeeChat.getLatestVersion(BungeeChat.java:214)
  22. at dev.aura.bungeechat.BungeeChat.isLatestVersion(BungeeChat.java:226)
  23. at dev.aura.bungeechat.BungeeChat.loadScreen(BungeeChat.java:174)
  24. at dev.aura.bungeechat.BungeeChat.onEnable(BungeeChat.java:116)
  25. at dev.aura.bungeechat.BungeeChat.onEnable(BungeeChat.java:69)
  26. at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:247)
  27. at net.md_5.bungee.BungeeCord.start(BungeeCord.java:279)
  28. at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:62)
  29. at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
  30. Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://www.spigotmc.org/api/general.php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement