Giter Site home page Giter Site logo

Comments (4)

mansuf avatar mansuf commented on June 2, 2024 1

Did you try to uninstall it first before install the patched version ? Try to uninstall the application first and then install it

pip uninstall mangadex-downloader
pip install --no-cache-dir --upgrade git+https://github.com/mansuf/mangadex-downloader.git@12c469642963de9e9ba7cebc7c0e1bae83b06aad

I apologies for giving unclear instructions, sorry about that.

from mangadex-downloader.

ScherisMarie avatar ScherisMarie commented on June 2, 2024 1

After following the above instructions, it works as intended again now on my end. :)

from mangadex-downloader.

mansuf avatar mansuf commented on June 2, 2024

I have made a PR #57 to fix this issue. You can install this patch and test it. I will merge the PR once you're satisfied with the results

Installation:

pip install --no-cache-dir --upgrade git+https://github.com/mansuf/mangadex-downloader.git@12c469642963de9e9ba7cebc7c0e1bae83b06aad

from mangadex-downloader.

ScherisMarie avatar ScherisMarie commented on June 2, 2024

On my end, it's still throwing the same error after running the above command.

Below is the log of what happened when I ran the pip command:

scheris@scheriss-imac ~ % pip install --no-cache-dir --upgrade git+https://github.com/mansuf/mangadex-downloader.git@12c469642963de9e9ba7cebc7c0e1bae83b06aad
Collecting git+https://github.com/mansuf/mangadex-downloader.git@12c469642963de9e9ba7cebc7c0e1bae83b06aad
  Cloning https://github.com/mansuf/mangadex-downloader.git (to revision 12c469642963de9e9ba7cebc7c0e1bae83b06aad) to /private/var/folders/c4/hpybbzzx1vxbcrpwx6jy4_1m0000gn/T/pip-req-build-8slmyld6
  Running command git clone --filter=blob:none --quiet https://github.com/mansuf/mangadex-downloader.git /private/var/folders/c4/hpybbzzx1vxbcrpwx6jy4_1m0000gn/T/pip-req-build-8slmyld6
  Running command git rev-parse -q --verify 'sha^12c469642963de9e9ba7cebc7c0e1bae83b06aad'
  Running command git fetch -q https://github.com/mansuf/mangadex-downloader.git 12c469642963de9e9ba7cebc7c0e1bae83b06aad
  Running command git checkout -q 12c469642963de9e9ba7cebc7c0e1bae83b06aad
  Resolved https://github.com/mansuf/mangadex-downloader.git to commit 12c469642963de9e9ba7cebc7c0e1bae83b06aad
  Preparing metadata (setup.py) ... done
Requirement already satisfied: requests[socks] in /opt/homebrew/lib/python3.11/site-packages (from mangadex-downloader==2.8.2) (2.28.2)
Requirement already satisfied: tqdm in /opt/homebrew/lib/python3.11/site-packages (from mangadex-downloader==2.8.2) (4.65.0)
Requirement already satisfied: pathvalidate in /opt/homebrew/lib/python3.11/site-packages (from mangadex-downloader==2.8.2) (2.5.2)
Requirement already satisfied: packaging in /opt/homebrew/lib/python3.11/site-packages (from mangadex-downloader==2.8.2) (23.0)
Requirement already satisfied: pyjwt in /opt/homebrew/lib/python3.11/site-packages (from mangadex-downloader==2.8.2) (2.6.0)
Requirement already satisfied: requests-doh==0.3.0 in /opt/homebrew/lib/python3.11/site-packages (from mangadex-downloader==2.8.2) (0.3.0)
Requirement already satisfied: beautifulsoup4 in /opt/homebrew/lib/python3.11/site-packages (from mangadex-downloader==2.8.2) (4.11.2)
Requirement already satisfied: Pillow==9.3.0 in /opt/homebrew/lib/python3.11/site-packages (from mangadex-downloader==2.8.2) (9.3.0)
Requirement already satisfied: dnspython[doh]==2.3.0 in /opt/homebrew/lib/python3.11/site-packages (from requests-doh==0.3.0->mangadex-downloader==2.8.2) (2.3.0)
Requirement already satisfied: h2>=4.1.0 in /opt/homebrew/lib/python3.11/site-packages (from dnspython[doh]==2.3.0->requests-doh==0.3.0->mangadex-downloader==2.8.2) (4.1.0)
Requirement already satisfied: httpx>=0.21.1 in /opt/homebrew/lib/python3.11/site-packages (from dnspython[doh]==2.3.0->requests-doh==0.3.0->mangadex-downloader==2.8.2) (0.23.3)
Requirement already satisfied: requests-toolbelt<0.11.0,>=0.9.1 in /opt/homebrew/lib/python3.11/site-packages (from dnspython[doh]==2.3.0->requests-doh==0.3.0->mangadex-downloader==2.8.2) (0.10.1)
Requirement already satisfied: charset-normalizer<4,>=2 in /opt/homebrew/lib/python3.11/site-packages (from requests[socks]->mangadex-downloader==2.8.2) (3.1.0)
Requirement already satisfied: idna<4,>=2.5 in /opt/homebrew/lib/python3.11/site-packages (from requests[socks]->mangadex-downloader==2.8.2) (3.4)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/homebrew/lib/python3.11/site-packages (from requests[socks]->mangadex-downloader==2.8.2) (1.26.14)
Requirement already satisfied: certifi>=2017.4.17 in /opt/homebrew/lib/python3.11/site-packages (from requests[socks]->mangadex-downloader==2.8.2) (2022.12.7)
Requirement already satisfied: soupsieve>1.2 in /opt/homebrew/lib/python3.11/site-packages (from beautifulsoup4->mangadex-downloader==2.8.2) (2.4)
Requirement already satisfied: PySocks!=1.5.7,>=1.5.6 in /opt/homebrew/lib/python3.11/site-packages (from requests[socks]->mangadex-downloader==2.8.2) (1.7.1)
Requirement already satisfied: hyperframe<7,>=6.0 in /opt/homebrew/lib/python3.11/site-packages (from h2>=4.1.0->dnspython[doh]==2.3.0->requests-doh==0.3.0->mangadex-downloader==2.8.2) (6.0.1)
Requirement already satisfied: hpack<5,>=4.0 in /opt/homebrew/lib/python3.11/site-packages (from h2>=4.1.0->dnspython[doh]==2.3.0->requests-doh==0.3.0->mangadex-downloader==2.8.2) (4.0.0)
Requirement already satisfied: httpcore<0.17.0,>=0.15.0 in /opt/homebrew/lib/python3.11/site-packages (from httpx>=0.21.1->dnspython[doh]==2.3.0->requests-doh==0.3.0->mangadex-downloader==2.8.2) (0.16.3)
Requirement already satisfied: rfc3986[idna2008]<2,>=1.3 in /opt/homebrew/lib/python3.11/site-packages (from httpx>=0.21.1->dnspython[doh]==2.3.0->requests-doh==0.3.0->mangadex-downloader==2.8.2) (1.5.0)
Requirement already satisfied: sniffio in /opt/homebrew/lib/python3.11/site-packages (from httpx>=0.21.1->dnspython[doh]==2.3.0->requests-doh==0.3.0->mangadex-downloader==2.8.2) (1.3.0)
Requirement already satisfied: h11<0.15,>=0.13 in /opt/homebrew/lib/python3.11/site-packages (from httpcore<0.17.0,>=0.15.0->httpx>=0.21.1->dnspython[doh]==2.3.0->requests-doh==0.3.0->mangadex-downloader==2.8.2) (0.14.0)
Requirement already satisfied: anyio<5.0,>=3.0 in /opt/homebrew/lib/python3.11/site-packages (from httpcore<0.17.0,>=0.15.0->httpx>=0.21.1->dnspython[doh]==2.3.0->requests-doh==0.3.0->mangadex-downloader==2.8.2) (3.6.2)

from mangadex-downloader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.