CarnetApp / CarnetElectron

57 stars 14 forks source link

Cannot login on Linux app #55

Open Candyhands opened 2 years ago

Candyhands commented 2 years ago

I am currently unable to login at all on the Linux app. My credentials are definitely correct, I can login on the movile app and web client just fine. I even created a new account just to test it out, no dice. I just get the error "An error occured, please check your configuration"

splattergamesextended commented 2 years ago

I just tried something and it actually worked: for some reason the current version is refusing https. Try signing in with http and it will work. Although I wouldn't recommend it (for obvious reasons) and hopefully this will get resolved soon.

Edit: the issue seems to lie here: https://github.com/CarnetApp/CarnetElectron/blob/9750b51560321ad1b1e9a8c97745e6958ba19c56/settings/webdav_dialog.js#L35 or here: https://github.com/CarnetApp/CarnetElectron/blob/9750b51560321ad1b1e9a8c97745e6958ba19c56/settings/webdav_dialog.js#L42

Would be great if someone could take a look at this who knows what's wrong!

PhieF commented 2 years ago

I've found out why this is happening, and update will come soon. Since I'm updating every dependencies there are still some things to fix, you can follow my work on https://github.com/CarnetApp/CarnetElectron/tree/electron-16

rjousse18 commented 2 years ago

when will it be available ?

PhieF commented 2 years ago

Hi, it should be fixed now, can somebody try the new release ?

Candyhands commented 2 years ago

Hi, it should be fixed now, can somebody try the new release ?

It is working perfectly now, thank you so much!