Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Returned non-zero exit status #3

Open
junalmeida opened this issue Apr 23, 2016 · 1 comment
Open

Returned non-zero exit status #3

junalmeida opened this issue Apr 23, 2016 · 1 comment

Comments

@junalmeida
Copy link

>python playback-gpx.py -i 1 -r "-r 192.168.56.101" "docs/South On Topanga(1).gpx"
INFO:root:processing docs/South On Topanga(1).gpx
GPXTrack(name=u'South On Topanga', description=u'Driving south on Topanga', segments=[GPXTrackSegment(points=[...])])
INFO:root:Point at (34.259003,-118.606278,256.8)
Qt: Untested Windows version 10.0 detected!
Traceback (most recent call last):
  File "playback-gpx.py", line 96, in <module>
    process_file(path, options)
  File "playback-gpx.py", line 37, in process_file
    set_point(point, options)
  File "playback-gpx.py", line 57, in set_point
    logging.debug(check_output([options.command, "-c", "gps setlatitude " + str(point.latitude), options.ipaddress]))
  File "C:\Python27\lib\subprocess.py", line 573, in check_output
    raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command '['C:\\Program Files\\Genymobile\\Genymotion\\genyshell.exe', '-c', 'gps setlatitude 34.259003', '-r 192.168.56.101']' returned non-zero exit status -1
@riskids
Copy link

riskids commented Jan 4, 2019

same problem. Did you find out to solve this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants