Thank you. Certainly better than coming up with a new one, but I have not seen any obvious discrepancies from what I wrote. In any case, I tried with their script and same result.
Here is the result of curl -o - http://localhost:7777
Fubo Playlist ul{ margin-bottom: 10px; }Fubo Playlist v1.16
Last Updated: Jan 4, 2024
- FUBO MPEG-TS: http://localhost:7777/fubo/playlist-mpeg.m3u
- FUBO HLS: http://localhost:7777/fubo/playlist-hls.m3u
Ao it seems to assume the two M3U lists are there but when I try:
curl -o - http://localhost:7777/fubo/playlist-mpeg.m3u or
curl -o - http://localhost:7777/fubo/playlist-hls.m3u
I got the same reply:
HTTP failure 400: {"error":{"code":"INVALID_REQUEST","message":"username must be in a valid email format","lc_message":"Something went wrong, please try again later"}}
My mistake was that I had quotes around the values of FUBO_USER and FUBO_PASS in the compose file. I now get the lists. Thank you.
