Open Wmartin417 opened 1 year ago
possibly a bug here.
It is checking whether the link is readable and it's obviously not cause it's a url
I think this change should resolve it for you
if (filter_var($path, FILTER_VALIDATE_URL)) {
return true;
}
I'll make a new develop container today with this change
I have ampache install on docker as well as beets install in a separate docker, using the linuxserver image.
I make a beetsremote catalogue after enabling the catalogue plugin and it connects and gathers the art, tags, etc just fine.
However, when I go to play something from the catalogue, it tells me the following error:
Opening the beets webUI via that IP:port, I can play and download the file just fine.
I have tried: Installing beets and running the web on the host and also tried installing beets and running the web in the ampache docker container.
Also tried both the develop and stable branch, same error.
Both give me the same error.
Any help on what to do next? Would greatly appreciate any help on this. Thanks.