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

[BUG] Can't add subscriptions. It just loads forever and never adds the channel. #1114

Open
Paraxes opened this issue Apr 25, 2024 · 0 comments

Comments

@Paraxes
Copy link

Paraxes commented Apr 25, 2024

Describe the bug
Whenever I try to add a subscription, instead of adding it, it simply is stuck and "loads" forever without ever adding the channel. I also already did a complete fresh install and it didn't help.

Expected behavior
The normal behavior is, that it adds the channel, searches for the videos with the given parameters and downloads them.

Environment
Installation type: docker
Docker tag: nightly
Commit hash: 58f4313
Build date: 2024-04-23

Error Code from my Synology NAS (DS 918+) Docker log

2024-04-25 18:26:33 | stderr | TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received null
2024-04-25 18:26:33 | stderr | at new NodeError (node:internal/errors:371:5)
2024-04-25 18:26:33 | stderr | at validateString (node:internal/validators:120:11)
2024-04-25 18:26:33 | stderr | at Object.join (node:path:1172:7)
2024-04-25 18:26:33 | stderr | at getAppendedBasePath (/app/subscriptions.js:597:17)
2024-04-25 18:26:33 | stderr | at Object.exports.writeSubscriptionMetadata (/app/subscriptions.js:540:30)
2024-04-25 18:26:33 | stderr | at /app/subscriptions.js:39:17
2024-04-25 18:26:33 | stderr | at processTicksAndRejections (node:internal/process/task_queues:96:5) {
2024-04-25 18:26:33 | stderr | code: 'ERR_INVALID_ARG_TYPE'
2024-04-25 18:26:33 | stderr | }

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