Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't download basic land card images #515

Closed
tlorance opened this issue Nov 23, 2015 · 3 comments
Closed

Can't download basic land card images #515

tlorance opened this issue Nov 23, 2015 · 3 comments

Comments

@tlorance
Copy link

For some reason, when I updated from 1.62 to 1.67, the image updater acquired everything but the basic five card images. The image files are in the card images folder in the app package, but it throws this error when it runs:
"java.io.FileNotFoundException: http://magiccards.info/scans/en/bfz/274.jpg [Forest.jpg]
java.io.FileNotFoundException: http://magiccards.info/scans/en/bfz/259.jpg [Island.jpg]
java.io.FileNotFoundException: http://magiccards.info/scans/en/bfz/269.jpg [Mountain.jpg]
java.io.FileNotFoundException: http://magiccards.info/scans/en/bfz/254.jpg [Plains.jpg]
java.io.FileNotFoundException: http://magiccards.info/scans/en/bfz/264.jpg [Swamp.jpg]"

@ShawnieBoy
Copy link
Member

Magiccards.info has since renumbered the basic lands to take into account full-art images.
Renaming the links to end in 'b.jpg' will fix this ie http://magiccards.info/scans/en/bfz/274b.jpg

@lodici
Copy link
Member

lodici commented Nov 23, 2015

@tlorance as @ShawnieBoy mentioned since 1.67 was released the links were replaced by magiccards.info. We will update them for 1.68 but if you want to get rid of the new images alert before then you can do so manually as follows -

  • Open Card explorer from the main menu.
  • Select the Type -> Basic filter to restrict the cards list to basic lands.
  • For each of the five basic lands...
    • Double click to open the script view.
    • Click the file path displayed at the top of the screen to open the script in your system's default text editor.
    • Update the image link as described above and save.

Restart Magarena and download the images to remove the alert.

@lodici
Copy link
Member

lodici commented Nov 30, 2015

Links updated in 1.68.

@lodici lodici closed this as completed Nov 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants