-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Cannot destructure property 'address' of '(intermediate value)' as it is undefined #162
Comments
Hi @victor-homyakov , are you using the latest (3.0.24) version? |
Right now - yes, the latest from the Google Store. The error is received from the service worker at line mytonwallet/src/util/PostMessageConnector.ts Line 227 in 43b0798
mytonwallet/src/util/PostMessageConnector.ts Line 198 in 43b0798
I cannot reproduce the error, but it happens somewhere in the service worker when it tries to destructure something like const { address, init } = wallet; or const { address, isInitialized: isWalletInitialized, version } = await fetchStoredTonWallet(accountId); or async function retrySendBoc({
network, address, boc, seqno, timestamp,
} or one of similar expressions |
@victor-homyakov Can you still reproduce this with the latest version? |
Yes, it still reproduces in 3.0.31. The line numbers have changed slightly since Oct 18 (when 3.0.31 rolled out) but the rest is still the same:
|
@victor-homyakov Could you give me your contact or write me? To deal with the error faster. |
I see the following error in the browser extension MyTonWallet https://chromewebstore.google.com/detail/MyTonWallet%20%C2%B7%20My%20TON%20Wallet/fldfpgipfncgndfolcbkdeeknbbbnhcc
The text was updated successfully, but these errors were encountered: