-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File upload sometimes fails #82
Comments
How big is the file you were trying to upload? I recently uploaded a file that was 20MB big and it worked just well on my machine. Also, which OS and browser are you using? |
Hi jasontrublu We also don't have any problems with big file uploads; v1.09 is much more stable than older versions when it comes to the web interface. A couple of things to check: first, check that you are using the correct SD-Image; if you're using SD files that were meant for an older version of the firmware, they may not work correctly with the current version. ALWAYS use the SD Image supplied with the firmware. If you're using firmware 1.09, the web interface should look like this: https://reprappro.com/wp-content/uploads/2015/04/web-interface-1024x576.png It could also be a corrupt SD card, particularly if you have had a failed or interrupted file upload. Check the SD card on your PC (use chkdsk) and/or reformat the SD card (copy off any files you have changed first, eg config.g). I find the official SD formatting tool to be the best to reformat the SD cards: https://www.sdcard.org/downloads/formatter_4/index.html Ian |
I have not yet have time to investigate this again, as I was on vacation in the UK :) But the problem is not size alone. I have uploaded bigger files as well. I will write if I had time to investigate further |
I have the same Problem, im on 1.09 Firmware, using Firefox 39.0. I have formated with the sdcard formatter but no change. Regards |
If you've updated to firmware v1.09, have you updated the SD card files as well? Your web interface should look like this: https://reprappro.com/wp-content/uploads/2015/04/web-interface.png Ian |
I'm sorry, but we cannot reproduce this issue. That's why I suggest you do the following:
If I discover anything that may be related to the firmware, I'll try to implement a fix and comment on why it didn't work. |
Yes, sorry, there is an 'upload and print' button. However, it's function is no different from uploading, and then printing a file, so I don't know why you see different behaviour. It's possible you have a bad sector on the SD card, or that there is a incomplete or corrupt file of the same name that you are trying to over-write. If you can do as chrishamm suggests, we may be able to track down this bug. |
Hello Chrishamm, Sorry for the dealy, i hadnt much time the last few days. The upload source ip is 192.168.1.22 (Client) and Destination is 192.168.1.59 (Printer) Im not very familiar with wireshare, i caputred all the traffic and uploaded them on dropbox. https://www.dropbox.com/sh/w2umdgrity32ims/AACA22dGjk-QuH2KgMY7ZjBIa?dl=0 Thanks for your help |
Hello Moosball, No problem, thank you for posting those dumps! I've just looked through them and the problem seems to be that the firmware doesn't send the final JSON response when the upload has finished. The transmission itself looks good to me (I can't tell much about the last 22% dump though), but the question remains why the firmware cannot save/close the file. For this reason I'd like to ask you to perform the following steps:
If none of the steps above resolve this problem, I'll prepare another firmware binary for you with some more debug info enabled. This way we can hopefully get a better idea what's going on |
Hi, Just in case it helps: I had the same problem in a test version of my David Crocker, Escher Technologies Ltd. On 02/08/2015 12:51, Christian Hammacher wrote:
|
This is an automated reply to your message "Re: [RepRapFirmware] File upload sometimes fails (#82)" sent to [email protected]. Dear dc42 [email protected] Thank you for your email. We endeavour to answer all emails within 24 hours. It may take longer during busy times, and holiday periods. We process all customer queries on a first come first served basis, during our office hours which are 9am to 5pm GMT Mon-Fri. Other support channels are available. Please refer to the relevant troubleshooting guide for your machine: Ormerod 2: https://reprappro.com/documentation/ormerod-2/troubleshooting/ Huxley Duo: https://reprappro.com/documentation/huxley-duo/troubleshooting/ Mono and Tricolour Mendel: https://reprappro.com/documentation/mendel-tricolour/troubleshooting/ Support is also available from other owners of RepRapPro and other 3D printers, either through the RepRap Forums: https://forums.reprap.org or through IRC which can be accessed from here: https://reprappro.com/support-channel/ (works on Chrome, not Firefox). Best regards, RepRapPro Support Team. |
Hello Chrishamm, Sorry again for the delay, holidays called :) atm this part works :) lets see if i can find a solution for my calibration Problem :) cant print circles (but i go to the guide befor i ask something new. have a god time, and thanks to all for the help regards, |
Hello Chrishamm, Well, now i have the same problem again. I dont know what to do. Change my network cable, network switch, and noting works. yesterday i tryed e 13mb file, today its 1,1mb file. I just stops at close to the end of upload. Maybe you have a chance to build me a firmware with some debug ? kind regards, |
Copy your 'sys' folder from the SD card to your PC. Reformat the SD card. Copy the SD Image to the card. Copy your old 'sys' folder to the SD card. |
Hi there, any other ideas ? reagards, |
Hi Steven |
Hello Ian, I also changed the SD Card (Class 10), reformated everything.... and it seemed to be fixed, but then the problem came again. what i want to do today, maybe i can upload the files over the usb connection from pronterface, and see if i have the same errors, so i can see if i have a problem with my homenetwork. Regards, Chrishamm wrote: No problem, thank you for posting those dumps! I've just looked through them and the problem seems to be that the firmware doesn't send the final JSON response when the upload has finished. The transmission itself looks good to me (I can't tell much about the last 22% dump though), but the question remains why the firmware cannot save/close the file. For this reason I'd like to ask you to perform the following steps.. |
Hi,
Firmware Version: 1.09 (2015-04-21)
Web Interface Version: HTML: 1.06, JS: 1.06
Sometimes file uploads fail / get stuck. It loads until about 98/99% and then just freezes (without aborting or reporting anything). It seems to happen more often to big files, but bigger files can be successful as well.
The text was updated successfully, but these errors were encountered: