Open akshaykalucha opened 4 months ago
I am getting the following public key error when trying to run the main file
` peer_public_key = X25519PublicKey.from_public_bytes(data[PairingDataComponentType.PUBLIC_KEY])
KeyError: EnumIntegerString.new(3, 'PUBLIC_KEY')`
Also getting the same error
try to clear trusted devices on your iPhone and retry it.
I am getting the following public key error when trying to run the main file
` peer_public_key = X25519PublicKey.from_public_bytes(data[PairingDataComponentType.PUBLIC_KEY])