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
Nothing urgent there, only a first-time user experience I wanted to share with you.
Trying out with the hw_CANSocket module, I noticed that the exceptions raised during errors were only shown in the console but not in the interface. For instance, with the following broken configuration:
Hi there,
Nothing urgent there, only a first-time user experience I wanted to share with you.
Trying out with the
hw_CANSocket
module, I noticed that the exceptions raised during errors were only shown in the console but not in the interface. For instance, with the following broken configuration:Clicking on
Start/Stop
will show the following exception in the console:But nothing on the web interface. Checking the module status, it shows
Current status: True
but nothing more.It would be more pertinent to have:
To reproduce, simply run
cantoolz
with the configuration above and click onStart/Stop
in the web interface.The text was updated successfully, but these errors were encountered: