mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-09 15:24:14 -05:00
youtube video file sizes are all 0kb #646
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 @coderonex on GitHub (Dec 23, 2024).
problem description
Instances deployed on a new server, only one day and already can't download youtube videos, the file size are 0kb, how to solve this problem?
your instance configuration
No response
@hextor1 commented on GitHub (Dec 23, 2024):
Sometime some videos download 0kb, and some videos downlaods in MB
@coderonex commented on GitHub (Dec 24, 2024):
How do I get and configure these parameters? @wukko
@HGStyle commented on GitHub (Dec 24, 2024):
I have the same problem. I think it is worth noticing that I use Phusion Passenger with a custom launch script for the instance to launch:
and if needed here's my package.json: https://gist.github.com/HGStyle/b2658af3b6059dfb4d9b6077f4e4767c

and my config:
However, I could not find any option to show useful access logs, and I only got this as log:
and I couldn't run Cobalt on my PC as it gave me HTTP 500 errors all the time (maybe because IDK javaScript alot and I misconfigured it)