dmcblue / php-mastodon-rss-to-bot-stateless

MIT License
6 stars 1 forks source link

PHP Fatal error: Uncaught TypeError #1

Open Artemisf opened 6 years ago

Artemisf commented 6 years ago

When I try to use it, it says

PHP Notice:  Trying to get property of non-object in /home/diem25/php-mastodon-rss-to-bot-stateless/index.php on line 41
PHP Fatal error:  Uncaught TypeError: Argument 1 passed to Phediverse\MastodonRest\Auth\AppRegisterClient::forInstance() must be of the type string, null given, called in /home/diem25/php-mastodon-rss-to-bot-stateless/index.php on line 41 and defined in /home/diem25/php-mastodon-rss-to-bot-stateless/vendor/phediverse/mastodon-rest/src/Auth/AppRegisterClient.php:12
Stack trace:
#0 /home/diem25/php-mastodon-rss-to-bot-stateless/index.php(41): Phediverse\MastodonRest\Auth\AppRegisterClient::forInstance(NULL)
#1 {main}
  thrown in /home/diem25/php-mastodon-rss-to-bot-stateless/vendor/phediverse/mastodon-rest/src/Auth/AppRegisterClient.php on line 12
dmcblue commented 6 years ago

Hi @Artemisf I'm a little overloaded with work at the moment but I will try to address this issues as soon as possible. Thanks for your patience.