Skip to content
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

Open
vuducdong opened this issue Jan 3, 2022 · 6 comments
Open

KeyError: 'payload' #2

vuducdong opened this issue Jan 3, 2022 · 6 comments

Comments

@vuducdong
Copy link

vuducdong commented Jan 3, 2022

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!

@LitenBuzzTh
Copy link

I get the same error here.

and installed all requirements

running on python 3.7

@vuducdong
Copy link
Author

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.

@kankees
Copy link

kankees commented Apr 1, 2022

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'
and don't forget create a new folder name 'profile' on the same directory

@vuducdong
Copy link
Author

vuducdong commented Apr 1, 2022

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' and don't forget create a new folder name 'profile' on the same directory

ok, I tried it and still the same error, not fixed yet .

@kratos122-cell
Copy link

Same issue..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@LitenBuzzTh @kankees @vuducdong @kratos122-cell and others