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

getting 500 error with new docker #59

Open
glenb77 opened this issue Jan 7, 2025 · 2 comments
Open

getting 500 error with new docker #59

glenb77 opened this issue Jan 7, 2025 · 2 comments

Comments

@glenb77
Copy link

glenb77 commented Jan 7, 2025

thanks for you work.
on the new docker, which i have in a vps, after pulling new image, i get the following error when pulling a stream. this is a vps with only 2gig ram, and 2 virtual cores.

'[tcp @ 0x5ccbcbe91540] Successfully connected to xxx.xxx.42.16 port 4124
mime type is not rfc8216 compliant
[hls @ 0x5ccbcbed6b00] Opening 'http://xxx.xxx.42.16:4124/channel?url=https%3A%2F%2Fv5.thetvapp.to%2Fhls%2FTCMEast%2Ftracks-v2a1%2Fmono.m3u8' for reading
[tcp @ 0x5ccbcbe91540] Starting connection attempt to xxx.xxx.42.16 port 4124
[tcp @ 0x5ccbcbe91540] Successfully connected to xxx.xxx.42.16 port 4124
[http @ 0x5ccbcbedebc0] HTTP error 500 Internal Server Error'

the docker log from the vps shows this:

Initializing server...
File downloaded successfully: /usr/src/app/urls.txt
File downloaded successfully: /usr/src/app/formatted.dat
Fetching cookies and token from URL: https://thetvapp.to/tv/hbo-signature-live-stream/
Clicked on video button.
Intercepted stream URL: https://v15.thetvapp.to/hls/HBOSignatureEast/index.m3u8?token=SVJLVUZCOHlSVzBoUEFsT1FjZ3dkcXpWaGtjSk5mZUc5VThqeEhxbw==
Subdomain: v15, Token: SVJLVUZCOHlSVzBoUEFsT1FjZ3dkcXpWaGtjSk5mZUc5VThqeEhxbw==
Cookies and Token fetched successfully at 1/7/2025, 2:19:50 PM.
Setting interval to fetchToken every 4 hours...
Server is running on port 4124
Token validation status for https://v15.thetvapp.to/hls/HBOSignatureEast/index.m3u8: 403
Fetching cookies and token from URL: https://thetvapp.to/tv/bbc-world-news-hd-live-stream/
Clicked on video button.
Intercepted stream URL: https://v5.thetvapp.to/hls/BBCWorldNewsNorthAmerica/index.m3u8?token=Tk9NSjQ1ekJiaVZiSFBoZENzNHRYVnJpaWxWSFY3WGN2dXJVTGd6Ug==
Subdomain: v5, Token: Tk9NSjQ1ekJiaVZiSFBoZENzNHRYVnJpaWxWSFY3WGN2dXJVTGd6Ug==
Cookies and Token fetched successfully at 1/7/2025, 2:20:57 PM.
Fetched sports data successfully.'
'

@dtankdempse
Copy link
Owner

dtankdempse commented Jan 7, 2025

Pull the image again. They made some additional changes by adding the tokens back.

@glenb77
Copy link
Author

glenb77 commented Jan 7, 2025

thanks! yes, after new pull, ffmpeg can pull a channel stream..!

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

2 participants