Johnny Xmas

Results 26 comments of Johnny Xmas

Debug output showing issue is due to QBittorrent WebUi API 404 (because API was changed after v4.0.4): 2020-02-29 15:54:04 | ERROR | Uncaught exception: Traceback (most recent call last):File "c:\Program...

@Squantchies if I had to guess, you’re likely attempting to do that from the Windows command line instead of from within your Python interpreter. Either way, this isn’t the venue...

Confirmed working with qBittorrent 4.2.3 and clone of current Headphones develop branch. Headphones successfully discovered a valid torrent and sent it to qBittorrent, which recognized the command and downloaded the...

Given that there hasn't been a release out of master since 2018, you may just want to switch to Develop perpetually. Just clone that branch and drop your existing config...

This was using QBitorrent v4.3.0.1, which is definitely an API v2 version.

Yep; all youtube-dl needs to do is find the stream_master URL (i.e. `https://cdn.vidyard.com/hls-videos/fWSBwUuZPHpnh3HhjgXzFg/stream_master_5ZbxuIQGkGsDiBvSQ11C-Q.m3u8?BMvc0VjC4BMUKTj2kp0sz-7Tva-ygg0y7o0M1bNkWHCAlnjxRXi-uIaLfF7OCXSB0viEpLnWYajbdHVIvHLsdGJMldvdLGjH10hURA20YLMFbpWpjOvHL_MUl5-e8KDeq6RxHBt56ZJiDwED78K6wja50vizr5wBPV6c6sB58lFlvCODqmimPaFC6QgAQSHX9AWC`) then add the referrer (`--add-header "Referer: https://play.vidyard.com"`) and it should always work. Just confirmed with several URLs:...

This is due to the default cert generation using MD5, which is now unsupported for pretty much all implementations / browsers / etc. Likely an easy fix as it's usually...

Specifying the supported digest of 'sha256' in certgen.py correctly causes a sha256 key & cert tp be generated, and Headphones launches without error, but browsers now hang during SSL negotiation.

I've marked this as an enhancement request, though i'm not sure when I would get around to it. Hopefully someone else will. Feel free to help!

Will try to get this in the version I'm currently working on.