cortictechnology / cep

CEP is a software platform designed for users that want to learn or rapidly prototype using standard A.I. components.
MIT License
167 stars 21 forks source link

Can't login #16

Closed Imel23 closed 2 years ago

Imel23 commented 3 years ago

Hello, First of all I would like to thank you for this excellent work. In fact, I am trying to connect to http://raspberrypi.local/programming. I enter the username pi and the password and it shows me The username does not exist! Thanks in advance.

michaelhwn commented 3 years ago

Hi @95ImadEL, did you observe if there were any errors during the setup process? if not, can you please confirm if you can log in to your Raspberry Pi OS using the pi account?

Imel23 commented 3 years ago

Thank you @michaelhwn for your answer, unfortunately I could not find any error during the setup. Also I can connect with the pi login.

Imel23 commented 3 years ago

This is the used OS

PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)" NAME="Raspbian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

michaelhwn commented 3 years ago

Thanks for the info @95ImadEL, currently CEP has not updated to fully support the latest Raspberry Pi OS (bullseye), there is an issue in CEP that prevents the user from logging in properly on this latest OS. I will push an update soon to solve this issue. Meanwhile, can you try to use CEP on Raspberry Pi OS Buster instead?

Imel23 commented 3 years ago

ok I'll do it thanks a lot. I will keep you informed.

michaelhwn commented 3 years ago

You are welcome @95ImadEL. I will let you know once the Bullseye support is ready.

gris74 commented 2 years ago

I have same issue no login on the web UI interface but in fact I can login PI os with ssh... But I am on buster

I can access, dev directly from http://ip-address/programming but not via login screen, the login as no effect/redirect

PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

michaelhwn commented 2 years ago

I have same issue no login on the web UI interface but in fact I can login PI os with ssh... But I am on buster

I can access, dev directly from http://ip-address/programming but not via login screen, the login as no effect/redirect

PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

Hi @gris74 , are you pulling from the latest dev branch? There are some updates committed 2 days ago to the dev branch that may solve your issue. But you will need to perform the entire setup process again due to a change in the load/save mechanism and the addition of new dependencies. I suggest you to start the setup process with a new Raspberry Pi OS install.

If the login problem still persists, please open the console of your browser and let me know if there is any error reporting on the login page. Thanks

michaelhwn commented 2 years ago

Hi @95ImadEL, the latest commit in the main branch now supports Bullseye, please feel free to try it out. But you will need to perform the setup process again on a newly flashed Raspberry Pi OS (Bullseye) due to a change in the software dependency.

Imel23 commented 2 years ago

@michaelhwn thank you so much I will check it 👍