DeepARSDK / videocall-android-java

Video call using Agora.io SDK with face masks provided by DeepAR SDK
https://developer.deepar.ai
MIT License
13 stars 7 forks source link

E/libc: Access denied finding property "net.dns1" #3

Closed Subramanian-intellifer closed 1 year ago

Subramanian-intellifer commented 3 years ago

I'm cloned this application and entered Agora app id and DeepAR license key and getting this error line? Can anyone help me to solve this error?

umairsajid0017 commented 3 years ago

I'm facing same issue

E/libc: Access denied finding property "net.dns1" 2020-12-03 05:50:21.967 23105-15694/ai.enscyd.deeper E/libc: Access denied finding property "net.dns2" 2020-12-03 05:50:21.967 23105-15694/ai.enscyd.deeper E/libc: Access denied finding property "net.dns3" 2020-12-03 05:50:21.967 23105-15694/ai.enscyd.deeper E/libc: Access denied finding property "net.dns4" 2020-12-03 05:50:23.964 23105-15694/ai.enscyd.deeper E/libc: Access denied finding property "net.dns1" 2020-12-03 05:50:23.964 23105-15694/ai.enscyd.deeper E/libc: Access denied finding property "net.dns2" 2020-12-03 05:50:23.964 23105-15694/ai.enscyd.deeper E/libc: Access denied finding property "net.dns3" 2020-12-03 05:50:23.964 23105-15694/ai.enscyd.deeper E/libc: Access denied finding property "net.dns4" 2020-12-03 05:50:25.964 23105-15694/ai.enscyd.deeper E/libc: Access denied finding property "net.dns1" 2020-12-03 05:50:25.964 23105-15694/ai.enscyd.deeper E/libc: Access denied finding property "net.dns2" 2020-12-03 05:50:25.964 23105-15694/ai.enscyd.deeper E/libc: Access denied finding property "net.dns3" 2020-12-03 05:50:25.964 23105-15694/ai.enscyd.deeper E/libc: Access denied finding property "net.dns4" 2020-12-03 05:50:27.963 23105-15694/ai.enscyd.deeper E/libc: Access denied finding property "net.dns1" 2020-12-03 05:50:27.963 23105-15694/ai.enscyd.deeper E/libc: Access denied finding property "net.dns2" 2020-12-03 05:50:27.963 23105-15694/ai.enscyd.deeper E/libc: Access denied finding property "net.dns3" 2020-12-03 05:50:27.963 23105-15694/ai.enscyd.deeper E/libc: Access denied finding property "net.dns4" 2020-12-03 05:50:33.966 23105-15694/ai.enscyd.deeper E/libc: Access denied finding property "net.dns1"

ibrelm commented 3 years ago

anyone solved this

MateGasparini commented 1 year ago

Hi all, Thanks for reporting the issue.

Sorry for the late reply, but it seems these lines are being logged even when the app is working correctly.

It might be that you haven't set up the channel name and token so the Agora SDK failed to establish a connection. Therefore, we have updated the setup instructions in 6da22e9b so that they are a bit more clear regarding this.

Please reopen if you're still experiencing the issue.