[URGENT] Script no longer works as it seems Funimation have changed how the API works #11
Labels
No labels
Wrong-Place
bug
cli
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
ice
invalid
question
request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/multi-downloader-nx#11
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the script will report 0 servers available. Upon editing the script to try and pinpoint what's wrong, we can see that the uri of 's' no longer is an entire uri but just the filename.
meaning that when it's trying to find a server by using
it returns an undefined. This means that the server list it's trying to pull from is empty, and as such it can't find any layer, failing with "Layer not selected".
I was able to get around this issue by adding
above the for loop and then inside the for loop I added
This seems to circumvent the issue for now. But I'd look into seeing how you can get the url for a stream in the new api because there is no guarantee this will work for all shows