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

Unable to register new account #103

Open
schwab opened this issue Mar 8, 2018 · 3 comments
Open

Unable to register new account #103

schwab opened this issue Mar 8, 2018 · 3 comments

Comments

@schwab
Copy link

schwab commented Mar 8, 2018

New install, attempt to register a user.

ERROR Error in Account Manager login
2018-03-08 14:44:48,061 ERROR Function: if_logged_in
ERROR Function: if_logged_in
2018-03-08 14:44:48,061 ERROR Credentials file not existing
ERROR Credentials file not existing
2018-03-08 14:44:48,147 ERROR Error in Account Manager login
ERROR Error in Account Manager login
2018-03-08 14:44:48,147 ERROR Function: if_logged_in
ERROR Function: if_logged_in
2018-03-08 14:44:48,147 ERROR Credentials file not existing
ERROR Credentials file not existing
testlogin, StorjEngine
2018-03-08 14:44:48,147 DEBUG testlogin, StorjEngine
DEBUG testlogin, StorjEngine
Traceback (most recent call last):
  File "/mnt/extradrive1/projects/storj-gui-client/UI/registration.py", line 43, in register
    self.storj_client = storj.Client(None, "", api_url=self.bridge_api_url).user_create(str(self.email).strip(), str(self.password).strip())
TypeError: __init__() got an unexpected keyword argument 'api_url'
Traceback (most recent call last):
  File "/mnt/extradrive1/projects/storj-gui-client/UI/registration.py", line 43, in register
    self.storj_client = storj.Client(None, "", api_url=self.bridge_api_url).user_create(str(self.email).strip(), str(self.password).strip())
TypeError: __init__() got an unexpected keyword argument 'api_url'

@marcorosa
Copy link
Collaborator

are you building from source or are you using one of the releases?

@schwab
Copy link
Author

schwab commented Mar 9, 2018

yes, I pulled from source and did the setup.
Fixed it with this, the api_url field is NLA:

self.storj_client = storj.Client(None, "", storj_bridge=self.bridge_api_url).user_create(str(self.email).strip(), str(self.password).strip())

@marcorosa
Copy link
Collaborator

If you use source, your problem should have been addressed here
Please pull the latest version of the code and verify if the registration is still broken

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