mroth / emojitracker

:dizzy: track ALL the emoji
https://emojitracker.com
742 stars 46 forks source link

Fix error when requesting twitter avatar path #32

Closed michaelowens closed 10 years ago

michaelowens commented 10 years ago

Currently when going to a detail page the Twitter feed won't load due to an error (profile_image_url is an object, not a string). This fixes that issue and will make tweets load again.

mroth commented 10 years ago

Ugh, thanks for catching this. My guess is this was introduced in mroth/emojitrack-feeder#2 which I had stupidly left testing on production. It looks like the underlying format for the profile_image_url must have changed in the newer versions of the Twitter gem. Which means this has been broken for a week and somehow I didn't notice :cry: I need to fix this on the server side...

michaelowens commented 10 years ago

Ah, well that explains!

mroth commented 10 years ago

This should be fixed now as per mroth/emojitrack-feeder#3. Thanks so much for the catch!