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

sysappdb process doesn't confirm the manifest exists before attempting to open #45

Closed
jakev opened this issue Dec 2, 2015 · 1 comment
Assignees
Milestone

Comments

@jakev
Copy link
Owner

jakev commented Dec 2, 2015

Traceback (most recent call last):
File "/usr/local/bin/dtf", line 185, in
sys.exit(main())
File "/usr/local/bin/dtf", line 175, in main
rtn = pkg.launch_module(command_name, sys.argv)
File "/usr/local/lib/python2.7/dist-packages/dtf/packages.py", line 188, in launch_module
return __launch_python_module(module_path, cmd, args)
File "/usr/local/lib/python2.7/dist-packages/dtf/packages.py", line 97, in __launch_python_module
return mod_inst.run(args)
File "/usr/local/lib/python2.7/dist-packages/dtf/module.py", line 62, in run
result = getattr(self, 'execute')(args)
File "/home/analyst/.dtf/modules//sysappdb", line 2657, in execute
return self.cmd_process(args)
File "/home/analyst/.dtf/modules//sysappdb", line 2499, in cmd_process
self.do_final_pass(appdb)
File "/home/analyst/.dtf/modules//sysappdb", line 1429, in do_final_pass
self.parse_debuggable(appdb, project_id, manifest_path)
File "/home/analyst/.dtf/modules//sysappdb", line 1163, in parse_debuggable
manifest_f = open(manifest_path)
IOError: [Errno 2] No such file or directory: u'decoded-oem/com.test/AndroidManifest.xml

@jakev jakev self-assigned this Dec 2, 2015
@jakev jakev added this to the 1.3.1 Release milestone Dec 2, 2015
@jakev
Copy link
Owner Author

jakev commented Dec 2, 2015

Fixed: 28ef4a9

@jakev jakev closed this as completed Dec 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant