AgoraIO-Community / Agora-Flutter-Quickstart

Quickstart guide for the Agora Flutter SDK(Android/iOS)
MIT License
509 stars 192 forks source link

avc: denied { read } for name="temp" dev="sysfs" ino=11620 scontext=u:r:untrusted_app:s0:c87,c256,c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0 #229

Open 123Check opened 3 years ago

123Check commented 3 years ago

hello

i get this error when i make this call " await _engine.joinChannel(null, widget.channelName, null, 0);" but works if i add a token, with token the issue is i am testing and token expires is there a way to make token newver expire

this is the error without token

avc: denied { read } for name="temp" dev="sysfs" ino=11620 scontext=u:r:untrusted_app:s0:c87,c256,c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0

plutoless commented 3 years ago

please follow the guide here to learn how to manage token https://docs.agora.io/en/Interactive%20Broadcast/token_server?platform=RESTful

TheStarkster commented 3 years ago

@plutoless i am using agora's test token and channel im still getting this error

ghostbusters1dev commented 2 years ago

have you found fix