Arius
November 18, 2022, 5:57am
1
Friends, my respect! Four days ago, after the next update of the System, the Hypnotix program for watching IPTV television stopped running, which is extremely important for me. I would be grateful if anyone knows how to fix this...
SGS
November 18, 2022, 5:59am
2
2 Likes
filo
November 18, 2022, 6:04am
3
Try to check the comments in the AUR, especially the most recent one.
Launch the application from terminal to check the errors.
https://aur.archlinux.org/packages/hypnotix
That comment is identical to the latest GitHub issue, and a workaround is available.
2 Likes
Here is the issue reported and a fix...
opened 08:00PM - 15 Nov 22 UTC
Hi,
Since last update on Arch linux, Hypnotix fail to start with this error:
…
```
Traceback (most recent call last):
File "/usr/lib/hypnotix/hypnotix.py", line 25, in <module>
import mpv
File "/usr/lib/hypnotix/mpv.py", line 531, in <module>
_handle_func('mpv_detach_destroy', [], None, errcheck=None)
File "/usr/lib/hypnotix/mpv.py", line 478, in _handle_func
func = getattr(backend, name)
File "/usr/lib/python3.10/ctypes/__init__.py", line 387, in __getattr__
func = self.__getitem__(name)
File "/usr/lib/python3.10/ctypes/__init__.py", line 392, in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: /usr/lib/libmpv.so.2: undefined symbol: mpv_detach_destroy
```
MPV infos:
```
mpv --version
mpv 0.35.0 Copyright © 2000-2022 mpv/MPlayer/mplayer2 projects
built on UNKNOWN
FFmpeg library versions:
libavutil 57.28.100
libavcodec 59.37.100
libavformat 59.27.100
libswscale 6.7.100
libavfilter 8.44.100
libswresample 4.7.100
FFmpeg version: n5.1.2
```
Have you an idea about this problem please ?
Thanks
2 Likes
Arius
November 18, 2022, 8:23am
5
Thanks! Replacing with mpv_destroy helped in solving the issue!
1 Like
system
Closed
November 20, 2022, 8:23am
6
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.