Skip to content
New issue

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

traceback error #7

Open
falcon71181 opened this issue Aug 25, 2021 · 2 comments
Open

traceback error #7

falcon71181 opened this issue Aug 25, 2021 · 2 comments

Comments

@falcon71181
Copy link

500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/cherrypy/lib/lockfile.py", line 69, in init
self.fp = open(path, 'r+')
FileNotFoundError: [Errno 2] No such file or directory: '/home/kali/Desktop/PyBotnet/data/sessions\/session-79a74bcaed17be0b4698eb8ebb1f1d1c976bffc7.lock'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/cherrypy/_cprequest.py", line 667, in respond
self.hooks.run('before_handler')
File "/usr/lib/python3/dist-packages/cherrypy/_cprequest.py", line 114, in run
raise exc
File "/usr/lib/python3/dist-packages/cherrypy/_cprequest.py", line 104, in run
hook()
File "/usr/lib/python3/dist-packages/cherrypy/_cprequest.py", line 63, in call
return self.callback(**self.kwargs)
File "/usr/lib/python3/dist-packages/cherrypy/_cptools.py", line 287, in _lock_session
cherrypy.serving.session.acquire_lock()
File "/usr/lib/python3/dist-packages/cherrypy/lib/sessions.py", line 542, in acquire_lock
self.lock = lockfile.LockFile(path)
File "/usr/lib/python3/dist-packages/cherrypy/lib/lockfile.py", line 75, in init
self.fp = open(path, 'a+')
FileNotFoundError: [Errno 2] No such file or directory: '/home/kali/Desktop/PyBotnet/data/sessions\/session-79a74bcaed17be0b4698eb8ebb1f1d1c976bffc7.lock'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@falcon71181 and others