-
Notifications
You must be signed in to change notification settings - Fork 297
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
Access Denied when accessing on Android Devices (via Web browser) #52
Comments
Hello, @AlexzPurewoko, did you solve this issue? I have the same issue on PC. |
It could be because the browser accesses the site via https. Only http is supported at this stage. Try to explicitly type in http://... in the browser. |
+1 confirmation there is a problem with Android access as outlined above... I have triple checked the URL is using htttp and not https, am wondering if it could be something to do with the Android soft keyboard inserting something stupid like a space character after the password - any suggestions how to begin debugging this? |
Same here. |
Same here. |
Hi @AlexzPurewoko, I'm frustrated too about this behaviour. However I found out that touching into the terminal window instead of pressing enter works and then I'm in the REPL. May be we can live with the current behaviour (if this works for you too) if somebody finds out why the typed characters do not show up within the terminal window in the mobile browser. Best, |
I forgot to mention that I have the same behaviour in all my tested browsers (latest versions) on Android 10: |
The issue persists still with Chrome and Brave-Browser latest updates. With Firefox webrepl works good. Setup: Android 13 |
Finally got this working on Android 13. Disabled the certifcates for Letsencrypt (settings --> Security etc), opened up an incognito browser in Chrome having deleted all history etc then of course ensured all devices are on the same network. Finally run the micropython webrepl client in desktop mode but then had to use a bluetooth keyboard (popup keyboard wasn't displaying) ! Still a little work to do so this is a portable solution - primarily run off a portable hotspot device. Its a clunky solution yet works. Even transferred a file from my esp8266 to edit on the Android phone using this. So, to sum, it is possible but the jury is still out if the costs outweigh benefits. |
An error occured (Access Denied) while using Android devices to connect. But when using PC's, it's normal (login with same password on both devices).
The configuration is:
on ESP32:
webrepl -> enabled
wifi enabled with station (connected on my android devices via tethering)
Can you help me to fix it ? thanks:blush: :+1:
Sent from my Galaxy J2 Prime using FastHub
Dikirim dari Galaxy J2 Prime menggunakan FastHub
The text was updated successfully, but these errors were encountered: