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

Usage: server.py <email> <password> ERROR #3

Open
anumetxz opened this issue Apr 20, 2023 · 1 comment
Open

Usage: server.py <email> <password> ERROR #3

anumetxz opened this issue Apr 20, 2023 · 1 comment

Comments

@anumetxz
Copy link

anumetxz commented Apr 20, 2023

hello how can i start it?
C:/Users/AppData/Local/Programs/Python/Python311/python.exe c:/NosTale-Gfless-master/server.py <MyMail@mail,com>< MyPass>

i get error :
At line:1 char:103

  • ... hon/Python311/python.exe c:/NosTale-Gfless-master/server.py MyMail@mail.com < ...
  •                                                             ~
    

The '<' operator is reserved for future use.
At line:1 char:111

  • ... on311/python.exe c:/NosTale-Gfless-master/server.py MyMail@mail.com <MyPass ...
  •                                                             ~
    

The '<' operator is reserved for future use.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : RedirectionNotSupported

@morsisko
Copy link
Owner

This is due to special character (<) inside your password. Try to hardcode password inside the script. Keep in mind this is very old repo, I guess the pipe part still work, but you will need to fix the backend (ntauth) to obtain proper auth token. You can look into this: https://github.com/stdLemon/nostale-auth

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

2 participants