Skip to content
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

HotspotSetupBluetoothSuccess report invalid checksum #75

Open
ghaucience opened this issue May 10, 2023 · 1 comment
Open

HotspotSetupBluetoothSuccess report invalid checksum #75

ghaucience opened this issue May 10, 2023 · 1 comment

Comments

@ghaucience
Copy link

when i donwload the newest make app and run it on my phone and onboarding my gateway, it report 'invalid checksum' when the app code run at

+++ b/src/features/hotspots/setup/HotspotSetupBluetoothSuccess.tsx
@@ -126,10 +126,16 @@ const HotspotSetupBluetoothSuccess = () => {
if (!parsed?.address) throw new Error('Invalid Token')

       const { address: ownerAddress } = parsed
  • try {
    const addGatewayTxn = await createGatewayTxn({
    ownerAddress,
    payerAddress,
    })
  • } catch (e) {
  •   alert('aaaa add gateway txn... owner ' + ownerAddress)
    
  •   alert('aaaa add gateway txn... payer ' + payerAddress)
    
  • }
    navigation.replace('HotspotSetupPickWifiScreen', {
@ghaucience
Copy link
Author

here is a owerAddress and payerAddress,
we thing it don't match with the gateway, but we don't know how to fixed the code in the gateway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant