youtube video file sizes are all 0kb #646

Closed
opened 2025-11-09 09:54:57 -06:00 by GiteaMirror · 3 comments
Owner

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

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_
GiteaMirror added the instance hosting help label 2025-11-09 09:54:57 -06:00
Author
Owner

@hextor1 commented on GitHub (Dec 23, 2024):

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

@hextor1 commented on GitHub (Dec 23, 2024): Sometime some videos download 0kb, and some videos downlaods in MB
Author
Owner

@coderonex commented on GitHub (Dec 24, 2024):

image

How do I get and configure these parameters? @wukko

@coderonex commented on GitHub (Dec 24, 2024): ![image](https://github.com/user-attachments/assets/1686348c-90ba-43f6-a7db-89055f6f17cb) How do I get and configure these parameters? @wukko
Author
Owner

@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:

// 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: cobalt API ^ω⁠^
App output: ~~~~~~
App output: version: 10.5.1
App output: commit: 38823ecb22df0f321f934e1a76be8ef933415243
App output: branch: main
App output: remote: imputnet/cobalt
App output: start time: Tue, 24 Dec 2024 11:56:37 GMT
App output: ~~~~~~
App output: url: https://cobalt.REDACTED/
App output: port: 80

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)

@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: ```js // 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](https://github.com/user-attachments/assets/790ec8d4-28d8-4e78-b231-ff3c6469bd8b) However, I could not find any option to show useful access logs, and I only got this as log: ``` App 3186260 output: cobalt API ^ω⁠^ App output: ~~~~~~ App output: version: 10.5.1 App output: commit: 38823ecb22df0f321f934e1a76be8ef933415243 App output: branch: main App output: remote: imputnet/cobalt App output: start time: Tue, 24 Dec 2024 11:56:37 GMT App output: ~~~~~~ App output: url: https://cobalt.REDACTED/ App output: port: 80 ``` 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 in to join this conversation.