Creating new model caused error Not found

Hello,

I have run into a problem with my Repetier server. I've had it running successfully for about 6 months now without issue. Today, I started running into issues. I tried updating to 0.45.1 in hopes of resolving my issue.

I can control my printer in Rep.. but when I upload my gcode file, the API returns success, but this is what is in my log files... any ideas?

Thanks
Ben

2016-06-26 22:41:30: Job created: /var/lib/Repetier-Server/printer/Binlagin_Wanhoe/models/00000013_table stand.u
2016-06-26 22:41:30: finish job /var/lib/Repetier-Server/printer/Binlagin_Wanhoe/models/00000013_table stand.u
2016-06-26 22:41:30: Updating info for /var/lib/Repetier-Server/printer/Binlagin_Wanhoe/models/00000013_table stand.g printer Binlagin_Wanhoe
2016-06-26 22:41:30: Creating new model caused error Not found
2016-06-26 22:41:30: line 141
2016-06-26 22:41:30: Handling action 'listModels' caused error Not found
2016-06-26 22:41:30: Handling action 'listJobs' caused error Not found
2016-06-26 22:41:30: Handling action 'listModels' caused error Not found
2016-06-26 22:41:30: Handling action 'listJobs' caused error Not found
2016-06-26 22:41:31: Updating g-code stats failed: File not found

Comments

  • Hard to say what whent wrong. Hope disk was not empty,
    sudo rm /var/lib/Repetier-Server/printer/Binlagin_Wanhoe/models/00000013_*
    and restart of server should get it working again. If it was not a full disk and reupload of that file again fails, please provide the gcode so we can check if that causes problems. Could also be a defect on sd card. Does not happen often but have seen it happening even if I always shutdown cleanly.
  • No luck with removing my models.

    I'm going to try a fresh install. 

    *crosses fingers*

    Thanks for the feedback!
  • Fresh install will not change /var/lib/Repetier-Server which contains all settings, and I guess the problem is somewhere there.
  • Fixed my issue.

    I removed my printer from the Repetier server and re-added it. My printer then began to accept my uploads again!

    Thanks!
Sign In or Register to comment.