ssplugin / ss-twitter-feed

Show Recent twitter timeline on your site.
MIT License
3 stars 7 forks source link

Getting `Undefined property: stdClass::$retweeted_status` #3

Closed phirefly closed 5 years ago

phirefly commented 5 years ago

I'm getting this when dropping this into my app:

PHP Notice – yii\base\ErrorException Undefined property: stdClass::$retweeted_status

It's complaining here: https://github.com/ssplugin/ss-twitter-feed/blob/master/src/variables/SsTwitterFeedVariable.php#L63

I'm on Craft 3.0.4.1

Any thoughts?

ssplugin commented 5 years ago

We have checked this issue.

I'm getting this when dropping this into my app:

PHP Notice – yii\base\ErrorException Undefined property: stdClass::$retweeted_status

It's complaining here: https://github.com/ssplugin/ss-twitter-feed/blob/master/src/variables/SsTwitterFeedVariable.php#L63

I'm on Craft 3.0.4.1

Any thoughts?

We have solved this errors in our new version 1.0.1. Now You should uninstall old plugin and install new one.

Thanks

phirefly commented 5 years ago

@ssplugin works like a charm!