Advertisement
Guest User

Untitled

a guest
Feb 16th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. [22:09:10] [main/WARN] [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.getInputStream(HttpURLConnection.java:1498)
  13. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
  14. at dev.aura.bungeechat.BungeeChat.queryLatestVersion(BungeeChat.java:196)
  15. at dev.aura.bungeechat.BungeeChat.getLatestVersion(BungeeChat.java:219)
  16. at dev.aura.bungeechat.BungeeChat.getLatestVersion(BungeeChat.java:214)
  17. at dev.aura.bungeechat.BungeeChat.isLatestVersion(BungeeChat.java:226)
  18. at dev.aura.bungeechat.BungeeChat.loadScreen(BungeeChat.java:174)
  19. at dev.aura.bungeechat.BungeeChat.onEnable(BungeeChat.java:116)
  20. at dev.aura.bungeechat.BungeeChat.onEnable(BungeeChat.java:69)
  21. at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:285)
  22. at net.md_5.bungee.BungeeCord.start(BungeeCord.java:282)
  23. at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:62)
  24. at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
  25. Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://www.spigotmc.org/api/general.php
  26. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1900)
  27. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
  28. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
  29. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
  30. at dev.aura.bungeechat.BungeeChat.queryLatestVersion(BungeeChat.java:194)
  31. ... 10 more
  32.  
  33. [22:09:10] [main/INFO] [BungeeChat]: ---------------------------------------------
  34. [22:09:10] [main/INFO]: Enabled plugin BungeeChat version 2.1.6.855 by shawn_ian, BrainStone
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement