Closed michaelowens closed 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...
Ah, well that explains!
This should be fixed now as per mroth/emojitrack-feeder#3. Thanks so much for the catch!
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.