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 #5

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

Error in connecting to server #5

sophadethrithya opened this issue Jul 22, 2018 · 2 comments

Comments

@sophadethrithya
Copy link

Hello guys, i come to the point where i need to register my picture to the server but it still appear to be error saying my PI password is incorrect. Where can i find my PI password?

@reallymello
Copy link
Contributor

reallymello commented Jul 22, 2018 via email

@sophadethrithya
Copy link
Author

thank you for your response. I did the same as you said by changing 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 issue? Can you guide me through?

It is suppose to be this scope of code in pipark_setup.py :

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

2 participants