Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

youtube video file sizes are all 0kb #1014

Open
coderonex opened this issue Dec 23, 2024 · 3 comments
Open

youtube video file sizes are all 0kb #1014

coderonex opened this issue Dec 23, 2024 · 3 comments

Comments

@coderonex
Copy link

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
Copy link

hextor1 commented Dec 23, 2024

Sometime some videos download 0kb, and some videos downlaods in MB

@coderonex
Copy link
Author

coderonex commented Dec 24, 2024

image

How do I get and configure these parameters? @wukko

@HGStyle
Copy link

HGStyle commented 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:

// from https://stackoverflow.com/a/71901828
async function loadApp() {
    const { app } = await import("./cobalt.js");
}
loadApp()

and if needed here's my package.json: https://gist.github.com/HGStyle/b2658af3b6059dfb4d9b6077f4e4767c
and my config:
Sans titre
However, I could not find any option to show useful access logs, and I only got this as log:

App 3186260 output: �[1m�[36mcobalt �[0m�[0m�[1mAPI ^ω⁠^�[0m
App output: ~~~~~~
App output: �[1mversion: �[0m10.5.1
App output: �[1mcommit: �[0m38823ecb22df0f321f934e1a76be8ef933415243
App output: �[1mbranch: �[0mmain
App output: �[1mremote: �[0mimputnet/cobalt
App output: �[1mstart time: �[0mTue, 24 Dec 2024 11:56:37 GMT
App output: ~~~~~~
App output: �[1murl: �[0m�[1m�[36mhttps://cobalt.REDACTED/�[0m�[0m
App output: �[1mport: �[0m80

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants