reksec

Error NetworkLink Login

May 19th, 2025
74
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.35 KB | None | 0 0
  1. 2025-05-20 01:01:06,916 [INFO] (unrealircd) Enumerating our own SID 002
  2. 2025-05-20 01:01:06,916 [INFO] (unrealircd) Starting ping schedulers....
  3. 2025-05-20 01:01:06,916 [INFO] (unrealircd) Server ready; listening for data.
  4. 2025-05-20 01:01:06,948 [INFO] (inspircd/pylink) Received unknown command 'tu' from Nick!services@services.UniversoChat.com
  5. 2025-05-20 01:01:18,565 [INFO] (inspircd/pylink) Calling command 'login' for rek!rek@Root.UniversoChat.com
  6. 2025-05-20 01:01:18,566 [ERROR] Unhandled exception caught in command 'login'
  7. Traceback (most recent call last):
  8.   File "/home/user/PyLink/entorno001/lib/python3.11/site-packages/pylinkirc/utils.py", line 294, in call_cmd
  9.     func(irc, source, cmd_args)
  10.   File "/home/user/PyLink/entorno001/lib/python3.11/site-packages/pylinkirc/coremods/login.py", line 125, in identify
  11.     if check_login(username, password):
  12.        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13.   File "/home/user/PyLink/entorno001/lib/python3.11/site-packages/pylinkirc/coremods/login.py", line 62, in check_login
  14.     return verify_hash(password, passhash)
  15.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  16.   File "/home/user/PyLink/entorno001/lib/python3.11/site-packages/pylinkirc/coremods/login.py", line 75, in verify_hash
  17.     return pwd_context.verify(password, passhash)
  18.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  19.   File "/home/user/PyLink/entorno001/lib/python3.11/site-packages/passlib/context.py", line 2343, in verify
  20.     record = self._get_or_identify_record(hash, scheme, category)
  21.              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  22.   File "/home/user/PyLink/entorno001/lib/python3.11/site-packages/passlib/context.py", line 2031, in _get_or_identify_record
  23.     return self._identify_record(hash, category)
  24.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  25.   File "/home/user/PyLink/entorno001/lib/python3.11/site-packages/passlib/context.py", line 1132, in identify_record
  26.     raise exc.UnknownHashError("hash could not be identified")
  27. passlib.exc.UnknownHashError: hash could not be identified
  28. ^C2025-05-20 01:02:19,253 [INFO] Shutting down on signal 2.
  29. 2025-05-20 01:02:19,253 [INFO] Shutting down plugins.
  30. 2025-05-20 01:02:19,254 [INFO] Waiting for remaining threads to stop; this may take a few seconds. If PyLink freezes at this stage, press Ctrl-C to force a shutdown.
  31. 2025-05-20 01:02:19,440 [INFO] Removing PID file 'pylink.pid'.
Advertisement
Comments
Add Comment
Please, Sign In to add comment