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

Unhandled error #171

Open
simojenki opened this issue Aug 28, 2023 · 1 comment
Open

Unhandled error #171

simojenki opened this issue Aug 28, 2023 · 1 comment

Comments

@simojenki
Copy link
Owner

node:internal/process/promises:279
triggerUncaughtException(err, true /* fromPromise */);
^

[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Subsonic error:Song not found".] {
code: 'ERR_UNHANDLED_REJECTION'
}

@simojenki
Copy link
Owner Author

node:internal/process/promises:279
triggerUncaughtException(err, true /* fromPromise */);
^

[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Subsonic failed with: Error: socket hang up".] {
code: 'ERR_UNHANDLED_REJECTION'
}

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

No branches or pull requests

1 participant