You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Application Logs
2022-06-06T10:40:34.876593+00:00 app[worker.1]: file_exists = path.is_file()
2022-06-06T10:40:34.876604+00:00 app[worker.1]: File "/usr/local/lib/python3.9/pathlib.py", line 1456, in is_file
2022-06-06T10:40:34.876893+00:00 app[worker.1]: return S_ISREG(self.stat().st_mode)
2022-06-06T10:40:34.876896+00:00 app[worker.1]: File "/usr/local/lib/python3.9/pathlib.py", line 1232, in stat
2022-06-06T10:40:34.877141+00:00 app[worker.1]: return self._accessor.stat(self)
2022-06-06T10:40:34.877164+00:00 app[worker.1]: OSError: [Errno 36] File name too long: 034VXv6489********************************Q3gu3edLh6Z6Ygj29pE6i1U3OlxgA.session'
2022-06-06T10:40:35.128646+00:00 heroku[worker.1]: Process exited with status 1
2022-06-06T10:40:35.226438+00:00 heroku[worker.1]: State changed from up to crashed
The text was updated successfully, but these errors were encountered:
doesnt works on heroku
gives the following error
Application Logs 2022-06-06T10:40:34.876593+00:00 app[worker.1]: file_exists = path.is_file() 2022-06-06T10:40:34.876604+00:00 app[worker.1]: File "/usr/local/lib/python3.9/pathlib.py", line 1456, in is_file 2022-06-06T10:40:34.876893+00:00 app[worker.1]: return S_ISREG(self.stat().st_mode) 2022-06-06T10:40:34.876896+00:00 app[worker.1]: File "/usr/local/lib/python3.9/pathlib.py", line 1232, in stat 2022-06-06T10:40:34.877141+00:00 app[worker.1]: return self._accessor.stat(self) 2022-06-06T10:40:34.877164+00:00 app[worker.1]: OSError: [Errno 36] File name too long: 034VXv6489********************************Q3gu3edLh6Z6Ygj29pE6i1U3OlxgA.session' 2022-06-06T10:40:35.128646+00:00 heroku[worker.1]: Process exited with status 1 2022-06-06T10:40:35.226438+00:00 heroku[worker.1]: State changed from up to crashed
The text was updated successfully, but these errors were encountered: