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

Profile extension causes a 500 error #16

Closed
simonw opened this issue Nov 18, 2020 · 1 comment
Closed

Profile extension causes a 500 error #16

simonw opened this issue Nov 18, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@simonw
Copy link
Owner

simonw commented Nov 18, 2020

trying it with mine right now, I get an error 500 and ('profile', <class 'dict'>) appears

https://chat.indieweb.org/dev/2020-11-18/1605666337339500

@simonw simonw added the bug Something isn't working label Nov 18, 2020
@simonw
Copy link
Owner Author

simonw commented Nov 18, 2020

Bug is here:

if "profile" in info and isinstance(info["profile", dict]):
actor.update(info["profile"])

Needs a test.

@simonw simonw closed this as completed in a829edb Nov 18, 2020
simonw added a commit that referenced this issue Nov 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant