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)
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/8263562-log-upload-failed?utm_campaign=plugin&utm_content=tracker%2F1626462&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1626462&utm_medium=issues&utm_source=github).
I've just got a RuntimeException when hit the "upload to pastebin" button. Is that due to the pastebin limit?