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
I had this problem trying to run a new vania app on Linux (Ubuntu 22.04 based distro)
FileSystemException: lock failed, path = 'storage/framework/sessions/4102d6687bdcd95b949071603951a6fc600344cff8d555a49cb1825c67085570' (OS Error: Bad file descriptor, errno = 9)
To Reproduce vania serve
vania serve
open http://localhost:8000/ in the browser
http://localhost:8000/
Environment
Logs
[2025-02-13 10:50:56] ERROR: FileSystemException: lock failed, path = 'storage/framework/sessions/ed3fddef7e201ad05bd17c05ef31a54886a6a321b77bc1804ff159ef6c3690a2' (OS Error: Bad file descriptor, errno = 9) [2025-02-13 10:51:44] ERROR: FileSystemException: lock failed, path = 'storage/framework/sessions/4102d6687bdcd95b949071603951a6fc600344cff8d555a49cb1825c67085570' (OS Error: Bad file descriptor, errno = 9) [2025-02-13 10:54:37] ERROR: FileSystemException: lock failed, path = 'storage/framework/sessions/4102d6687bdcd95b949071603951a6fc600344cff8d555a49cb1825c67085570' (OS Error: Bad file descriptor, errno = 9) [2025-02-13 10:56:20] ERROR: FileSystemException: lock failed, path = 'storage/framework/sessions/4102d6687bdcd95b949071603951a6fc600344cff8d555a49cb1825c67085570' (OS Error: Bad file descriptor, errno = 9) [2025-02-13 10:57:04] ERROR: FileSystemException: lock failed, path = 'storage/framework/sessions/4102d6687bdcd95b949071603951a6fc600344cff8d555a49cb1825c67085570' (OS Error: Bad file descriptor, errno = 9)
The text was updated successfully, but these errors were encountered:
Fixed session file locking issue on Linux. (vania-dart#172)
4753bcc
@felipebueno Please update to 0.8.2 and test
Sorry, something went wrong.
It works!! :)
Thanks @javad-zobeidi
No branches or pull requests
I had this problem trying to run a new vania app on Linux (Ubuntu 22.04 based distro)
To Reproduce
vania serve
open
http://localhost:8000/
in the browserEnvironment
Logs
The text was updated successfully, but these errors were encountered: