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

Generated wifi.ini contains url-encoded spaces (%20) #2036

Closed
phiresky opened this issue Feb 16, 2023 · 1 comment
Closed

Generated wifi.ini contains url-encoded spaces (%20) #2036

phiresky opened this issue Feb 16, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@phiresky
Copy link

The Problem

the initial "special-mode" wifi setup via the built-in access point generated a wifi.ini file that looked like the following:

ssid = "FRITZ!Box%207530%20TN"
password = "..."

It also fails to connect to this SSID
The correct name has spaces instead of %20:

ssid = "FRITZ!Box 7530 TN"

Version

14.0.3

Logfile

in serial console it just looped at "failed to connect to AP". After manually changing wifi.ini it's fixed.

Expected Behavior

No response

Screenshots

No response

Additional Context

No response

@phiresky phiresky added the bug Something isn't working label Feb 16, 2023
jomjol added a commit that referenced this issue Feb 18, 2023
@jomjol
Copy link
Owner

jomjol commented Feb 18, 2023

@jomjol jomjol closed this as completed Feb 18, 2023
caco3 pushed a commit that referenced this issue Feb 22, 2023
caco3 added a commit that referenced this issue Feb 22, 2023
* Migrated parameters, see #2023

* remove no longer used "topic" parameter. This is a backport from b21e3c6

* Fix wrong url-encoding, see #2036 resp. #2036

* Threashold -> Threshold

* updated changelog

---------

Co-authored-by: CaCO3 <caco@ruinelli.ch>
caco3 added a commit that referenced this issue Feb 24, 2023
* Replace deprecated actions (#2016)

* Update build.yaml

* Update build.yaml

* Update manual-update-webinstaller.yml

* Update manual-update-webinstaller.yml

* Update manual-update-webinstaller.yml

* Update manual-update-webinstaller.yml

* Update build.yaml

* preparations for v15.0 (#2063)

* Migrated parameters, see #2023

* remove no longer used "topic" parameter. This is a backport from b21e3c6

* Fix wrong url-encoding, see #2036 resp. #2036

* Threashold -> Threshold

* updated changelog

---------

Co-authored-by: CaCO3 <caco@ruinelli.ch>

* DataLogActive is true by default

* updated changelog

---------

Co-authored-by: CaCO3 <caco@ruinelli.ch>
jomjol added a commit that referenced this issue Mar 1, 2023
* Replace deprecated actions (#2016)

* Update build.yaml

* Update build.yaml

* Update manual-update-webinstaller.yml

* Update manual-update-webinstaller.yml

* Update manual-update-webinstaller.yml

* Update manual-update-webinstaller.yml

* Update build.yaml

* preparations for v15.0 (#2063)

* Migrated parameters, see #2023

* remove no longer used "topic" parameter. This is a backport from b21e3c6

* Fix wrong url-encoding, see #2036 resp. #2036

* Threashold -> Threshold

* updated changelog

---------

Co-authored-by: CaCO3 <caco@ruinelli.ch>

* DataLogActive is true by default

* updated changelog

* Bugfix #1933 (again :-))

* Update Influxdb

* re-add missing dropdownbox filling for Postprocessing Individual Parameters

* stop auto filling the release notes, it causes more confusion than it helps

* Update Changelog.md

---------

Co-authored-by: CaCO3 <caco@ruinelli.ch>
Co-authored-by: jomjol <30766535+jomjol@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants