Unauthorized pairing update request
See original GitHub issueDescribe the bug
I receive the error {"context":"client"}{"context":"client/pairing"} Error: Unauthorized pairing update request
when initializing the wallet connect client on React Native. This error shows 16-250 times when present.
SDK Version (if relevant)
- Client: React Native
- Version:
"@walletconnect/client": "^2.0.0-beta.26"
To Reproduce Steps to reproduce the behavior: Initialize the client on React Native
client = await WalletConnectClient.init({
controller: true,
projectId: Config.WALLET_CONNECT_PROJECT_ID,
relayUrl: 'wss://relay.walletconnect.com',
metadata: {
name: 'Test',
description: 'Test',
url: Config.WALLET_CONNECT_METADATA_URL,
icons: ['https://walletconnect.com/walletconnect-logo.png'],
},
storageOptions: {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
asyncStorage: AsyncStorage,
},
})
Expected behavior Initialize client without receiving errors
Screenshots
Smartphone (please complete the following information):
- Device: Any Android or iPhone
- OS: Any Android or iOS
Additional context It seems to work well outside of the error being present.
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:15 (6 by maintainers)
Top Results From Across the Web
401 Error: 5 Ways to Troubleshoot and Fix It - Hostinger
The 401 Unauthorized error is triggered by unauthenticated requests made to a WordPress web server. Learn how to identify and fix the issue....
Read more >If an app would like to use Bluetooth on your device
With iOS 13, iPadOS 13, watchOS 6, and tvOS 13, an app must ask permission to use Bluetooth functions except to play audio...
Read more >How do I stop random Bluetooth pairing requests?
There are several steps you can take to stop random Bluetooth pairing requests. First, disable Bluetooth when you're not using it. This will...
Read more >BLE - SWIFT App doesn't display pairing request for writing ...
Have you cleared the pairing you established with LightBlue before running your app? What output do you get from your app? Is it...
Read more >How To Prevent Unauthorized Access To Bluetooth Speakers?
How to do this: Many Bluetooth speakers do not have a menu that you can navigate to remove unauthorized pairings. So, the only...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@IljaDaderko I don’t call pair until
await WalletConnectClient.init
has resolved. The error doesn’t happen on the first app load, only on subsequent app loads. Every time I re-open the app the amount of errors grows.@LeeAlephium it’s standard json rpc id you get with requests. When you respond you need to use id of reuqets you are replying to. Also for further discussion, could you please join our discord https://discord.com/invite/cB54BwPGru so we can keep this issue related to its topic. Feel free to ping me there
@Aztec#0404