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

Can not execute APPS with DiOS #7

Closed
tyyts1234 opened this issue Sep 24, 2015 · 7 comments
Closed

Can not execute APPS with DiOS #7

tyyts1234 opened this issue Sep 24, 2015 · 7 comments

Comments

@tyyts1234
Copy link

i have successfully installed apps through DiOS,but when i click execute button ,errors came out .And my iPad went into the safe mode,the syslog :

ERROR:worker:Executing job failed: ('Connection aborted.', BadStatusLine("''",))
ERROR:worker:traceback: Traceback (most recent call last):
File "worker.py", line 61, in run
job.execute()
File "/Users/zhen/Desktop/DiOS/Worker/job.py", line 377, in execute
self._execute_app(pilot, bundleId, runId, executionStrategy)
File "/Users/zhen/Desktop/DiOS/Worker/job.py", line 321, in _execute_app
pilot.run_auto_execution(bundleId, taskInfo=taskInfo)
File "/Users/zhen/Desktop/DiOS/Worker/pilot.py", line 111, in run_auto_execution
r = requests.post("%s/execute/%s" % (self.baseUrl, bundleId), data=json.dumps(data))
File "/Library/Python/2.7/site-packages/requests/api.py", line 108, in post
return request('post', url, data=data, json=json, *_kwargs)
File "/Library/Python/2.7/site-packages/requests/api.py", line 50, in request
response = session.request(method=method, url=url, *_kwargs)
File "/Library/Python/2.7/site-packages/requests/sessions.py", line 464, in request
resp = self.send(prep, *_send_kwargs)
File "/Library/Python/2.7/site-packages/requests/sessions.py", line 576, in send
r = adapter.send(request, *_kwargs)
File "/Library/Python/2.7/site-packages/requests/adapters.py", line 415, in send
raise ConnectionError(err, request=request)
ConnectionError: ('Connection aborted.', BadStatusLine("''",))

ERROR:worker:Device loop will be stopped now.

my iPad was 8.1.
What's the problems??

@awein
Copy link
Member

awein commented Sep 24, 2015

Please attach the device syslog and the crash report for SpringBoard as well. The worker output just tells us that SpringBoard crashed...

@awein
Copy link
Member

awein commented Sep 24, 2015

Just recognized your iPad is on iOS 8.1 - the latest version of DiOS requires 8.4 and would crash otherwise. Please use an older version of the SpringBoard tweak which is compatible with 8.1.
DiOS-Analysis/Pilot@74e7b9f should be fine

@tyyts1234
Copy link
Author

Ok,i'll try it .

@awein
Copy link
Member

awein commented Oct 6, 2015

@tyyts1234 issue resolved?

@tyyts1234
Copy link
Author

i am a little busy recently ,but i 'll still try it .if any results,i 'll report it soon.

@tyyts1234
Copy link
Author

Can it run in IOS 9.0 or the higher version?

@awein
Copy link
Member

awein commented Dec 7, 2015

@tyyts1234: iOS 9 is not yet supported - there is already an issue for that (#8). Can this issue be closed then?

@awein awein closed this as completed Jul 24, 2016
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