-
Notifications
You must be signed in to change notification settings - Fork 41
IndexError when disconnecting Ethernet #156
Comments
Hi, |
The error does not raise if I disconnect the plug from the camera but if I disconnect the plug from my notebook. I use Vimba6 and VimbaPython 1.2.1. Please find attached the log file (renamed to trace.txt because I cannot upload a .log file). |
Are you using a switch? The same error happened when I disconnected my switch, that had a camera connected. |
Yes, you are right, I'm using a switch. Sorry, that forgot to mention. |
If you are using non-Alvium cameras with chunk data and/or events or have a well running system on Vimba already and no time for migration, then we generally don't encourage a change right now. Chunk and Events were non-GenICam compliant in Manta/Mako/Prosilica, so they do not work with VimbaX. Generally the cameras can be run with VimbaX too, of course. |
Setup
Issue
when a vimba instance is running and the ethernet cable is disconnected from PC, an unexpected error raises
Exemplary code
Error
Since there is an
IndexError
mentioned, I tried to catch the exception likewhich unfortunately does not result in any print.
Help
Can you please provide some information what might be the issue or if you consider it as an bug, fix it.
The text was updated successfully, but these errors were encountered: