Open stratosgear opened 6 years ago
One thing to test is whether AWS SQS is available from your workstation. You can check this by running kr debugaws
Are you running behind a corporate firewall or vpn?
kr debugaws
seems to work ok:
~ kr debugaws
Create SQS Queue took 1255ms
Send SQS Message took 143ms
Receive SQS Message took 267ms
AWS connectivity check succeeded.
And yes, I AM behind a corporate firewall. I can try again later from home to compare!
Yes, from home it pairs correctly. What ports are you trying to use?
We just use AWS SQS/SNS over https (443). These are the hostnames:
sns.us-east-1.amazonaws.com
queue.amazonaws.com
sqs.us-east-1.amazonaws.com
Hello, what resources are available to test why pairing with my computer fails? I just get a
"Failed to pair with Chrome Linux"
message on my phone, soon after I scan the QR code.I'm using Android Android 8.0.1, and Arch Linux 4.18.5-arch1-1-ARCH #1 SMP PREEMPT Fri Aug 24 12:48:58 UTC 2018 x86_64 GNU/Linux
I believe I run the latest versions of the Chrome Extension (1.0.9) and the kr cli utility (2.4.11).
Pairing with the extension or the command line, fails with the same message.
Thanks!