AbiosGaming / desktop-stream-viewer

View multiple streams on your desktop!
7 stars 1 forks source link

Add check for libVLC #112

Closed svenanderzen closed 7 years ago

svenanderzen commented 7 years ago

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

svenanderzen commented 7 years ago

@jaokob

botronic commented 7 years ago

"You've encountered the following error: 'NoneType' object has no attribute 'triggered' ..."

Error on line 59 in main.py in setup_ui

@svenanderzen

svenanderzen commented 7 years ago

@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?