robvankeilegom / firefly-III-paypal-importer

PayPal Data Importer for Firefly III
48 stars 3 forks source link

Call to undefined method stdClass::getBody() #13

Closed doofy closed 1 year ago

doofy commented 1 year ago

Fresh v0.3.0 with sqlite.

$ docker-compose exec paypal php artisan sync
Start pulling data from PayPal

In PayPal.php line 62:

  Call to undefined method stdClass::getBody()  
doofy commented 1 year ago

I changed something but I do not know what but it seems to work now. My suspicion is that paypal is very slow with first setup of developer access.

RoiArthurB commented 1 year ago

In case someone falls here and doesn't know if it's true, I can confirm that while installing paypal importer and creating API credentials at the same time, I got this error. But after waiting (i.e letting my cron run after some hours), it just worked fine :shrug:

So be patient and let the automatization work for you all guys ;)