Page 1 of 1

Minidlna and Twonky failed to install

PostPosted: Sun Jul 04, 2021 9:16 am
by Leopold13
I tried to install the Minidlna Mediaserver, but failed with message "Fail: install command failed (17)"
I also tried Twonky server, but was also not possible with message "Fail: can not retrieve the package, -99"

What's going wrong?

Re: Minidlna and Twonky failed to install

PostPosted: Sun Jul 04, 2021 9:53 am
by Jocko
Hi

I do not think you made some wrong actions on your side.
the error code "-99" means the firmware failed to connect and for minidlna, the code -17 means it failed to download an additional package (mpd) so surely because it also failed to download it.

But I noticed you really succeeded to login. So that means the firmware failed to detect that :scratch

To valid this do
Code: Select all
cd /tmp
wget -U "test" -d "http://plugout.net"
and post the output

and install the small script availble here:https://plugout.net/viewtopic.php?f=28&t=3523&p=27499#p27503 and post also its output

Note: do not use the other package available in this topic (bad version)

Currently: what is it your firmware version ?

Re: Minidlna and Twonky failed to install

PostPosted: Sun Jul 04, 2021 11:49 am
by Jocko
No need to post the outputs.

I found the issue... It is an issue on our web hosting provider. Apparently from few days the answered headers does not use the same case. :evil: for example contains now "set-cookie" instead of "Set-Cookie" like previously. So I have to update some reg expressions so that the firmware detects again the user session data.

Patch comes soon

Re: Minidlna and Twonky failed to install

PostPosted: Sun Jul 04, 2021 1:22 pm
by Jocko