We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
No response
The text was updated successfully, but these errors were encountered:
Sometime some videos download 0kb, and some videos downlaods in MB
Sorry, something went wrong.
How do I get and configure these parameters? @wukko
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: 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)
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: