Page 1 of 1

Post Processing failure

Posted: Wed May 01, 2019 6:45 pm
by senorsmartypants
PP is failing for me. In the log there are several warnings of this nature.
RequestsDependencyWarning: urllib3 (1.25) or chardet (3.0.4) doesn't match a supported version!
Log
https://pastebin.com/00rhvykh

I'm using https://hub.docker.com/r/linuxserver/mylar which pulls the master branch, not development.

So I don't know if this issue is already fixed, or if it might be a LSIO image issue.

Any insight would be appreciated.

Re: Post Processing failure

Posted: Wed May 01, 2019 7:20 pm
by evilhero
There's nothing to fix from a mylar perspective perse.

You need to update either/both the python charset and urllib3 modules as those are required dependencies for the requests library and are OS installed.

See here for a similar/solved issue.

Re: Post Processing failure

Posted: Thu May 02, 2019 7:34 pm
by tinybilbo
I'm not using the LSIO image for docker, but the invaderdag one, which is based off the LSIO image, but uses the dev branch of Mylar (not the master).

"bash" into the container with;

docker exec -it mylar bash (or whatever your container is called)

Then install requests with

pip install requests

After that everything started working nicely including DDL.
However the public torrent is failing, Which I believe is a cloudflare problem that the devs are aware of...