impress/app
Emi Matchu e337767954 Fix "couldn't download the associated Flash files" when modeling
So this was a slightly wrong error message, what was happening was:

1. Trying to load the image hash for this pet, by looking them up at
   https://pets.neopets.com/cpn/PET_NAME/1/1.png and seeing what URL it
   redirects to.
2. But pets.neopets.com was rejecting our User-Agent string, which
   would've been just "Ruby", since we hadn't set it otherwise. I guess
   that's an explicitly banned string?

I also found that the kind of more-helpful User-Agent string I like to
write was being rejected, and I could only get it to accept something
very simple? So that's what we're using now, I guess!!
2024-01-15 01:15:35 -08:00
..
assets Remove Pardon Our Dust message and page 2024-01-14 23:00:23 -08:00
controllers Create endpoint to show all species appearances for a given color 2023-12-05 18:04:54 -08:00
helpers Delete more unused helpers 2023-11-11 15:55:38 -08:00
javascript Oops, fix species name in zones tooltip 2023-11-11 11:57:43 -08:00
mailers donation mailer 2014-09-10 14:32:54 -05:00
models Fix "couldn't download the associated Flash files" when modeling 2024-01-15 01:15:35 -08:00
services Add Owls values to the item page 2023-11-03 16:20:02 -07:00
views Remove Pardon Our Dust message and page 2024-01-14 23:00:23 -08:00