Post Processing failure

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
senorsmartypants
Posts: 86
Joined: Sun Sep 02, 2018 10:00 pm

Post Processing failure

Post 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.
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Post Processing failure

Post 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.
tinybilbo
Posts: 1
Joined: Thu May 02, 2019 7:26 pm

Re: Post Processing failure

Post 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...
Post Reply