Gareryer
Gareryer
> Yeah saw it yesterday, we might be back in business https://github.com/VidBingeApp/providers formerly movie-web
> as error implies, you need the .git folder & git installed. > > clone the repo [as tutorial says to do](https://github.com/imputnet/cobalt/blob/current/docs/run-an-instance.md#:~:text=clone%20the%20repo%3A%20git%20clone%20https%3A//github.com/imputnet/cobalt), or use a docker image! This is the...
> consider using the docker image instead, it's easier to setup and will update itself. Alright, I will do that now
> > > consider using the docker image instead, it's easier to setup and will update itself. > > > > > > Alright, I will do that now >...
> > > > > consider using the docker image instead, it's easier to setup and will update itself. > > > > > > > > > > >...
> I was very beginner when I start this project so expect ver bad code, open a PR for this please btw, https://shrs.link seems to not be working
The YT Session Generator seems not to be working perfectly, though. ``` services: cobalt-api: image: ghcr.io/imputnet/cobalt:11 init: true read_only: true restart: unless-stopped container_name: cobalt ports: - 8088:9000/tcp environment: API_URL: "https://cobalt.website.com/"...
> Having the same issue on my instance, set up the session token generator & imported cookies, but still getting the API error described above. I'm using a DigitalOcean VPS...
I am facing same issue too ``` services: cobalt-api: image: ghcr.io/imputnet/cobalt:11 init: true read_only: true restart: unless-stopped container_name: cobalt ports: - 8088:9000/tcp environment: API_URL: "https://cobalt.website.com/" API_AUTH_REQUIRED: 1 API_KEY_URL: "file:///keys.json" TURNSTILE_SITEKEY:...
> I've kinda fixed error with connecting to poToken extractor, but now remains the error with poToken extractor crashing if it is running not for the 1st time: > >...