horjulf / docker-rutorrent-autodl

21 stars 12 forks source link

Unable to move file once Downloaded #27

Closed thatsnasty closed 3 years ago

thatsnasty commented 3 years ago

Hello,

I have a cloudbox install, and for the past few weeks I have been unable to move a downloaded file to a new location.

I select the file and right click and select 'Save To..." I change the location, click ok which then greys out and then it just hangs here

From the nginx error log I'm able to find this

Stack trace:
#0 {main}
  thrown in /app/rutorrent/plugins/datadir/action.php on line 36" while reading response header from upstream, client: 172.18.0.12, server: _, request: "POST /plugins/datadir/action.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "rutorrent.mydomain.tld", referrer: "https://rutorrent.mydomain.tld/"

Which implies ctype_xdigit is not defined, but it is built into php?

That's about as much as I can give you, I believe I'm correct in thinking this isn't cloudbox specific, I have tried it on 2 different installs on different VPS and still come up the same.

Thank you.

horjulf commented 3 years ago

Hi,

Looks like the plugin is using new functions, pushed a fix into develop, can you try horjulf/rutorrent-autodl:develop ?

thatsnasty commented 3 years ago

Develop working as expected, thank you very much!

horjulf commented 3 years ago

Thanks, pushed into latest.