-
Notifications
You must be signed in to change notification settings - Fork 19
Description
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'