We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The running result of run_test. py is as follows: Using Cache 'tmp\openweathermap_curr_04E6D012258F.json','tmp\openweathermap_fcst_04E6D012258F.json' 2024-09-29 20:13:42 801 013% 0.00 0.00 +26.58 ( 5.2,088) 2024-09-29 20:13:42 801 013% 0.00 0.00 +26.58 ( 5.2,088) 2024-09-29 20:13:42 801 013% 0.00 0.00 +26.58 ( 5.2,088) 2024-09-29 20:13:42 801 013% 0.00 0.00 +26.58 ( 5.2,088) 2024-09-29 23:00:00 802 032% 0.00 0.00 +25.36 ( 3.5,087) 2024-09-30 02:00:00 802 050% 0.00 0.00 +23.68 ( 3.4,085) 2024-09-30 05:00:00 803 071% 0.00 0.00 +21.93 ( 3.1,069) 2024-09-30 08:00:00 803 074% 0.00 0.00 +24.77 ( 4.4,091) Saved tmp\test_04E6D012258F.bmp The running result of run_server.py is : Serving at http://0.0.0.0:3355/
But when I run run_derver, the website provided cannot be opened normally. Can you point out what the problem is for me?
The text was updated successfully, but these errors were encountered:
This is hard to debug without more context. From where do you access the server and what does "not normally" mean?
Sorry, something went wrong.
52df8bb
"Serving at" message improved. Now shows the first server IP address found instead of '0.0.0.0'
No branches or pull requests
The running result of run_test. py is as follows:
Using Cache 'tmp\openweathermap_curr_04E6D012258F.json','tmp\openweathermap_fcst_04E6D012258F.json'
2024-09-29 20:13:42 801 013% 0.00 0.00 +26.58 ( 5.2,088)
2024-09-29 20:13:42 801 013% 0.00 0.00 +26.58 ( 5.2,088)
2024-09-29 20:13:42 801 013% 0.00 0.00 +26.58 ( 5.2,088)
2024-09-29 20:13:42 801 013% 0.00 0.00 +26.58 ( 5.2,088)
2024-09-29 23:00:00 802 032% 0.00 0.00 +25.36 ( 3.5,087)
2024-09-30 02:00:00 802 050% 0.00 0.00 +23.68 ( 3.4,085)
2024-09-30 05:00:00 803 071% 0.00 0.00 +21.93 ( 3.1,069)
2024-09-30 08:00:00 803 074% 0.00 0.00 +24.77 ( 4.4,091)
Saved tmp\test_04E6D012258F.bmp
The running result of run_server.py is :
Serving at http://0.0.0.0:3355/
But when I run run_derver, the website provided cannot be opened normally. Can you point out what the problem is for me?
The text was updated successfully, but these errors were encountered: