JSONDecodeError : Expecting value : line 1 column 1 (char 0) when connecting to Nox Android Emulator
See original GitHub issueRemove any following parts if does not have details about
Describe the bug JSONDecodeError message received when trying to connect to an Android Emulator.
Steps to reproduce the behavior:
- Download Nox
- In settings, enable root ![image](https://user-images.githubusercontent.com/19833754/60177684-180dba00-984c- 11e9-91c5-574e4c2df297.png)
- Then, enable ADB
- Then, connect to the Nox-given IP using Airtest.
- Encounter error.
Expected behavior Airtest should able to connect to an android emulator.
python version: python3.7.2
airtest version: 1.2.0
Smartphone (please complete the following information):
- Nox default settings
Additional context Trying to run air test on Android Emulator.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Your code produced an empty response body, you'd want to check for that or catch the exception raised. It is possible the server...
Read more >Expecting value: line 1 column 1 (char 0) - Coding Diksha
In this tutorial, I am going to help you to fix “JSONDecodeError: Expecting value: line 1 column 1 (char 0)” error.
Read more >Tuya switch - Configuration - Home Assistant Community
You could use an Android emulator with configurable root on your PC, e.g. NOX ... JSONDecodeError: Expecting value: line 1 column 1 (char...
Read more >Noxplayer – Fastest and Smoothest Android Emulator for PC ...
Play the most popular mobile games and run apps on PC with NoxPlayer, the best Android Emulator. Supports Android 9. Compatible with Windows...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is our step to connect to the emulator:
check the
USB debugging
option in developer options:connect to localhost:62001, not the emulator’s IP:
check the
use javacap
anduse ADB orientation
options, then clickconnect
we’ve tried NOX v6.1.1 is ok, hope this helps you
Thanks. This solved my issue!