Internal Server Error #408
-
Hello there! I hope you're doing well! 127.0.0.1 --[13/May/2025 20:40:28]"PoST /admin/tilters/new?url=%2Fadm1n%2Ff1Lters%2F HTTP/1.1"302 -2025-05-13 20:40:28,319]ERROR in app: Exception on /admin/filters/ [GET]Traceback(most recent call last):File "/public/home/cugb1010221216/anaconda3/envs/p81/lib/python3.8/site-packages/flask/app.py",line 2525,in wsgi_appresponse =self.full dispatch request()File "/public/home/cugb1010221216/anaconda3/envs/p81/lib/python3.8/site-packages/flask/app.py",line 1822,in full dispatch requestrv =self.handle user exception(e)File "/public/home/cugb1010221216/anaconda3/envs/p81/lib/python3.8/site-packages/flask/app.py",line 1820,in full dispatch requestrv=self.dispatch request()File "/public/home/cugb1010221216/anaconda3/envs/p81/lib/python3.8/site-packages/flask/app.py",line 1796,in dispatch requestreturn self.ensure sync(self.view functions[rule.endpoint])(**view _args) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Fortunately, I identified the root cause: the dumped erroneous stations.csv file contained an unexpected column named Level_0, which triggered the internal error. (It seems that adding 'index=False' into msnoise.py ' db_import' just contributes to import successfully but will still lead the internal error in Web and cannot edit stations' info) |
Beta Was this translation helpful? Give feedback.
Fortunately, I identified the root cause: the dumped erroneous stations.csv file contained an unexpected column named Level_0, which triggered the internal error. (It seems that adding 'index=False' into msnoise.py ' db_import' just contributes to import successfully but will still lead the internal error in Web and cannot edit stations' info)