hive-keychain / hive-keychain-extension

A wallet browser extension for the Hive blockchain and cryptocurrency
MIT License
77 stars 51 forks source link

Error thrown after loading keychain extension #461

Closed shawnpringle closed 1 week ago

shawnpringle commented 9 months ago

The error gets thrown here. The obj is null or undefined.

const startClaimRewards = obj => { if (rewardInterval) clearTimeout(rewardInterval); const users = Object.keys(obj); iterateClaimRewards(users); rewardInterval = setInterval(async () => { iterateClaimRewards(users); }, 1200 * 1000); };

Stack trace: js/background/autoClaims.js:6 (startClaimRewards) js/background/init.js:19 (anonymous function)

The error happens in v1.10.6 and HEAD.

cedricguillas commented 9 months ago

Version 1.10 ? If it’s the case, you are using a very old version. I would suggest you update your extension

On Sun, Nov 5, 2023 at 22:05 Shawn Pringle @.***> wrote:

The error gets thrown here. The obj is null or undefined.

const startClaimRewards = obj => { if (rewardInterval) clearTimeout(rewardInterval); const users = Object.keys(obj); iterateClaimRewards(users); rewardInterval = setInterval(async () => { iterateClaimRewards(users); }, 1200 * 1000); };

Stack trace: js/background/autoClaims.js:6 (startClaimRewards) js/background/init.js:19 (anonymous function)

The error happens in v1.10.6 and HEAD.

— Reply to this email directly, view it on GitHub https://github.com/hive-keychain/hive-keychain-extension/issues/461, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEDTGLHXPUJPWDA3KSUURLDYC6MJDAVCNFSM6AAAAAA66LPMY2VHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3TOOBQGM4DEMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

stoodkev commented 9 months ago

If you have the same issue in HEAD we'll need the stacktrace from that version. v1.10 is almost three years old