Closed tacogerbil closed 7 years ago
In the guess from the image, if it is an http type error, the server may have returned a 404 error. If it is a FileNotFoundException or the like, there is a possibility that the access to the cache folder or temporary folder etc. is not successful. Please check with your browser again. Also, I could not read what the error is because the image is too small, but what did it say?
画像からの推測では、http系のエラーでしたらサーバが404エラーを返している可能性があります。FileNotFoundExceptionなどでしたら、キャッシュフォルダや一時的フォルダなどとのアクセスがうまくいっていない可能性があります。ブラウザなどでもう一度ご確認ください。また、画像が小さすぎて何のエラーなのかを読み取ることができませんでしたが、何と書いてありましたか?
It is the path to the /minecraft/signpic/temp/content_ file. I'm sitting right next to my son... He can see the image, My older son as well. http://adamstablet.com/MC/imageSigns/DSlayer.jpg is the image in this case..
On Sun, Dec 11, 2016 at 2:07 PM, Kamesuta notifications@github.com wrote:
In the guess from the image, if it is an http type error, the server may have returned a 404 error. If it is a FileNotFoundException or the like, there is a possibility that the access to the cache folder or temporary folder etc. is not successful. Please check with your browser again. Also, I could not read what the error is because the image is too small, but what did it say?
画像からの推測では、http系のエラーでしたらサーバが404エラーを返している可能性があります。 FileNotFoundExceptionなどでしたら、キャッシュフォルダや一時的フォルダなどとのアクセスがうまくいっていない可能性があります。 ブラウザなどでもう一度ご確認ください。また、画像が小さすぎて何のエラーなのかを読み取ることができませんでしたが、何と書いてありましたか?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Team-Fruit/SignPicture/issues/10#issuecomment-266311841, or mute the thread https://github.com/notifications/unsubscribe-auth/AMXIcyLSWh0-IMM-hvdVAUXo7QzLQOyWks5rHHQygaJpZM4LJ-0u .
ImageProcessing of SignPicture is downloaded to the temp folder and then moved to the cache folder. This error was downloaded to the temp folder, but the downloaded image soon disappeared, so the file could not be moved to the cache folder. There is a possibility that the security software etc erases the image. Please add signpic folder to monitor exception and try again.
SignPictureの画像処理は、tempフォルダにダウンロードしたあと、cacheフォルダに移動するようになっています。今回のエラーは、tempフォルダにダウンロードしたが、ダウンロードした画像がすぐになくなってしまったため、ファイルをcacheフォルダに移動することができなかったというものでしょう。セキュリティソフトなどが画像を消去している可能性があります。signpicフォルダを監視例外に追加してもう一度お試しください。
I have no security software... I'm on a Mac. Outside the firewall the files just get downloaded... It happened in the past.. I would leave.. go several chunks away, come back and you would see a bluish "loading" circle and it would be back. Right now after a couple of restarts it still shows the error. I have even re-installed everything from scratch.. Nothing... even the image I used for your upload is now nor showing up and all 3 folders are empty....
Another thing.... I'm trying to redo a sign from scratch with this image ---> http://adamstablet.com/MC/imageSigns/hardwarestore.png ... I get the error as soon as I click on "Preview". It's almost as if it's unable to download the image and create the necessary content_ file...
The debug log function was implemented in the latest version 2.6.1. Please update to 2.6.1, start Minecraft after displaying console, set debugLog of config to true, and try loading the previous image. Details of the error are displayed on the console, so please report it to us.
If you get over the retry count limit, please press Options from the GUI, right click on the sign and press the download again.
最新版2.6.1にデバッグログ機能を実装しました。2.6.1にアップデートし、コンソールを表示した上でMinecraftを起動し、configのdebugLogをtrueにし、先ほどの画像を読み込んでみてください。コンソールにエラーの詳細が表示されますので、それをこちらにご報告ください。
もし、リトライカウント制限に引っかかる場合は、GUIよりOptionsを押し、看板を右クリックして再ダウンロードを押してください。
Turned on Debug.. I tried loading this image --> http://adamstablet.com/MC/imageSigns/sharklego.jpg (I had already placed it on a wall a while back, it was showing the red error symbol for a while now). I destroyed the previous one (same image) and loaded it in again to see if it would make a difference... I tried it two times with the same image. Still will not load, I get the same error.
[18:32:13] [signpic-http-0/ERROR] [signpic]: [DEBUG] Invalid URL
java.net.URISyntaxException: Illegal character in authority at index 7: http://--->Door
at java.net.URI$Parser.fail(URI.java:2848) ~[?:1.8.0_66]
at java.net.URI$Parser.parseAuthority(URI.java:3186) ~[?:1.8.0_66]
at java.net.URI$Parser.parseHierarchical(URI.java:3097) ~[?:1.8.0_66]
at java.net.URI$Parser.parse(URI.java:3053) ~[?:1.8.0_66]
at java.net.URI.
Hello,
Have a same error on macOS Sierra
[22:32:23] [signpic-http-0/ERROR] [signpic/signpic]: [DEBUG] Failed to Read: §7java.io.FileNotFoundException: Source '/Users/User/Desktop/signpic/temp/content_1028723543746799201' does not exist java.io.FileNotFoundException: Source '/Users/User/Desktop/signpic/temp/content_1028723543746799201' does not exist at org.apache.commons.io.FileUtils.moveFile(FileUtils.java:2819) ~[commons-io-2.4.jar:2.4] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:115) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_74] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_74] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_74] [22:32:26] [Client thread/INFO] [signpic/]: [DEBUG] signmeta={}, unsupported=false [22:32:26] [Client thread/INFO] [signpic/]: [DEBUG] signmeta={}, unsupported=false [22:32:29] [signpic-http-1/ERROR] [signpic/]: [DEBUG] Failed to Read: §7java.io.FileNotFoundException: Source '/Users/User/Desktop/signpic/temp/content_2607594614803207009' does not exist java.io.FileNotFoundException: Source '/Users/User/Desktop/signpic/temp/content_2607594614803207009' does not exist at org.apache.commons.io.FileUtils.moveFile(FileUtils.java:2819) ~[commons-io-2.4.jar:2.4] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:115) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_74] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_74] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_74]
The Update was released. Please try it :)
@Kamesuta thank you very much!
I'm hosting the images on a web server through hostgator ISP. I have full control and the files are publicly accessible. Everyone on my server has had no problems seeing them at all... until recently.... We randomly get this error about some "content .... does not exist"_ and the image fails to load. Sometimes the image will load randomly.. sometimes not until after several restarts of the client or the computer... I tried using the supplied "Upload" button but it seems only I am able to see those images.. everyone else on my personal server sees the same error as the one from hosting images on my personal web server, about some "content .... does not exist"_ SignPicture-1.10.2-2.5.1-universal forge-1.10.2-12.18.3.2185-universal