linuxfight
linuxfight
Is this fixed? I've used forked repo, but it's not working for me
Hi there. YouTube is currently being slowed down by RKN in Russia. You can use DPI bypass tools like zapret. Or host your bot somewhere else :)
Haven't managed to fix it
https://github.com/imputnet/yt-session-generator/issues/1 The problem with the session generator is this exact issue, but the issue with cobalt instance is different
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: ``` yt-session-generator |...
i've kinda fixed yt session generator for me, but fix is just a rewrite of session generator to a different chrome driver. @Gareryer, sorry I can't help with your issue,...
here's my compose, that uses custom session generator: ```yaml services: cobalt: image: ghcr.io/imputnet/cobalt:11 init: true # read_only: true restart: unless-stopped container_name: cobalt ports: - 127.0.0.1:9000:9000 environment: API_URL: "https://api.url.example/" YOUTUBE_SESSION_SERVER: "http://yt-session-generator:8080"...