Problem with Fedora 25

Issue #43 invalid
Philip Rhoades P created an issue
1) ABC iView
  2) Nine
  3) SBS
  4) Ten
  0) Back
Choose> 1
  1) By Category
  2) By Channel
  3) Featured
  0) Back
Choose> 1
  1) Arts & Culture
  2) Comedy
  3) Documentary
  4) Drama
  5) Education
  6) Lifestyle
  7) News & Current Affairs
  8) Panel & Discussion
  9) Sport
  0) Back
Choose> 1
  1) ABC Open: Makers And Creators
  2) Anh's Brush With Fame
  3) The Art Of Australia
  4) Art X North
  5) Art X West
  6) Arts News
  7) Best of triple j
  8) The Book Club
  9) Bookish
 10) Brilliant Creatures: Germaine, Clive, Barry & Bob
 11) Conversations With Australian Artists
 12) The Critics
 13) Exhumed
 14) Fairweather Man
 15) Fake Or Fortune?
 16) Fashpack: Freetown
 17) Flickerfest
 18) The Golden Age Of Piracy
 19) Good Game
 20) Good Game Pocket
 21) Grayson Perry: Who Are You?
 22) How To Be A Fan With Hex
 23) The Imitation Game: Marina Abramovic
 24) In The Mind Of The Architect
 25) India Festival Stories
 26) Jennifer Byrne Presents
 27) Joanna Lumley: Elvis and Me
 28) Leonard Cohen: I'm Your Man
 29) Mambo: Art Irritates Life
 30) Meet The Mavericks
 31) The Mix
 32) One Plus One
 33) Orion: The Man Who Would Be King
 34) rage
 35) Replay
 36) Rewind
 37) Secrets Of The Mona Lisa
 38) Sexy Steven Oliver Goes To Mardi Gras
 39) Sounds Like Home
 40) Story Hunters
 41) Streets Of Your Town
 42) Thrill And Fury: The Art Of Tag
 43) triple j Like A Version
 44) Under The Sun
 45) Video Killed The Radio Star
 46) When I Get A Minute
  0) Back
Choose> 28
  1) Leonard Cohen: I'm Your Man
  0) Back
Choose> 1
INFO Downloading: Leonard Cohen Im Your Man.ts
[cli][info] Found matching plugin stream for URL hlsvariant://https://iviewmetered-vh.akamaihd.net/i/playback/_definst_/_video/ZW0985A001S00MA1D1_,650000,500000,220000,60000,.mp4.csmil/master.m3u8?hdnea=st=1479037103~exp=1479047102~acl=/*~hmac=9c034ff9d93b06c7302b8ad7e6a22b4d6d4899044b6d9ca427b07c2253629f0d
[cli][info] Available streams: 180p, 288p, 360p (best), 60k (worst)
[cli][info] Opening stream: 360p (hls)
[cli][error] Could not open stream: Need pyCrypto installed to decrypt this stream
Traceback (most recent call last):
  File "/home/phil/src/python/webdl/webdl/grabber.py", line 61, in <module>
    main()
  File "/home/phil/src/python/webdl/webdl/grabber.py", line 54, in main
    if not n.download():
  File "/home/phil/src/python/webdl/webdl/iview.py", line 47, in download
    return download_hls(self.filename, video_url)
  File "/home/phil/src/python/webdl/webdl/common.py", line 310, in download_hls
    return convert_to_mp4(filename)
  File "/home/phil/src/python/webdl/webdl/common.py", line 261, in convert_to_mp4
    with open(filename, "rb") as f:
IOError: [Errno 2] No such file or directory: u'Leonard Cohen Im Your Man.ts'

Comments (4)

  1. delx repo owner
    • assigned issue to
      delx
    • edited description

    Bitbucket uses Markdown, you can wrap your text in triple backquotes to preserve the formatting :)

    It looks to me like you're just missing the the pycrypto library which is needed by livestreamer to download from iView these days. I don't use Fedora so I don't know what the package is called there, but it's probably something like pycrypto, python-crypto, python3-crypto or something like that. Depending on whether livestreamer is running with Python3 or Python2 you'll need the appropriate version of pycrypto.

  2. Philip Rhoades P reporter

    delx,

    Hmm . . my first response didn't fully show up . . repeating what I said:

    Yes, after messing around trying to rebuild pycrypto from scratch etc I finally found RPMs that solve the problem . .

    Thanks!

  3. Log in to comment