mnin / coinbase-moneymoney

Fetches balances from Coinbase API and returns them as securities
MIT License
24 stars 4 forks source link

Can not access coinbase account anymore #13

Closed iSchorsch closed 1 year ago

iSchorsch commented 1 year ago

fetching the account with moneymoney 2.4.31 will respond with that message:

_Coinbase.lua:104: attempt to index field 'nativebalance' (a nil value)

mnin commented 1 year ago

Would you like to share the logs (change the values but keep the structure) from the log window after a run?

And which version are you using from this extension?

marothe commented 1 year ago

@iSchorsch @mnin Had the same issue. Updating to the latest version of the .lua file (from GitHub or the MM extension website) fixed it for me.

iSchorsch commented 1 year ago

Downloading the latest Coinbase.lua did solve my issue! Thanks a million for all your help!