-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I've just got a RuntimeException when hit the "upload to pastebin" button. Is that due to the pastebin limit?
Exception in thread "Upload" java.lang.RuntimeException: Failed to fetch contents from link: java.io.IOException: Server
returned HTTP response code: 502 for URL: http://pastebin.com/api/api_post.php
at org.jpaste.utils.web.Web.getContents(Web.java:59)
at org.jpaste.pastebin.PastebinPaste.paste(PastebinPaste.java:297)
at org.terasology.crashreporter.pages.UploadPanel$3.run(UploadPanel.java:158)
at java.lang.Thread.run(Thread.java:745)