Package Details: streamlink-git 6.8.1.r6.g29a3107e1-1

Git Clone URL: https://aur.archlinux.org/streamlink-git.git (read-only, click to copy)
Package Base: streamlink-git
Description: CLI program that launches streams from various streaming services in a custom video player (livestreamer fork)
Upstream URL: https://streamlink.github.io/
Keywords: fork livestreamer streamlink
Licenses: BSD
Conflicts: streamlink
Provides: streamlink
Submitter: metak
Maintainer: metak
Last Packager: metak
Votes: 15
Popularity: 0.000003
First Submitted: 2016-10-01 08:18 (UTC)
Last Updated: 2024-06-29 19:50 (UTC)

Required by (36)

Sources (1)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

unknown78 commented on 2022-12-16 01:38 (UTC)

maybe this helps too (it's python -> help() -> modules crypto << output)
https://termbin.com/nd6s4

unknown78 commented on 2022-12-16 01:15 (UTC)

streamlink -l all
Traceback (most recent call last):
  File "/usr/bin/streamlink", line 5, in <module>
    from streamlink_cli.main import main
  File "/usr/lib/python3.10/site-packages/streamlink_cli/main.py", line 22, in <module>
    from streamlink.stream.stream import Stream, StreamIO
  File "/usr/lib/python3.10/site-packages/streamlink/stream/__init__.py", line 3, in <module>
    from streamlink.stream.hls import HLSStream, MuxedHLSStream
  File "/usr/lib/python3.10/site-packages/streamlink/stream/hls.py", line 11, in <module>
    from Crypto.Util.Padding import unpad
ModuleNotFoundError: No module named 'Crypto.Util.Padding'

same for both versions.

but now i can't go back to git ->

myst v0.18.1: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=[], disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, highlight_code_blocks=True, number_code_blocks=[], title_to_header=False, heading_anchors=None, heading_slug_func=None, footnote_transition=True, words_per_minute=200, sub_delimiters=('{', '}'), linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area')
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 25 added, 0 changed, 0 removed
reading sources... [  4%] _man
Exception occurred:
  File "/home/mgnad/install/streamlink-git/src/streamlink/src/streamlink/stream/hls.py", line 11, in <module>
    from Crypto.Util.Padding import unpad
ModuleNotFoundError: No module named 'Crypto.Util.Padding'
The full traceback has been saved in /tmp/sphinx-err-0jgsnpzv.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
make: *** [Makefile:118: man] Error 2
make: Leaving directory '/home/mgnad/install/streamlink-git/src/streamlink/docs'
==> ERROR: A failure occurred in build().` 

metak commented on 2022-12-15 18:50 (UTC) (edited on 2022-12-15 18:53 (UTC) by metak)

@unknown78 Can you please link output when you run streamlink -l all? Also, are you experiencing the same issue with streamlink stable version in community repo?

unknown78 commented on 2022-12-15 16:02 (UTC) (edited on 2022-12-15 16:04 (UTC) by unknown78)

local/python-pycryptodome 3.16.0-1  
local/python-pycryptodomex 3.12.0-1  

yes i have it installed -> one is needed for calibre and one for streamlink. But even if i remove calibre and only have one installed the error stays the same

metak commented on 2022-12-10 10:19 (UTC)

@unknown78 Do you have python-pycryptodome installed? You didn't provide any info.

unknown78 commented on 2022-12-10 00:46 (UTC) (edited on 2022-12-10 00:46 (UTC) by unknown78)

I got the following error ->

Traceback (most recent call last):
  File "/usr/bin/streamlink", line 5, in <module>
    from streamlink_cli.main import main
  File "/usr/lib/python3.10/site-packages/streamlink_cli/main.py", line 22, in <module>
    from streamlink.stream.stream import Stream, StreamIO
  File "/usr/lib/python3.10/site-packages/streamlink/stream/__init__.py", line 3, in <module>
    from streamlink.stream.hls import HLSStream, MuxedHLSStream
  File "/usr/lib/python3.10/site-packages/streamlink/stream/hls.py", line 11, in <module>
    from Crypto.Util.Padding import unpad
ModuleNotFoundError: No module named 'Crypto.Util.Padding'

xkero commented on 2022-11-13 02:06 (UTC)

Needs python-pytest-cov added to checkdepends.

anonion commented on 2022-10-10 15:32 (UTC)

I needed to install python-pytest-asyncio before the check portion of the build would finish.

Eidokan commented on 2022-06-20 21:29 (UTC)

Upstream recently replaced python-recommonmark with python-myst-parser, affecting make dependencies for this package. Unrelated to that I am getting a check failure that I can't fully figure out. As the error is about missing package metadata, I guess this is yet another issue with how the tests are invoked. It does not appear to occur when a previous version of streamlink is installed, but since I prefer to build in a container, that is usually not the case. Any ideas on how to fix this one?

tam1m commented on 2022-04-12 05:22 (UTC)

streamlink-git does not build at the moment since they switched to versioningit.