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

[bug] FileNotFoundError: [Errno 2] No such file or directory #16

Open
dar1ock opened this issue Jun 16, 2021 · 3 comments
Open

[bug] FileNotFoundError: [Errno 2] No such file or directory #16

dar1ock opened this issue Jun 16, 2021 · 3 comments

Comments

@dar1ock
Copy link

dar1ock commented Jun 16, 2021

Hi, i'm trying to run docker img, but always stoped on one place, can't understand what's wrong

docker run -v$(pwd):/home/root/ cookiemagic/evee-tools dump_static /home/root/eve.xapk /home/root/staticdata

/home/root/eve.xapk
/home/root/staticdata
/opt/eve-echoes-tools /opt/eve-echoes-tools
Traceback (most recent call last):
File "scripts/dump_static_data.py", line 510, in
dump_static_data_fsd(xapk_temp_dir)
File "scripts/dump_static_data.py", line 318, in dump_static_data_fsd
for filename in os.listdir(obb_path):
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpqld7cygx/Android/obb/com.netease.eve.en'
/opt/eve-echoes-tools

@dar1ock
Copy link
Author

dar1ock commented Jun 23, 2021

Try to use docker on clean VM systems Ubuntu 20 lts, debian 9/10...
Same result on all of it's

can any body help? what am'i doing wrong?
when run docker i see cpu/hdd activity about 1-2 minutes, then error

@xforce
Copy link
Owner

xforce commented Jun 23, 2021

Where did you get the xapk from? It looks like it is built a bit differently than the ones I used so it doesn't find something it expects to be there.

@dar1ock
Copy link
Author

dar1ock commented Jul 1, 2021

sorry for late answer
from the virtual machine when installing the application

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