I just found this project and loved the idea as a very happy Fubo customer. I deployed it in Portainer with the following compose file:
version: "3.9"
services:
fubotvpr:
image: jgomez177/vlc-bridge-fubo
hostname: vlc-bridge-fubo
container_name: vlc-bridge-fubo
restart: unless-stopped
volumes:
- /home/user/fubotvproject:/app/Config
ports:
- 7777:7777
environment:
- FUBO_USER='USER'
- FUBO_PASS='PASSWORD'
The deployment worked fine and the logs just say:
⇨ http server started on [::]:7777
I was under the impression the logs would list all the available channels in our package.
It seems it logs OK but pulls nothing. When I try to curl the M3U file I get nothing either.
Any idea what I am doing wrong?
