Code Monkey home page Code Monkey logo

Comments (4)

NiiMiyo avatar NiiMiyo commented on September 4, 2024

This only occurs when using a deck? Using /allcards works fine?
If it happens for every card it means it can read the deck file, but probably can't save the card image.

Assuming you didn't manually changed EDOPro folders' permissions your EDOPro is probably installed on Windows folder, like C:/Program Files/.... In this case running as admin should work. Since it didn't I'm not sure what happened.

This shouldn't be happening on a non-Windows folder, like the default C:/ProjectIginis, or a folder with unmodified permissions.

from edopro-hd-downloader.

m778055 avatar m778055 commented on September 4, 2024

@NiiMiyo
u just forgot one "/"

in "constants.py" line 15
IMAGES_BASE_URL = "https://images.ygoprodeck.com/images/cards" should be IMAGES_BASE_URL = "https://images.ygoprodeck.com/images/cards/"

u miss the "/" after cards, so then u access a false URL

works fine after adding the missing part.

from edopro-hd-downloader.

NiiMiyo avatar NiiMiyo commented on September 4, 2024

@m778055
Shouldn't be the case. In downloader.py line 20 it adds this missing /.
It's missing from the base URL because when downloading only the artwork for the field spells the URL is a bit different (line 18).

Edit:
Also, the error is "Permission denied". A false URL should get "HTTP Error 404" or something similar like happened on #4.

from edopro-hd-downloader.

CaptainMetal92 avatar CaptainMetal92 commented on September 4, 2024

Seems the error was on my side. Even though I marked it as save and deactivated my firewall my anti virus blocked it. Somehow now I managed to make it work

from edopro-hd-downloader.

Related Issues (8)

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.