Jump to content

fruitfrog

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by fruitfrog

  1. On 6/14/2018 at 3:51 AM, dstanley said:

     

    PIP INSTALL REQUESTS from the docker container fixed my problem - Mylar did a snatch, convert to CBZ, metatag and move just fine now.

    CHBMB: Thanks for your help!

    Hi Guys

    I have run into the same problem mentioned above, but i cant seem to figure out why requests is not working in the container.

    i have NZBget in a container and MyLar in a container running.

     

    From NZBget:

    [INFO] Move for X.2018.Digital.Zone-Empire successful
    [INFO] Executing post-process-script ComicRN.py for X.2018.Digital.Zone-Empire
    [INFO] ComicRN: Requests module not found on system. I'll revert so this will work, but you probably should install
    [INFO] ComicRN: requests to bypass this in the future (ie. pip install requests)

     

    Here the Mylar ComicRN from NZBget fails as it needs "requests" on the mylar container. But looking below, its already there ?

     

    root@mylar:/$ pip install requests
    Requirement already satisfied: requests in /usr/lib/python2.7/site-packages (2.19.1)
    Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python2.7/site-packages (from requests) (3.0.4)
    Requirement already satisfied: urllib3<1.24,>=1.21.1 in /usr/lib/python2.7/site-packages (from requests) (1.23)
    Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python2.7/site-packages (from requests) (2018.8.24)
    Requirement already satisfied: idna<2.8,>=2.5 in /usr/lib/python2.7/site-packages (from requests) (2.7)
    root@mylar:/$

     

    I would welcome any suggestions.

×
×
  • Create New...