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

auth error #234

Open
meghdadkh opened this issue Sep 15, 2022 · 0 comments
Open

auth error #234

meghdadkh opened this issue Sep 15, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@meghdadkh
Copy link

Hello
While working with the stream_feed package, I get the error {"detail":"Missing auth header.","status_code":403,"code":17,"exception":"NotAllowedException","duration":"0.00ms"," I get more_info":"https://getstream.io/docs/api_error_responses"} and while I have both received the token and authenticated the user, I want to know how to solve my problem.

var client = StreamFeedClient(
apiKey
);
await client.setUser(
User(id),
Token(token),
);

but when use addActivity i get error

@meghdadkh meghdadkh added the bug Something isn't working label Sep 15, 2022
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