obplayer icon indicating copy to clipboard operation
obplayer copied to clipboard

Installation obplayer_check error

Open tsyuha opened this issue 2 years ago • 2 comments

Hello all I'm trying to install obplayer on my ubuntu 18.04. All dependencies from dependencies.txt were installed successfully but when I try to make step

  1. Run bash "obplayer_check" or bash "obplayer_loop -f". "bash obplayer_check -h" for help

I receive error like

bash ./obplayer_check Traceback (most recent call last): File "obplayer.py", line 25, in obplayer.main() File "/ts/obplayer/obplayer/init.py", line 40, in main ObMainApp().start() File "/ts/obplayer/obplayer/main.py", line 63, in init obplayer.Config = obplayer.ObConfigData() File "/ts/obplayer/obplayer/data.py", line 159, in init self.check_defaults() File "/ts/obplayer/obplayer/data.py", line 479, in check_defaults tos_text = file.read() File "/usr/lib/python3.6/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 497: ordinal not in range(128)

Please help what must I do to fix this problem Best regards

tsyuha avatar Jul 08 '22 17:07 tsyuha

Can you please provide the branch you are running? You can paste the output of the git status command in your reply if needed. You will need to run the command in the same folder as the player is located in.

Thanks!

vincentthedev avatar Jul 08 '22 22:07 vincentthedev

dear sir how to install this on on my vps can i give that commands

wdsmaduranga avatar Aug 09 '22 12:08 wdsmaduranga

Might try installing player code to /user/share/obplayer then cd to /user/share/obplayer and then run "bash obplayer_check"

radiorob avatar Oct 21 '22 00:10 radiorob