-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: successive connect/disconnect crashes PyATEMMax #43
Comments
Could be (?) the While sniffing after line 375 in module ATEMConnectionManager.py, after first program launch both Not 100% sure though, still investigating... |
I have also encountered this issue. Here is my code and log output `import logging import PyATEMMax logging.basicConfig(filename="test.log") def connect(ip): def listem_pgm(): def set_pgm_source(pgm_source, channel=3): def set_pvw_source(pvm_source, channel=3): def get_host_ip(): if name == "main":
` |
This simple script is enough to chrash the program:
By running the above script, here is the result:
Happens the same on Windows 10 and on Linux / Raspberry Pi OS and the same when connecting to a physical ATEM 1 M/E Constellation HD and to the virtual pyAtemSim simulator.
??
(the goal here is to use this kind of sequence within a wxPython program that has explicit Connect / Disconnect buttons)
The text was updated successfully, but these errors were encountered: