DEV Community

Discussion on: Build a Scalable Video Chat App with Agora in Django

Collapse
 
aliplutus profile image
aliplutus

is this applicable for DRF

Collapse
 
mupati profile image
Kofi Mupati

You can tweak it and implement the same with DRF

Collapse
 
sudarshanbb profile image
Sudarshan

I got the same error ,Kofi mupati help me for the same

Hi, Kofi mupati. I followed your all instructions and got an error. Can you please check that. Please give me a solution man.

File "C:\Users\Ehsan Software\AppData\Local\Programs\Python\Python38\lib\site-packages\pusher\client.py", line 37, in init
self._app_id = ensure_text(app_id, "app_id")
File "C:\Users\Ehsan Software\AppData\Local\Programs\Python\Python38\lib\site-packages\pusher\util.py", line 42, in ensure_text
raise TypeError("%s should be %s instead it is a %s" % (name, text, type(obj)))
TypeError: app_id should be a string instead it is a

Thread Thread
 
anushka207 profile image
anushka207

were you able to find a solution for this problem, if yes then please share the solution with me also, because i am also facing the smae problem

Thread Thread
 
sudarshanbb profile image
Sudarshan

No, I am still working on the same issue. I don't know how to change offline status to online ,if you got any solution plz help me out.