filipsPL / autowx2

The program for scheduling recordings and processing of the satellite and ground radio transmissions (like capturing of the weather APT images from NOAA satellites, voice messages from ISS, fixed time recordings of WeatherFaxes etc.) :earth_africa: :satellite:
78 stars 16 forks source link

Flask show static webpages / passtable.png to shown #82

Open rfamp opened 5 years ago

rfamp commented 5 years ago

Hi,

I'm currently working to built a standalone receiver with this beautiful piece of software, but I have a problem regarding the flask webserver:

Currently flask hosts the webserver which shows the logs and table with the next passes. When switching to passtable tab the picture is not beeing shown. When I scroll down I get the table with the next 100 passes. Is this a bug? The passtable is being created but not embedded into the html file which I confirmed using the built-in inspector of firefox Edit: Also the tab "Recent logs" does not work and shows "not found"

My second problem/missunderstanding: Is there an option to host the static webpages as wall with flask or isn't it implemented yet?

Great work and keep going! Regards Joshua!

filipsPL commented 5 years ago

Hi Joshua,

thanks for reporting this feature/bug. I will try to investigate the problem. Also, if you discover what is wrong, please feel free to write it here or fix the code yourself and fill a Pull request. best Filip