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 update profile info on server #121

Open
tvanha01 opened this issue May 4, 2017 · 3 comments
Open

Unable to update profile info on server #121

tvanha01 opened this issue May 4, 2017 · 3 comments
Assignees

Comments

@tvanha01
Copy link
Collaborator

tvanha01 commented May 4, 2017

Sending profile info from client to server causes an error on the server side. I forgot what the error message was but Ryan should know what I'm talking about.

@tvanha01
Copy link
Collaborator Author

tvanha01 commented May 4, 2017

The server also needs to return username to the client as well! I think we decided to have the email as a username?

@jcrzry
Copy link
Collaborator

jcrzry commented May 4, 2017

server does return usernames..
ex member list:
{'member_FName': 'test_1', 'username': 'test_u1', 'member_img_url': 'link', 'member_bio': 'My favoreite music is music that bangs! I like tons of genres from hard rock to indie', 'member_LName': 'one', 'member_fgenres': []}, {'member_FName': 'Kara', 'username': 'kaspencer', 'member_img_url': 'https://lh4.googleusercontent.com/-lhajtA07Ly8/AAAAAAAAAAI/AAAAAAAAAHg/ppeAUlH597M/s96-c/photo.jpg', 'member_bio': "I like music, and that's all for now (update me)", 'member_LName': 'Spencer', 'member_fgenres': []}, {'member_FName': 'Peter', 'username': 'pking', 'member_img_url': 'https://lh6.googleusercontent.com/-JVa7n6cc7Ds/AAAAAAAAAAI/AAAAAAAAACY/QO76fCC0S6I/s96-c/photo.jpg', 'member_bio': "I like music, and that's all for now (update me)", 'member_LName': 'King', 'member_fgenres': []}

@tvanha01
Copy link
Collaborator Author

tvanha01 commented May 4, 2017

cool!

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