Advertisement
Guest User

log

a guest
Jul 7th, 2021
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. [2021-07-07 19:43:12] Starting TVLINK (version 2.1.7 full) on 127.0.0.1:2020 / 192.168.1.120:2020
  2. [2021-07-07 19:43:22] EPG: no EPG sources enabled. Exit.
  3. [2021-07-07 19:43:39] [192.168.1.141:60660] Query: [1+1] [FD46ABE6] available links - 1
  4. [2021-07-07 19:43:39] Failed to load plugin hls from /opt/tvlink/libs/streamlink/plugins
  5. Traceback (most recent call last):
  6. File "/opt/tvlink/libs/streamlink/session.py", line 460, in load_plugins
  7. mod = load_module(module_name, path)
  8. File "/opt/tvlink/libs/streamlink/utils/__init__.py", line 24, in load_module
  9. spec.loader.exec_module(mod)
  10. File "", line 848, in exec_module
  11. File "", line 219, in _call_with_frames_removed
  12. File "/opt/tvlink/libs/streamlink/plugins/hls.py", line 7, in
  13. from streamlink.stream import HLSStream
  14. File "/opt/tvlink/libs/streamlink/stream/__init__.py", line 5, in
  15. from streamlink.stream.hls import HLSStream
  16. File "/opt/tvlink/libs/streamlink/stream/hls.py", line 9, in
  17. from Crypto.Util.Padding import unpad
  18. ModuleNotFoundError: No module named 'Crypto.Util.Padding'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement