Here is my most recent systeminfo bundle
octoprint-systeminfo-20240215132948.zip (271.0 KB)
each time I try to connect the arduino through the plugin, it freezes everything still.
Are you able to make any changes in your settings? Meaning do you encounter the same issue when changing some other setting outside the SIO Control dialogs ?
Are you able to connect to your printer ? Looking at the log, there are a number of Serial errors and they are not just happening for the SIO Control plugIn.
Your system is still trying to connect to something using a baud rate of 250000 and this is causing serial port exceptions that don't seem to be recoverable.
2024-02-15 13:29:38,347 - octoprint.util.comm - INFO - Serial detection: Trying port COM3, baudrate 250000
2024-02-15 13:29:38,361 - octoprint.util.comm - ERROR - Unexpected error while setting baudrate 250000
Traceback (most recent call last):
File "C:\OctoPrint\WPy64-31050\python-3.10.5.amd64\lib\site-packages\octoprint\util\comm.py", line 3468, in _perform_detection_step
self._serial.baudrate = b
File "C:\OctoPrint\WPy64-31050\python-3.10.5.amd64\lib\site-packages\serial\serialutil.py", line 299, in baudrate
self._reconfigure_port()
File "C:\OctoPrint\WPy64-31050\python-3.10.5.amd64\lib\site-packages\serial\serialwin32.py", line 222, in _reconfigure_port
raise SerialException(
serial.serialutil.SerialException: Cannot configure port, something went wrong. Original message: OSError(22, 'The parameter is incorrect.', None, 87)
For context, this user is using my windows installer for OctoPrint it looks like.
yes I am able to make other changes, it only happens when I try to make changes with this plugin.
I am able ot connect to and print on my printer, which is connected through com 4
I don't have any other open issues from other users like this. I also have it installed on 10+ systems 2 of them running Windows without any issues. I am only saying this to point out that it likely is something specific to your systems setup.
I think it might help to see your Config.yaml file contents for the siocontrol and SIOReaction sections.
Do not send the entire file. I think it has some things in it that you don't want in the public.
On windows you can find the file here:
%userprofile%\AppData\Roaming\OctoPrint
File name is:
config.yaml
open the file in (text editor of choice) and copy out the sections listed above into a new file and upload that here.
siocontrol config section.yml.zip (1.9 KB)
here is the section of the config file that you requested, It only contains the section for SIOcontrol, as I uninstalled the SIOreaction to see if that would help.
Well that did not tell me anything. I even brought in your settings and attempted to reproduce the issue but it just works.
I am noting that your zips contain the MACOSX shadow directory. Is this running on a mac or is it on Windows?
Turn on the log debug level for the SIO Control plug in and restart the system and try to connect. Then please send me the SystemInfo Bundle again. I am not sure if that will include the SIOC debug log but if it does not, please send that along as well.
it is running on windows, but I am not signed into everything on windows, so I am using my mac to reply here
how would I turn on the log debug level?
never mind, I found it
that file was after a software restart, I am currently performing a system restart and will upload a new file afterwards
here is the systeminfo bundle from after a full system reboot, and also an update to windows.
octoprint-systeminfo-20240216105841.zip (339.7 KB)
it didnt crash this time, but it said that the "SIO device incompatible" after attempting to connect it
I think you sent the same SystemInfo bundle both times. Can you send a new one please.
it gave me the same one again when trying to download a new one.