-
Notifications
You must be signed in to change notification settings - Fork 6
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
KeyError: 'payload' #2
Comments
I get the same error here. and installed all requirements running on python 3.7 |
I tried all version, with all Windows OS (Win10, Win11). Only the previous win10 computer that I installed and run, without changing anything, not updating, or doing anything, it still works. On another computer, I tried to do the same thing on that PC, but I get the same error as above. It's hard to understand. |
I found a solution to solve this problem you need to copy 'nordlynx.py' to python install directory then run with cmd admin 'python nordlynx.py' |
ok, I tried it and still the same error, not fixed yet . |
Same issue.. |
That's error , can't running nordlynx.py
----- NordLynx Configuration File -----
Traceback (most recent call last):
File "C:\Users\vuduc\AppData\Local\Programs\Python\Python39\lib\site-packages\frida\core.py", line 450, in _on_message
callback(message, data)
File "C:\NordLynx-main\nordlynx.py", line 40, in onMessage
if 'PrivateKey' not in message["payload"]: return
KeyError: 'payload'
[+] Select a server
@DaveOff can you fix this error? Thanks!
The text was updated successfully, but these errors were encountered: