Martin Wilhelmi

Results 44 comments of Martin Wilhelmi

Interesting, how old is your account at Coinbase?

And which API version do you see on this page? https://www.coinbase.com/settings/api

May we need to adopt the new API and OAuth too, the call is somehow removed and legacy: https://docs.cloud.coinbase.com/sign-in-with-coinbase/docs/api-users

Okay, thank you for sharing. I need to investigate here with the new API version.

Thanks, tested it, `required("math")` isn't working for me. And also `MM` isn't available. Are you missed extra lua files?

I reinstalled latest MoneyMoney version (2.4.44 (466) Beta) via homebrew. Just installed the latest beta and disabled "Verify digital signatures of extensions" of course. Error is: ```shell Coinbase.lua: Coinbase.lua:185: attempt...

Just copied (keys deleted from Coinbase already): api key: `organizations/24f4c1ec-ebbd-46b3-84b9-379e559b9246/apiKeys/0226fe2e-057b-49e8-9c93-f331ae21ce07` api secret: `-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEID6FhvZUjcuAIwbx3n9wBQWiuwtOB9x1aOyZSoi742f6oAoGCCqGSM49\nAwEHoUQDQgAE239jJaUh1dqjofGMAXPaQJOTIob/ii6VnetwY13oKDltd/VLxdNa\n+z5P1ykYIvXQ2eaVo5KvsB4WRshSC71m+w==\n-----END EC PRIVATE KEY-----\n` Tried of course also removing the newline character at like `-----BEGIN...

Cool, so put into the input field just multiline string. Now getting the next error: `Coinbase.lua: Coinbase.lua:94: attempt to concatenate a nil value (upvalue 'currency')`

First account's in the array are following types: ``` ACCOUNT_TYPE_CRYPTO ACCOUNT_TYPE_CRYPTO ``` So `currency` is still nil.