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

Certain Sprites Not Pulling #98

Closed
JMLEldridge opened this issue Dec 18, 2020 · 6 comments
Closed

Certain Sprites Not Pulling #98

JMLEldridge opened this issue Dec 18, 2020 · 6 comments

Comments

@JMLEldridge
Copy link

Within the past week a few of the sprites stopped pulling - I tried switching from the gen8 sprites to gen7 to fill in, but neither will work.

dragonair
dragonite
mewtwo
mewtwo-mega-x
mewtwo-mega-y
mew
chikorita
bayleef
meganium
cyndaquil
quilava
typhlosion
totodile
croconaw
feraligatr
sentret
furret
hoothoot
noctowl
ledyba
ledian
spinarak
ariados
crobat
chinchou
lanturn
pichu
pichu-spiky-eared
Cleffa
igglybuff

Using the formula
=IMAGE(CONCATENATE("https://raw.githubusercontent.com/msikma/pokesprite/master/pokemon-gen8/regular/",C216,".png"),3)
Sprites

@msikma
Copy link
Owner

msikma commented Dec 29, 2020

Sorry for being a bit late in responding to this. Is this still a problem? Is your spreadsheet something I can see directly?

Not sure what could cause this, as the files appear to be there.

@JMLEldridge
Copy link
Author

JMLEldridge commented Dec 30, 2020 via email

@koenigderluegner
Copy link
Contributor

Yeah, it’s still an issue. It’s happening with cleffa (bred tab) and dragonite (event tab). https://docs.google.com/spreadsheets/d/1AbojEJLSzLDgDUlbY3DnCYQ29KnjxwFqa_DAD7iSgFA/edit No worries on the delayed response, just happy you responded at all :).

To fix your problem with Cleffa: in C244 your Cleffa is written with a capital C causing the not found error. you can either fix the name, change the formula to ..., lower(c244), .... or replace the formula for bulbasaur with something like this
=arrayformula(IMAGE(("https://raw.githubusercontent.com/msikma/pokesprite/master/pokemon-gen8/regular/"&LOWER(C2:C)&".png"),3)) (for this to work you have to clear all values below this formula so it can be populated by this one).

for Dragonite: I just pulled the formula cell above Dragonite into Dragonites cell and it worked (copying with changing the row numbers accordingly)

sometimes Googles caching/proxy mechainics stop loading new sprites, a simple refresh should do

@JMLEldridge
Copy link
Author

JMLEldridge commented Dec 30, 2020 via email

@JMLEldridge
Copy link
Author

After copying/pasting my entire tab to a new spreadsheet, everything started to pull. Must be something wrong with my original - thank you all so much!

@msikma
Copy link
Owner

msikma commented Dec 30, 2020

I'm glad it was resolved. Thanks @koenigderluegner for checking it out! Let me know if any other problem crops up.

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