You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though it's showing an attribute for profile_image_url_https, when I call p Tweet#profile_image_url_https, for instance, it returns nil. This only seems to happen with certain attributes, while others like text work, for example.
Am I calling this particular attribute wrong? I tried calling #entities but it indicated that its protected.
The text was updated successfully, but these errors were encountered:
The profile_image_url_https attribute actually exists on the User, not the Tweet itself. Not sure why this is defined as an attribute instead of a delegator. I'll make this change. Thanks for reporting the bug.
A tweet (returned from
Twitter.search
) shows the following:Even though it's showing an attribute for
profile_image_url_https
, when I callp Tweet#profile_image_url_https
, for instance, it returnsnil
. This only seems to happen with certain attributes, while others liketext
work, for example.Am I calling this particular attribute wrong? I tried calling
#entities
but it indicated that its protected.The text was updated successfully, but these errors were encountered: