Open jluastro opened 1 month ago
This was on a PSBL PhotAstrom Param1 with parallax.
This seems to only be a problem on the BAGLE calculator website. I just tried running the webapp locally, and I was able to change the declination slider to -29 without any errors. I did make a couple of pushes to the git repo since the website was deployed, so maybe it needs to be restarted?
This seems to only be a problem on the BAGLE calculator website. I just tried running the webapp locally, and I was able to change the declination slider to -29 without any errors. I did make a couple of pushes to the git repo since the website was deployed, so maybe it needs to be restarted?
We restarted the server that the BAGLE calculator was deployed on and the declination slider seems to be able to go to -29 without any problem now. Although, we weren't able to find out exactly what was causing the error.
This seems to only be a problem on the BAGLE calculator website. I just tried running the webapp locally, and I was able to change the declination slider to -29 without any errors. I did make a couple of pushes to the git repo since the website was deployed, so maybe it needs to be restarted?
We restarted the server that the BAGLE calculator was deployed on and the declination slider seems to be able to go to -29 without any problem now. Although, we weren't able to find out exactly what was causing the error.
The error ended up occurring again and this was what the traceback message looked like in the debug log:
It seems that some time after restart, the machine that the webapp was deployed on had nowhere to send the print messages from BAGLE. We fixed this by directing the stdout into a file, so the error hopefully shouldn't pop up anymore.
Change the declination with the slider to -29 -- things go red and nothing ever loads. And there is no mechanism to see the error messages.