Questions tagged [getstream-chat]

59 questions
0
votes
0 answers

getstream send a message wit attachment programmatically (python backend)

I'm trying to send a message with attachment in our python backend ( copy complex example of getstream documentation: https://getstream.io/chat/docs/python/send_message/?language=python) ... message = { "text": "@Bob I told them I…
0
votes
2 answers

Cannot Connect Client with StreamIO

I'm following the latest tutorial from Stream Chat, which looks great. Looks like I followed it to the letter except for I replaced the apiKey with one created for me in the dashboard. This was provided when I registered my free…
0
votes
0 answers

Get stream Push notification not working in react native

I have uploaded private key from firebase to getstream push notification. and also uploaded secret key (token) in the expo dev credentials. and also added key in code base. but still push notifications are not showing. please guide me over this.
0
votes
0 answers

Infinite Scroll GetStream in ChannelList With Custom List React Not Working Without Overflow Scroll

I'm using getStream, and want to add infinite scroll like in this documentation: https://getstream.io/chat/docs/sdk/react/custom-code-examples/channel-list-infinite-scroll/#how-to-plug-in-the-infinite-scroll My code snippet is as…
Wisnu
  • 337
  • 4
  • 16
0
votes
1 answer

Getstream firebase auth react native documentation?

Not sure if anyone has any experience with getstream and react native. I followed there tutorial to implement getstreams SDK into my existing app and its working great but I'm stuck on tokens. I've successfully set up firebase so when a new user…
Medic305
  • 283
  • 1
  • 3
  • 11
0
votes
1 answer

Unable to use streamchat gives error of user not able to read channel

Error: StreamChat error code 17: GetOrCreateChannel failed with error: "User '3f5e093' with role 'user' is not allowed to perform action ReadChannel in scope 'messaging'" Why is this error coming for users import React, { useEffect, useRef, useState…
user19411888
0
votes
1 answer

Getstream api not returning channel name

I need to get channel name from GetStream channel object. I know for sure it is possible in react for mobiles where you call channel.data.name property. But I cannot find anywhere this property in GetStream channel object for react web app. The…
0
votes
2 answers

StreamUnreadIndicator does not update and displays nothing getStream Api

I have had tough luck with the StreamUnreadIndicator() within the getStream API. I am trying to essentially have an indicator on the list tile for whenever a new message comes in. But nothing returns. I tried putting some debug prints to at least…
0
votes
2 answers

StreamChatNetworkError(code: 1000. message: Unauthorised, token not defined)

I've been frustrated with this error with the getstream api for a while now, especially because it is erratic. I don't know exactly how to reproduce it, which makes it tough to debug. My only "solution" to it is to log out and log back in (this…
0
votes
1 answer

Delete Channel getStream API flutter

I am building a messaging system in my flutter app using the get stream api. Right now, I want to delete a channel in case two users stop being friends or a user deletes their account. The documentation is not very clear on how to delete a single…
0
votes
1 answer

Cannot login, and i getting POST http://localhost:5000/auth/login 404 (Not Found) and net::ERR_SSL_PROTOCOL_ERROR

I have been trying to login and I get POST http://localhost:5000/auth/login 404 (Not Found) with url set to http:// and I get net::ERR_SSL_PROTOCOL_ERROR with https:/ / I can register a user normally but the login throws an error. This is the…
0
votes
1 answer

Uploading An Avatar Image Using The Stream-Chat API (GetStream.io)

I am currently working on a Stream-Chat API project, and I want the users to be able to upload an image directly from their device. When I have tested it, everything goes without issue, but the image doesn't get displayed, only the default avatar of…
Jecs
  • 7
  • 6
0
votes
1 answer

Update after channel freeze/unfreeze with frozen applied filter

I'm trying to build a chat frontend using the stream react components with the return of a ChatPage component that has this structure.
0
votes
1 answer

Flutter Exception Error Creating StreamChat channel

Hello I'm trying to use StreamChat.io API to build a chat app but when I try to create a channel I get this error StreamChatNetworkError (StreamChatNetworkError(code: 1000, message: Unauthorised, token not defined)) Here is the code I set to join a…
JoeCodes
  • 35
  • 6
1 2 3
4