EmDee / moneymoney-bondora

MoneyMoney extension for Bondora
MIT License
13 stars 6 forks source link

Problem with balance fetching #6

Closed christophbach closed 4 years ago

christophbach commented 4 years ago

Since several days Moneymoney is not able to retreive the current balance due to a script problem.

Bondora.lua:90: attempt to perform arithmetic on field 'total' (a nil value)

The response of the URLs looks valid to me, so I can't figure out, what's going on. Any ideas?

Bildschirmfoto 2020-10-15 um 21 26 17

EmDee commented 4 years ago

@christophbach Looks like this is some recurring problem in the last days. The instruction in https://github.com/EmDee/moneymoney-bondora/issues/3 should help fix the issue. Basically re-downloading the extension.

christophbach commented 4 years ago

Woops, sorry for not checking the closed issues! It worked. Thanks mate!

EmDee commented 4 years ago

No worries! Glad it worked. Tbh, I have no idea what is heappening there and why a re-install is fixing the problem. It sounds a bit like MoneyMoney might be screwing with the extension files.

I guess I'll have to ask the next person that reports this to show me the lua file.