Replies: 6 comments 32 replies
-
It should redirect you to https://on-air.nicegui.io/login where you can sign-up and later login. After successful auth you should be asked to create a organization and provide a device name. |
Beta Was this translation helpful? Give feedback.
-
Still having a trouble using this feature. I got the login, generated a token, and put it into my main file, example: But where do I find the actually sharable URL? I tried different combinations of URL but all said "No such device". I read through all the documentation too, but no luck. Can someone provide a little more detailed documentation for a coding newbie like me? |
Beta Was this translation helpful? Give feedback.
-
@shubhamgandhi Could you try again? In #2179 we fixed the deployment for Australia (and possibly for other regions, too). |
Beta Was this translation helpful? Give feedback.
-
I'm so sorry for the late reply @shubhamgandhi. I have not found the time to dig into this. Now I've tried it myself a bit more and noticed that indeed On Air is not working as expected when using a fresh installation. python -c "from nicegui import ui; ui.label('test'); ui.run(on_air=True)" Shows me the error Btw, I tested the "fresh installation" with docker run --rm -it python:3.11 /bin/sh -c 'pip install nicegui && python -c "from nicegui import ui; ui.label('\''test'\''); ui.run(on_air=True)"' |
Beta Was this translation helpful? Give feedback.
-
I'm using nicegui-1.4.18, python-3.10.9.amd64 on my windows 10 64bits. I can opne https://on-air.nicegui.io/ with my browser without problem. However
gives
in other words, there is no on-air link |
Beta Was this translation helpful? Give feedback.
-
@retsyo and everyone else: We have a major hick up in our service infrastructure. While it has already still solved in most regions a sustainable solution is still in the workings. We hope to make On Air stable in the next 48 hours. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I read https://nicegui.io/documentation/section_configuration_deployment#nicegui_on_air, and find https://on-air.nicegui.io/
but there is nothing under this url
Beta Was this translation helpful? Give feedback.
All reactions