turanmahmudov / Instagraph

Unofficial Instagram Client
GNU General Public License v3.0
10 stars 2 forks source link

Account creation does not seem to work #11

Open mardy opened 7 years ago

mardy commented 7 years ago

I tried signing up for a new account, but it never worked. I tried with many different usernames and used all my e-mail addresses. I got this messages in the log, it would be nice to show them to the user:

qml: {"status": "ok", "error_type": "form_validation_error", "errors": {"username": ["Sorry, that username is taken."]}, "account_created": false}
qml: {"status": "ok", "error_type": "form_validation_error", "errors": {"username": ["Sorry, that username is taken."]}, "account_created": false}
qml: {"status": "ok", "error_type": "form_validation_error", "errors": {"username": ["Sorry, that username is taken."]}, "account_created": false}
qml: {"status": "fail", "feedback_title": "Signup Error", "feedback_message": "Sorry! There\u2019s a problem signing you up right now. Please try again later. We restrict certain content and actions to protect our community. Tell us if you think we made a mistake.", "spam": true, "feedback_action": "report_problem", "error_type": "signup_block", "feedback_url": "repute/report_problem/instagram_signup/", "feedback_ignore_label": "OK", "message": "feedback_required", "feedback_appeal_label": "Report problem"}
qml: {"status": "ok", "error_type": "form_validation_error", "errors": {"username": ["Sorry, that username is taken."]}, "account_created": false}
qml: {"status": "ok", "error_type": "form_validation_error", "errors": {"username": ["Sorry, that username is taken."]}, "account_created": false}
qml: {"status": "fail", "feedback_title": "Signup Error", "feedback_message": "Sorry! There\u2019s a problem signing you up right now. Please try again later. We restrict certain content and actions to protect our community. Tell us if you think we made a mistake.", "spam": true, "feedback_action": "report_problem", "error_type": "signup_block", "feedback_url": "repute/report_problem/instagram_signup/", "feedback_ignore_label": "OK", "message": "feedback_required", "feedback_appeal_label": "Report problem"}
qml: {"status": "ok", "error_type": "form_validation_error", "errors": {"username": ["Sorry, that username is taken."]}, "account_created": false}
qml: {"status": "ok", "error_type": "form_validation_error", "errors": {"username": ["Sorry, that username is taken."]}, "account_created": false}
qml: {"status": "fail", "feedback_title": "Signup Error", "feedback_message": "Sorry! There\u2019s a problem signing you up right now. Please try again later. We restrict certain content and actions to protect our community. Tell us if you think we made a mistake.", "spam": true, "feedback_action": "report_problem", "error_type": "signup_block", "feedback_url": "repute/report_problem/instagram_signup/", "feedback_ignore_label": "OK", "message": "feedback_required", "feedback_appeal_label": "Report problem"}
turanmahmudov commented 7 years ago

@mardy thanks for your report. I can't find time to fix bugs. I will try to fix this weekend.