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

WIFI /SSID and Password limited to 16 characters #10

Open
hmd83 opened this issue Nov 20, 2024 · 11 comments
Open

WIFI /SSID and Password limited to 16 characters #10

hmd83 opened this issue Nov 20, 2024 · 11 comments
Assignees
Labels
reCamera-OS Label for reCamera-OS UAY Unassigned yet

Comments

@hmd83
Copy link

hmd83 commented Nov 20, 2024

In the web interface for setting up WiFi networks, after scanning, it only displays the first 16 characters of the SSID, and I can only type a password that is 16 characters long.

@Lesords Lesords self-assigned this Nov 26, 2024
@Lesords Lesords added UAY Unassigned yet reCamera-OS Label for reCamera-OS labels Nov 27, 2024
@Lesords
Copy link
Collaborator

Lesords commented Nov 27, 2024

It does seem to be having this problem at the moment.

Can I ask how many characters you are currently using for your ssid and password?

@Lesords
Copy link
Collaborator

Lesords commented Nov 27, 2024

Wait a minute, there is no limit to the number of ssid names that can be displayed.

Could you post a picture for me to see?

Copy link

github-actions bot commented Jan 8, 2025

This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added Stale and removed Stale labels Jan 8, 2025
@hmd83
Copy link
Author

hmd83 commented Jan 8, 2025

@Lesords Sure you can see my SSID is "FRITZ!Box 7590 HX" but it show only "FRITZ!Box"
image
image
and i can't type more than 16 number as image below
image

@Lesords
Copy link
Collaborator

Lesords commented Jan 9, 2025

@Lesords Sure you can see my SSID is "FRITZ!Box 7590 HX" but it show only "FRITZ!Box" image image and i can't type more than 16 number as image below image

Okay, I get it.

That's because ssid splits based on spaces, so it will just show ‘FRITZ!Box’.

@Lesords
Copy link
Collaborator

Lesords commented Jan 9, 2025

We will solve these two problems in later versions.

@Lesords
Copy link
Collaborator

Lesords commented Jan 9, 2025

For now, you can replace the spaces in the wifi ssid with other characters or wait for a new version.

@hmd83
Copy link
Author

hmd83 commented Jan 9, 2025

@Lesords The password did not contain any spaces, and I can only type up to 16 numbers. check the photo please
image

@Lesords
Copy link
Collaborator

Lesords commented Jan 9, 2025

@Lesords The password did not contain any spaces, and I can only type up to 16 numbers. check the photo please image

This is because we have limited the length of the password

The problem I mentioned above refers to the ssid

They're two different issues

@Lesords
Copy link
Collaborator

Lesords commented Jan 9, 2025

@Lesords Sure you can see my SSID is "FRITZ!Box 7590 HX" but it show only "FRITZ!Box" image image and i can't type more than 16 number as image below image

Okay, I get it.

That's because ssid splits based on spaces, so it will just show ‘FRITZ!Box’.

My mistake, my comment here might be a bit inaccurate.

It should be corrected to: the SSID name after the space is completely ignored.

@hmd83
Copy link
Author

hmd83 commented Jan 9, 2025

@Lesords > This is because we have limited the length of the password
The default password for FritzBox in Germany is 32 characters long. I will wait for a bug fix in the update. Until then, I will use a hotspot for ReCamera OS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reCamera-OS Label for reCamera-OS UAY Unassigned yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants