SendReminders.php error

Wed, 06 Jun 2018 03:23:58 +0000 Running SendReminders…
Wed, 06 Jun 2018 03:23:59 +0000 0 accounts found with fees
Wed, 06 Jun 2018 03:23:59 +0000 0 accounts found with reminders
Wed, 06 Jun 2018 03:23:59 +0000 0 scheduled reports
Wed, 06 Jun 2018 03:23:59 +0000 Loading latest exchange rates…

In SendReminders.php line 210:

Undefined property: stdClass::$rates

Seemed to have happened after 4.4.3 upgrade.
CentOS x64
Apache
Mysql.

Anyone have same issue?

I think I see the problem, it looks like the API we’re using to load the exchange rates now requires an API key.

https://api.fixer.io/latest

We’ll include a fix with our next release. Until then you can either sign up for an API key or comment out this line of code.

https://github.com/invoiceninja/invoiceninja/blob/master/app/Console/Commands/SendReminders.php#L75

Note: the reminders are being sent, this error is occurring afterwards.