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

[Bug] WiFi reports connection failed, but still connected #35

Open
redmushie opened this issue Oct 8, 2023 · 3 comments
Open

[Bug] WiFi reports connection failed, but still connected #35

redmushie opened this issue Oct 8, 2023 · 3 comments
Assignees
Labels
in: wifi Issues in connecting with WiFi type: bug Something isn't working

Comments

@redmushie
Copy link
Member

Got an UI popup that said "connection failed". Serial reports the same:
image

However, it still connected.

Board is Seeed Xiao ESP32-S3

@redmushie redmushie added the type: bug Something isn't working label Oct 8, 2023
@redmushie redmushie changed the title WiFi reports connection failed, but still connected [develop] WiFi reports connection failed, but still connected Oct 8, 2023
@redmushie redmushie changed the title [develop] WiFi reports connection failed, but still connected WiFi reports connection failed, but still connected Oct 18, 2023
@hhvrc
Copy link
Member

hhvrc commented Oct 18, 2023

If you look at the timestamps in he logs, these two events are 4 seconds apart, what you are seeing is a reconnect attempt.
I could add some logs to make this apperant but that requires more complexity since i have no logic that specifically does reconnection logic.
It only tries to connect if not connected.

Might wanna look into why it reconnects instead.

@redmushie
Copy link
Member Author

redmushie commented Oct 18, 2023

Might wanna look into why it FAILS to connect instead no? Because the credentials are clearly correct if it works the second time.

@redmushie redmushie added this to the Firmware 1.0 milestone Oct 18, 2023
@redmushie redmushie added in: wifi Issues in connecting with WiFi and removed for: 1.0.x labels Oct 18, 2023
@redmushie redmushie modified the milestones: Firmware 1.0, Firmware 1.1 Oct 18, 2023
@redmushie
Copy link
Member Author

Postponing to next release due to low importance.

@redmushie redmushie removed this from the Firmware 1.1 milestone Oct 23, 2023
@hhvrc hhvrc changed the title WiFi reports connection failed, but still connected [Bug] WiFi reports connection failed, but still connected Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: wifi Issues in connecting with WiFi type: bug Something isn't working
Projects
Status: Todo
Status: Todo
Development

No branches or pull requests

2 participants