You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encounter the following error "Could not decode byte to value" while using the library with the pyside6 running it in a separate thread.
If same code is run again in a different program in a thread (without pyqside6) it works great and does not produce the error.
First implementation
Produces the Error.
Second Implementation
Thanks in Advance.
Regards
Swapnil Diwakar
The text was updated successfully, but these errors were encountered:
Sorry for late response here. Were you able to figure this out or is it still an issue? I am not familiar with PySide6, but what I can recommend would be to enable debug mode to get logging going here. Send them over and let me see what the issue is.
If you haven't tried this already, could you run the same code in PySide6 as the thread? Maybe there's something weird going on with the if reconnet: logic
Encounter the following error "Could not decode byte to value" while using the library with the pyside6 running it in a separate thread.
If same code is run again in a different program in a thread (without pyqside6) it works great and does not produce the error.
First implementation
Produces the Error.
Second Implementation
Thanks in Advance.
Regards
Swapnil Diwakar
The text was updated successfully, but these errors were encountered: