Agora-Flutter-Quickstart icon indicating copy to clipboard operation
Agora-Flutter-Quickstart copied to clipboard

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

Open 123Check opened this issue 4 years ago • 3 comments

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

123Check avatar Jun 12 '21 06:06 123Check

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

plutoless avatar Jun 12 '21 12:06 plutoless

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

TheStarkster avatar Jul 15 '21 09:07 TheStarkster

have you found fix

ghostbusters1dev avatar Nov 16 '22 19:11 ghostbusters1dev