You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
On Jul 22, 2018, at 6:35 AM, Sophadeth Rithya ***@***.***> wrote:
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?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
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
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?
The text was updated successfully, but these errors were encountered: