Urlopen error [Errno 113] No route to host #4257
-
Duplicate Check
Describe the bugWhen I try to run the app on the Flet app I get this error: Code sampleCodeimport flet as ft
def main(page: ft.Page):
page.add(ft.SafeArea(ft.Text("Hello, Flet!")))
ft.app(main) To reproduceRun the code on the Flet app and see the error. Expected behaviorNo response Screenshots / VideosOperating SystemLinux Operating system detailsEndeavourOS Flet version0.24.1 RegressionNo, it isn't SuggestionsNo response LogsLogs[Paste your logs here] Additional detailsNo response |
Beta Was this translation helpful? Give feedback.
Answered by
FeodorFitsner
Oct 29, 2024
Replies: 1 comment 5 replies
-
Try opening that URL in the browser on the same mobile phone? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try using hostname instead of IP, make sure 8551 port is opened on Firewall (what OS is on your computer?).