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

FileNotFoundError: [Errno 2] No such file or directory: '/app/radare2/sys' while installing using docker #52

Open
harishsg99 opened this issue Dec 17, 2021 · 2 comments
Labels
installer:bug Bugs related to installer Script

Comments

@harishsg99
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Install this using docker

Error

Traceback (most recent call last):
#9 524.0 File "/app/adhrit/installer.py", line 163, in
#9 524.0 main()
#9 524.0 File "/app/adhrit/installer.py", line 160, in main
#9 524.0 dep.ins()
#9 524.0 File "/app/adhrit/installer.py", line 49, in ins
#9 524.0 os.chdir(working_dir + '/radare2/sys')
#9 524.0 FileNotFoundError: [Errno 2] No such file or directory: '/app/radare2/sys'

Desktop (please complete the following information):

  • OS: Docker

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@abhi-r3v0
Copy link
Owner

@rahul-sani maybe we should add a check to verify successful download of radare2

@abhi-r3v0 abhi-r3v0 added the installer:bug Bugs related to installer Script label Dec 21, 2021
@harishsg99
Copy link
Author

Well, I will try to contribute code to check for successful download of radare2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
installer:bug Bugs related to installer Script
Projects
None yet
Development

No branches or pull requests

2 participants