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
I've come across this problem several times while developing an application but i've always just let it pass since it's a debug problem. I'll open this issue since its becoming more prevalent:
I've come across this problem several times while developing an application but i've always just let it pass since it's a debug problem. I'll open this issue since its becoming more prevalent:
Example:
source_object = ndi.Source() source_object.ndi_name = ndi_name print(source_object.url_address)
Expected Behavior:
print(source_object.url_address)
should print None or output an errorActual Behavior:
Exits the application immediately
When debugging using VS Code and PTVSD,
Server[1] closes unexpectedly
The text was updated successfully, but these errors were encountered: