question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The imToken mobile application does not launch

See original GitHub issue

Describe the bug I installed the imToken app, and as I press on it, the app (on mobile) does not launch…

The only visible log in safari is:

[Error] Unhandled Promise Rejection: TypeError: undefined is not an object (evaluating 't.renderRoot.querySelector')
	dispatchException (622:2235)
	(fonction anonyme) (622:124)
	asyncGeneratorStep (10:4)
	_next (10:23)
	(fonction anonyme) (10:28)
	Promise
	(fonction anonyme) (10:20)
	(fonction anonyme) (929:2469)
	(fonction anonyme) (1366:261)
	promiseReactionJob

SDK Version

  • Version [2.0.0 BETA 7]

Screenshots imtoken

Smartphone (please complete the following information):

  • Device: [e.g. iPhone 13 Pro]
  • OS: [e.g. iOS 16.1]
  • Browser [Safari]
  • Version [e.g. 22]

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
0xAsimetriqcommented, Dec 1, 2022

Found an issue on our end, will be fixed in beta.8

1reaction
xwartzcommented, Dec 1, 2022

I think this is web3modal bug,In some cases root is undefined.

export function getShadowRootElement(root: LitElement, selector: string) {
  const el = root.renderRoot.querySelector(selector)
  if (!el) {
    throw new Error(`${selector} not found`)
  }

  return el
}

https://github.com/WalletConnect/web3modal/blob/86328d912375fd3b9f3e3bc521f50c91df55f781/packages/ui/src/utils/UiHelpers.ts#L21

Read more comments on GitHub >

github_iconTop Results From Across the Web

is im-Token - 阅读 not working / having issues for you?
Most of the times, it might be a temporary loading issue. You just need to press the recent applications menu (usually the first...
Read more >
imToken app not working? crashes or has problems?
On your device, goto "Settings" » click "Apps" » select "imToken app" » click "Storage" » click "Clear Data" option. This Clears both...
Read more >
FAQ | Questions &Answers about Wallet ... - imToken
What if imToken can't receive my assets?Why are some tokens marked as _UNKNOWN?What should I do if I sent a token that is...
Read more >
imToken: Crypto & DeFi Wallet - Apps on Google Play
imToken is your secure crypto and bitcoin wallet, since 2016. For you to securely manage thousands of tokens, watch DeFi balances grow, ...
Read more >
End of service for the old imToken 1.0 app. Long live the new ...
The new imToken app is in the app stores since 2018. ... If you are unsure, which version you are using, open imToken...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found