Skip to content
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

Plugin broken : yupptv login (500 Server Error) #2677

Closed
1 task done
mytee12 opened this issue Nov 1, 2019 · 1 comment
Closed
1 task done

Plugin broken : yupptv login (500 Server Error) #2677

mytee12 opened this issue Nov 1, 2019 · 1 comment

Comments

@mytee12
Copy link

mytee12 commented Nov 1, 2019

Plugin Issue

  • This is a plugin issue and I have read the contribution guidelines.

Description

As of yesterday I can no longer use the YuppTV plugin to watch any when I use the login options.

A paid stream which requires account subscription will not work.
A free stream that does NOT require account or subscription BUT login anyway will not work.
A free stream without logging in and does not require account WILL work.

1a. Use login parameters (username, password)
2a. Try to play free stream https://www.yupptv.com/channels/aajtak/live
3a. Will not work

1b. Use stream without login parameters
2b. Try to play free stream https://www.yupptv.com/channels/aajtak/live
3b. Will work

Log output

Stream which requires login and subscription:

C:\Users\PC>streamlink -l debug --yupptv-email=myemail@gmail.com --yupptv-password=mypassword123--http-no-ssl-verify https://www.yupptv.com/channels/bbo/live best
[cli][debug] OS:         Windows 10
[cli][debug] Python:     3.6.6
[cli][debug] Streamlink: 1.2.0
[cli][debug] Requests(2.22.0), Socks(1.7.0), Websocket(0.56.0)
[cli][info] Found matching plugin yupptv for URL https://www.yupptv.com/channels/bbo/live
[cli][debug] Plugin specific arguments:
[cli][debug]  --yupptv-email=myemail@gmail.com (email)
[cli][debug]  --yupptv-password=******** (password)
[plugin.yupptv][info] Logging out on other device: 123456789abc
[plugin.yupptv][info] Logged in as myemail@gmail.com
error: Unable to open URL: https://www.yupptv.com/channels/bbo/live (500 Server Error: Internal Server Error for url: https://www.yupptv.com/channels/bbo/live)




stream which does not require subscription or account but login anyway:

C:\Users\PC>streamlink -l debug --yupptv-email=myemail@gmail.com --yupptv-password=mypassword123--http-no-ssl-verify https://www.yupptv.com/channels/aajtak/live best
[cli][debug] OS:         Windows 10
[cli][debug] Python:     3.6.6
[cli][debug] Streamlink: 1.2.0
[cli][debug] Requests(2.22.0), Socks(1.7.0), Websocket(0.56.0)
[cli][info] Found matching plugin yupptv for URL https://www.yupptv.com/channels/aajtak/live
[cli][debug] Plugin specific arguments:
[cli][debug]  --yupptv-email=myemail@gmail.com (email)
[cli][debug]  --yupptv-password=******** (password)
[plugin.yupptv][info] Logging out on other device: 123456789abc
[plugin.yupptv][info] Logged in as myemail@gmail.com
error: Unable to open URL: https://www.yupptv.com/channels/aajtak/live (500 Server Error: Internal Server Error for url: https://www.yupptv.com/channels/aajtak/live)



Stream that does not need account or subscription (no login parameters used)

C:\Users\PC>streamlink -l debug --http-no-ssl-verify https://www.yupptv.com/channels/aajtak/live best
[cli][debug] OS:         Windows 10
[cli][debug] Python:     3.6.6
[cli][debug] Streamlink: 1.2.0
[cli][debug] Requests(2.22.0), Socks(1.7.0), Websocket(0.56.0)
[cli][info] Found matching plugin yupptv for URL https://www.yupptv.com/channels/aajtak/live
[utils.l10n][debug] Language code: en_GB
[cli][info] Available streams: 216p (worst), 270p, 288p, 396p, 406p (best)
[cli][info] Opening stream: 406p (hls)
[stream.hls][debug] Reloading playlist
[stream.hls][debug] First Sequence: 5819; Last Sequence: 5848
[stream.hls][debug] Start offset: 0; Duration: None; Start Sequence: 5846; End Sequence: None
[stream.hls][debug] Adding segment 5846 to queue
[cli][debug] Pre-buffering 8192 bytes
[stream.hls][debug] Adding segment 5847 to queue
[stream.hls][debug] Adding segment 5848 to queue
[stream.hls][debug] Download of segment 5846 complete
[cli][info] Starting player: "C:\Program Files\VideoLAN\VLC\vlc.exe"
[cli.output][debug] Opening subprocess: "C:\Program Files\VideoLAN\VLC\vlc.exe" --input-title-format https://www.yupptv.com/channels/aajtak/live -
[stream.hls][debug] Download of segment 5847 complete
[cli][debug] Writing stream to output
[stream.hls][debug] Download of segment 5848 complete
[stream.hls][debug] Reloading playlist
[stream.hls][debug] Adding segment 5849 to queue
[stream.hls][debug] Download of segment 5849 complete
[cli][info] Player closed
[stream.segmented][debug] Closing worker thread
[stream.segmented][debug] Closing writer thread
[stream.segmented][debug] Closing writer thread
[cli][info] Stream ended
[cli][info] Closing currently open stream...

Additional comments, screenshots, etc.

@beardypig @gravyboat @Billy2011

Love Streamlink? Please consider supporting our collective. Thanks!

@mytee12
Copy link
Author

mytee12 commented Nov 5, 2019

As of today it seems that changes have been reverted so the plugin is working again with authentication. I will close this for now.

@mytee12 mytee12 closed this as completed Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant