donovan6000 / M33-Fio

The ultimate OctoPrint plugin
GNU General Public License v3.0
125 stars 38 forks source link

After Update got an error and Printer won't connect #170

Closed ktapper closed 8 years ago

ktapper commented 8 years ago

This is the error the log reports:

Traceback (most recent call last): File "C:\Users\ktapper\AppData\Roaming\Python\Python27\site-packages\octoprint-1.2.13-py2.7.egg\octoprint\plugininit.py", line 204, in call_plugin result = getattr(plugin, method)(_args, *_kwargs) File "C:\Users\ktapper\AppData\Roaming\Python\Python27\site-packages\octoprint_m33fioinit.py", line 4567, in on_event self.setFileLocations() File "C:\Users\ktapper\AppData\Roaming\Python\Python27\site-packages\octoprint_m33fioinit.py", line 4427, in setFileLocations self.convertCuraToProfile(profileLocation + profile, profileDestination + profileName, profileName, profileIdentifier, "Imported by M33 Fio on " + time.strftime("%Y-%m-%d %H:%M")) File "C:\Users\ktapper\AppData\Roaming\Python\Python27\site-packages\octoprint_m33fioinit.py", line 1195, in convertCuraToProfile os.remove(curaProfile) WindowsError: [Error 32] The process cannot access the file because it is being used by another process: 'c:\users\ktapper\appdata\local\temp\tmpftsgih' 2016-07-21 21:39:59,957 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1 WindowsError: [Error 32] The process cannot access the file because it is being used by another process: 'c:\users\ktapper\appdata\local\temp\tmpftsgih'

Please help

donovan6000 commented 8 years ago

Should be fixed now in V1.2

ktapper commented 8 years ago

Excellent let me know when released and I will check.

donovan6000 commented 8 years ago

Already released

ktapper commented 8 years ago

Works. Thanks for the Fix!!!