Connection Unstable Issue while Running Module 1.4 of Self-Driving Laboratories #133
Unanswered
greenmossball
asked this question in
Hello World
Replies: 3 comments 5 replies
-
I don't think I've seen a "connection unstable" error before. Could you try with one or two other WiFi networks? (E.g., phone hotspot). Did you finish module 1 recently? Might be worth going back to check to make sure it still runs OK. May help with troubleshooting. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Sterling,
Yes, I tried it again just to see if something might have changed between
then and now. It seems to run fine. I'll try running in another Wifi. The
phone hotspot doesn't seem to work,btw.
best,
-a-
…On Sat, Nov 16, 2024 at 7:43 PM Sterling G. Baird ***@***.***> wrote:
I don't think I've seen a "connection unstable" error before. Could you
try with one or two other WiFi networks? (E.g., phone hotspot).
Did you finish module 1 recently? Might be worth going back to check to
make sure it still runs OK. May help with troubleshooting.
—
Reply to this email directly, view it on GitHub
<#133 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKHETI2NEZDR45NU32TFQLL2BAGFVAVCNFSM6AAAAABR5JJINKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMRYGE2DGOI>
.
You are receiving this because you authored the thread.Message ID:
<AccelerationConsortium/ac-microcourses/repo-discussions/133/comments/11281439
@github.com>
|
Beta Was this translation helpful? Give feedback.
3 replies
-
Hi Sterling,
I tried wifi from my phone but that did not work either. I just answered
the questions of the tests as best as i could and moved on and completed
the course.
best,
-a-
…On Mon, Jan 6, 2025 at 2:53 AM Sterling G. Baird ***@***.***> wrote:
@greenmossball <https://github.com/greenmossball> any update with trying
another WiFi?
—
Reply to this email directly, view it on GitHub
<#133 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKHETI6OY4TLQCCJEO45FRD2JJOEPAVCNFSM6AAAAABR5JJINKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNZUG4ZTQOI>
.
You are receiving this because you were mentioned.Message ID:
<AccelerationConsortium/ac-microcourses/repo-discussions/133/comments/11747389
@github.com>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm experiencing an error message when running the mqtt_led.py script described in the 1.4 module (Device communication). This is the error message I see:
Obtaining CA Certificate
Checking WiFi integrity.
Traceback (most recent call last):
File "", line 119, in
File "asyncio/core.py", line 1, in run
File "asyncio/core.py", line 1, in run_until_complete
File "asyncio/core.py", line 1, in run_until_complete
File "", line 102, in main
File "mqtt_as.py", line 654, in connect
File "mqtt_as.py", line 646, in wifi_connect
OSError: Connection Unstable
Any help will be greatly appreciated. I was able to run the "Run the demo" module so I'm not sure what I'm doing wrong.
Beta Was this translation helpful? Give feedback.
All reactions