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

Error in connecting to server. Please update settings.py #6

Open
sophadethrithya opened this issue Jul 22, 2018 · 0 comments
Open

Error in connecting to server. Please update settings.py #6

sophadethrithya opened this issue Jul 22, 2018 · 0 comments

Comments

@sophadethrithya
Copy link

I try to change the SERVER_PASS in setting.py to "raspberry" or "root" or "pi" and my SERVER_URL to my localhost IP address "http://127.0.0.1" but it still output "ERROR: Error in connecting to server. Please update settings.py." . What is the problem with that message? Can anyone guide me through?

It is supposed to be this scope of code in (pipark_setup.py) that output the problem :

deregister all areas associated with this pi (start fresh)

    out = senddata.deregister_pi()
    
    try:
        out['error']
        print ("ERROR: Error in connecting to server. Please update settings.py.")
        return
    except:
        pass
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

1 participant