Hello,
Suddenly, I can't log in. When I checked the console, I saw the login URL returning a 404 error. I also checked my panel log, and it shows the error: "cannot import name 'IPSet' from 'pyroute2'." The full log is provided below.
` File "/www/server/panel/class_v2/breaking_through.py", line 31, in <module>
from pyroute2 import IPSet, NetlinkError
ImportError: cannot import name 'IPSet' from 'pyroute2' (/www/server/panel/pyenv/lib/python3.12/site-packages/pyroute2/init.py)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/pyenv/lib/python3.12/site-packages/flask/app.py", line 1823, in full_dispatch_request
rv = self.dispatch_request()
^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/pyenv/lib/python3.12/site-packages/flask/app.py", line 1799, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/BTPanel/init.py", line 1764, in login
import breaking_through
File "/www/server/panel/class/public/hook_import.py", line 20, in _aapimport
return oldimport(name, globals, locals, fromlist, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class_v2/breaking_through.py", line 34, in <module>
from pyroute2 import IPSet, NetlinkError
ImportError: cannot import name 'IPSet' from 'pyroute2' (/www/server/panel/pyenv/lib/python3.12/site-packages/pyroute2/init.py)
`
Let me know if you need further assistance!