Hello Guys, How are you all? Hope You all Are Fine. Today I am trying to run my project on my emulator and I am facing following error java.net.SocketException: socket failed: EPERM (Operation not permitted) in Python. So Here I am Explain to you all the possible solutions here.
Without wasting your time, Let’s start This Article to Solve This Error.
How this Error Occurs ?
I am trying to run my project on my emulator and I am facing following error.
java.net.SocketException: socket failed: EPERM (Operation not permitted)
at java.net.Socket.createImpl(Socket.java:492)
at java.net.Socket.getImpl(Socket.java:552)
How To Solve java.net.SocketException: socket failed: EPERM (Operation not permitted) Error ?
How To Solve java.net.SocketException: socket failed: EPERM (Operation not permitted) Error ?
To Solve java.net.SocketException: socket failed: EPERM (Operation not permitted) Error Just uninstall app from your Emulator OR Physical Device. Reinstall App In your device. Now your error must be solved. Second solution is Just add INTERNET and ACCESS_NETWORK_STATE permissions to your android manifest xml file. Then Uninstall and reinstall app in your device and now your error must be solved.
java.net.SocketException: socket failed: EPERM (Operation not permitted)
To Solve java.net.SocketException: socket failed: EPERM (Operation not permitted) Error Just uninstall app from your Emulator OR Physical Device. Reinstall App In your device. Now your error must be solved. Second solution is Just add INTERNET and ACCESS_NETWORK_STATE permissions to your android manifest xml file. Then Uninstall and reinstall app in your device and now your error must be solved.
Solution 1: Reinstall app on Device.
- Just uninstall app from your Emulator OR Physical Device.
- Reinstall App In your device.
- Now your error must be solved.
Solution 2: add permission in android manifest
Just add INTERNET and ACCESS_NETWORK_STATE permissions to your android manifest xml file.
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Then Uninstall and reinstall app in your device and now your error must be solved.
Summary
It’s all About this issue. Hope all solution helped you a lot. Comment below Your thoughts and your queries. Also, Comment below which solution worked for you?
Also, Read