mirror of
https://github.com/imputnet/cobalt.git
synced 2026-07-16 12:02:23 -05:00
[GH-ISSUE #1308] Yt session generator is not connecting #22460
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @linuxfight on GitHub (Jun 1, 2025).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/1308
problem description
Default settings, can send requests to yt-session-generator and it is working, but cobalt has connection refused error:
There's also a problem with session generator, where if you start it again (not dry run) it wil crash with an error:
your instance configuration
@acrossoffwest commented on GitHub (Jun 2, 2025):
@linuxfight did you manage to fix it?
@linuxfight commented on GitHub (Jun 2, 2025):
Haven't managed to fix it
@linuxfight commented on GitHub (Jun 2, 2025):
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
@Gareryer commented on GitHub (Jun 2, 2025):
I am facing same issue too
With the above setup i keep getting this error
@linuxfight commented on GitHub (Jun 2, 2025):
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:
Here's the updated compose file, that has a fix:
@Gareryer commented on GitHub (Jun 4, 2025):
I am still getting this error even after using your yt-session-generator
@linuxfight commented on GitHub (Jun 5, 2025):
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, on my side everything works fine. can you provide more information?
@linuxfight commented on GitHub (Jun 5, 2025):
here's my compose, that uses custom session generator:
https://github.com/linuxfight/yt-session-generator
can you try it and respond if it works for you?
@acrossoffwest @Gareryer
@BurAndBY commented on GitHub (Oct 9, 2025):
Hi, I've recently ran into the same issue with your fork