

ˣʱ
FileNotFoundError: Could not find module 'D:\BtSoft\panel\class\libAuth.dll' (or one of its dependencies). Try using the full path with constructor syntax.
REQUEST_DATE: 2021-09-15 09:46:57
 PAN_VERSION: 7.3.0
  OS_VERSION: Windows Server 2012 R2 Standard (build 9600) x64 (Py3.8.6)
 REMOTE_ADDR: 220.170.143.14
 REQUEST_URI: POST /ajax?action=UpdatePanel
REQUEST_FORM: {}
  USER_AGENT: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36







Traceback (most recent call last):
  File "C:\Program Files\python\lib\site-packages\flask\app.py", line 2447, in wsgi_app
    response = self.full_dispatch_request()
  File "C:\Program Files\python\lib\site-packages\flask\app.py", line 1952, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "C:\Program Files\python\lib\site-packages\flask\app.py", line 1821, in handle_user_exception
    reraise(exc_type, exc_value, tb)
  File "C:\Program Files\python\lib\site-packages\flask\_compat.py", line 39, in reraise
    raise value
  File "C:\Program Files\python\lib\site-packages\flask\app.py", line 1950, in full_dispatch_request
    rv = self.dispatch_request()
  File "C:\Program Files\python\lib\site-packages\flask\app.py", line 1936, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File "D:\BtSoft\panel\BTPanel\__init__.py", line 689, in ajax
    return publicObject(ajaxObject,defs,None,pdata);
  File "D:\BtSoft\panel\BTPanel\__init__.py", line 1354, in publicObject
    return run_exec().run(toObject, defs, get)
  File "D:\BtSoft\panel\BTPanel\__init__.py", line 1516, in run
    result = eval(fun)
  File "", line 1, in 
  File "D:\BtSoft\panel/class\ajax.py", line 462, in UpdatePanel
    import psutil,panelPlugin,system;
  File "class\panelPlugin.py", line 14, in init panelPlugin
  File "class\pluginAuth.py", line 31, in init pluginAuth
  File "C:\Program Files\python\lib\ctypes\__init__.py", line 451, in LoadLibrary
    return self._dlltype(name)
  File "C:\Program Files\python\lib\ctypes\__init__.py", line 373, in __init__
    self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\BtSoft\panel\class\libAuth.dll' (or one of its dependencies). Try using the full path with constructor syntax.