Closed svenanderzen closed 7 years ago
@jaokob
"You've encountered the following error: 'NoneType' object has no attribute 'triggered' ..."
Error on line 59 in main.py in setup_ui
@svenanderzen
@botronic Are you sure you haven't changed the ADD_NEW_STREAM
or in constants.py
or in ui/main.ui
? This problem is not related to this PR, but is an error because Python can't find the Add new stream
button in the ui file.
Can you double check that you don't have any changed files when trying the branch?
Description
Adds error handling to check if VLC is installed correctly.
Change the error messages to your liking.
Important files to review
main.py
See also
Fixes #111, at least partially