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
(hypnotix.py:3379684): XApp-CRITICAL **: 23:39:25.985: XDG desktop portal proxy failed to initialize: Error calling StartServiceByName for org.freedesktop.portal.Desktop: Failed to activate service 'org.freedesktop.portal.Desktop': timed out (service_start_timeout=120000ms)
CHANNEL: 'Sky Sports Cricket *' (https://address.ts)
Exception in thread Thread-3 (play_async):
Traceback (most recent call last):
File "/usr/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/usr/lib/python3.12/threading.py", line 1012, in run
self._target(self._args, **self._kwargs)
File "/usr/lib/hypnotix/hypnotix.py", line 829, in play_async
self.mpv.play(channel.url)
File "/usr/lib/hypnotix/mpv.py", line 1648, in play
self.loadfile(filename)
File "/usr/lib/hypnotix/mpv.py", line 1151, in loadfile
self.command('loadfile', filename.encode(fs_enc), mode, MPV._encode_options(options))
File "/usr/lib/hypnotix/mpv.py", line 1043, in command
_mpv_command(self.handle, (c_char_plen(args))(*args))
File "/usr/lib/hypnotix/mpv.py", line 133, in raise_for_ec
raise ex(ec, *args)
ValueError: ('Invalid value for mpv parameter', -4, (<MpvHandle object at 0x71da48c5a9d0>, <mpv.c_char_p_Array_5 object at 0x71da48c5af50>))
as per title i can see i think where the problem starts. is there a way i can fix it?
The text was updated successfully, but these errors were encountered:
(hypnotix.py:3379684): XApp-CRITICAL **: 23:39:25.985: XDG desktop portal proxy failed to initialize: Error calling StartServiceByName for org.freedesktop.portal.Desktop: Failed to activate service 'org.freedesktop.portal.Desktop': timed out (service_start_timeout=120000ms)
CHANNEL: 'Sky Sports Cricket *' (https://address.ts)
Exception in thread Thread-3 (play_async):
Traceback (most recent call last):
File "/usr/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/usr/lib/python3.12/threading.py", line 1012, in run
self._target(self._args, **self._kwargs)
File "/usr/lib/hypnotix/hypnotix.py", line 829, in play_async
self.mpv.play(channel.url)
File "/usr/lib/hypnotix/mpv.py", line 1648, in play
self.loadfile(filename)
File "/usr/lib/hypnotix/mpv.py", line 1151, in loadfile
self.command('loadfile', filename.encode(fs_enc), mode, MPV._encode_options(options))
File "/usr/lib/hypnotix/mpv.py", line 1043, in command
_mpv_command(self.handle, (c_char_plen(args))(*args))
File "/usr/lib/hypnotix/mpv.py", line 133, in raise_for_ec
raise ex(ec, *args)
ValueError: ('Invalid value for mpv parameter', -4, (<MpvHandle object at 0x71da48c5a9d0>, <mpv.c_char_p_Array_5 object at 0x71da48c5af50>))
as per title i can see i think where the problem starts. is there a way i can fix it?
The text was updated successfully, but these errors were encountered: