-
Notifications
You must be signed in to change notification settings - Fork 579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vaughnlive no data returned from stream #1413
Comments
I get the same error, was working fine a couple of hours ago. |
I have a workaround. Seems he added some junk at the end of the stream token. To get rid of it, add the following line in vaughnlive.py: info["token"] = info["token"].split(';')[0] right after the line: info = http.get(INFO_URL.format(**params), schema=_schema) |
I would like to submit a fix but I can't find the latest source. Also, I see the fix for the INFO_URL has never been merged. Is the master branch still maintained? |
hi fadster your update gives "unexpected ident" error. It is not working. could you share your complete livestreamer package? |
I also noticed that the INFO_URL, at least for my stream, had also been changed.
Note the "mnv-", yes it looks like a typo, but it's also like that on the official. I guess they are changing a lot of stuff right now and this would not be the last. |
Here's my version of vaughnlive.py after the fix. The line I added is line 57. @tsr Yes, the "mnv-" is correct. |
@fadster thanks it works 👍 |
Awesome! :) |
@pabloesmeraldo Perhaps we should leave this issue open so @chrippa can integrate it in the main branch. Otherwise, I could create a pull request but it doesn't look like they're being merged at this time. What do you think? |
Oh sorry, opening it right now. |
Cool, thanks! |
You can try #1376 |
@intact Great job, thank you! 👍 |
thank you i confirmed updated vaughn script is working |
today it can't work again, did anyone know why? |
I've been getting this error a lot since the last changes, but it eventually clears up if you keep trying. I just place the livestreamer command in a loop to minimize the hassle. I have no idea what's causing this. |
change |
kindly advise list out the whole .py file (my version seems not correct) thanks in advance |
Hi,
I got "No data returned from stream" error and I haven't changed anything, it suddenly stopped working? Any fix for that?
Using livestreamer-v1.12.2-5-gba3962e nightly build with latest vaughlive plugin that I've found a couple of weeks ago (it was working very well until this evening).
The text was updated successfully, but these errors were encountered: