Closed pranavm2015 closed 6 years ago
In order to debug this issue, we require more information.
Ensure VERBOSE
and DEBUG
mode are enabled, this will provide us with more detailed needle logs:
[needle] > set VERBOSE True
VERBOSE => True
[needle] > set DEBUG True
DEBUG => True
Once you have this information, please attach the log files (starting from when you type python needle.py
) to this thread and we can assist further.
Closed due to inactivity
Issue
Expected behaviour
Tell us what should happen. File should push to device
Actual behaviour
Tell us what happens instead. No action occurs
Steps to reproduce
needle error logs
Ensure verbose and debug mode are enabled:
No error logs arise.
Environment
Needle Version
Workstation Operating System
Ubuntu
Python Version
2.7.12
Python Packages (
pip freeze
)Device iOS Version
10.3.3
Probable Fix
Add -> src = src.replace("'", "") After line 184 in /core/device/remote_operations.py