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).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/1014
### 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_
How do I get and configure these parameters? @wukko
<!-- gh-comment-id:2560757636 -->
@coderonex commented on GitHub (Dec 24, 2024):

How do I get and configure these parameters? @wukko
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)
<!-- gh-comment-id:2561086049 -->
@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:

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)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @coderonex on GitHub (Dec 23, 2024).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/1014
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)