After installing signClient connection Node.js app is crashing with walletConnect Core error. #5587
Unanswered
Gostai
asked this question in
Developer Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A Minimal Reproducible Example
It is a simple telegram bot with node-telegram-bot-api. I'm using this files:
package.json
tsconfig.json
.env
and /src folder with two files:
first for bot implemetation
bot.ts
and second for signClient usage with Node.js
main.ts
I use
Everything is compiling and starting well. I send a message to the bot and it is replying me with the QRcode that I am using with Metamask to connect to BASE Sepolia network. Console is logging my Metamask address and even more, if I send some requests with the connection, they all working well, but not for a long time. Even on this MRE Bot crashes after about 2 minutes of working fine
with ./node_modules/@walletconnect/core/dist/index.cjs.js:1
Here I provide all the console output
The problem is in @walletconnect/core/dist/index.cjs.js in wt/constructor/resetPingTimeout/setTimeout callback()
I am working on Ubuntu, Node.js 22.11.0, not using walletConnectModal.openModal({ uri }) because of using Telegram Bot frontend Opening QRcodes with MetaMask
Expected behavior
Connection must be successfull and must not result the breaking of the all Bot App.
Beta Was this translation helpful? Give feedback.
All reactions