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

No such file or directory error #16

Open
benostein opened this issue Mar 9, 2019 · 0 comments
Open

No such file or directory error #16

benostein opened this issue Mar 9, 2019 · 0 comments

Comments

@benostein
Copy link

Hi,

Whenever I attempt to convert my source code, I receive an error stating that there is no such file or directory, even when it exists. I have also tried moving my source code files to different directories and it has made no difference.

Here is the full log:

PS E:\Program Files (x86)\Ruby25-x64\bin> Code2pdf C:/Users/Ben/Desktop/Kameleon/app/src/main
Reading file C:/Users/Ben/Desktop/Kameleon/app/src/main/AndroidManifest.xml
Traceback (most recent call last):
        13: from E:/Program Files (x86)/Ruby25-x64/bin/code2pdf:23:in `<main>'
        12: from E:/Program Files (x86)/Ruby25-x64/bin/code2pdf:23:in `load'
        11: from E:/Program Files (x86)/Ruby25-x64/lib/ruby/gems/2.5.0/gems/code2pdf-0.4.3/bin/code2pdf:39:in `<top (required)>'
        10: from E:/Program Files (x86)/Ruby25-x64/lib/ruby/gems/2.5.0/gems/code2pdf-0.4.3/bin/code2pdf:39:in `new'
         9: from E:/Program Files (x86)/Ruby25-x64/lib/ruby/gems/2.5.0/gems/code2pdf-0.4.3/lib/code2pdf/convert_to_pdf.rb:23:in `initialize'
         8: from E:/Program Files (x86)/Ruby25-x64/lib/ruby/gems/2.5.0/gems/code2pdf-0.4.3/lib/code2pdf/convert_to_pdf.rb:30:in `save'
         7: from E:/Program Files (x86)/Ruby25-x64/lib/ruby/gems/2.5.0/gems/code2pdf-0.4.3/lib/code2pdf/convert_to_pdf.rb:38:in `pdf'
         6: from E:/Program Files (x86)/Ruby25-x64/lib/ruby/gems/2.5.0/gems/code2pdf-0.4.3/lib/code2pdf/convert_to_pdf.rb:90:in `read_files'
         5: from E:/Program Files (x86)/Ruby25-x64/lib/ruby/gems/2.5.0/gems/code2pdf-0.4.3/lib/code2pdf/convert_to_pdf.rb:90:in `foreach'
         4: from E:/Program Files (x86)/Ruby25-x64/lib/ruby/gems/2.5.0/gems/code2pdf-0.4.3/lib/code2pdf/convert_to_pdf.rb:96:in `block in read_files'
         3: from E:/Program Files (x86)/Ruby25-x64/lib/ruby/gems/2.5.0/gems/code2pdf-0.4.3/lib/code2pdf/convert_to_pdf.rb:107:in `process_file'
         2: from E:/Program Files (x86)/Ruby25-x64/lib/ruby/gems/2.5.0/gems/code2pdf-0.4.3/lib/code2pdf/convert_to_pdf.rb:107:in `open'
         1: from E:/Program Files (x86)/Ruby25-x64/lib/ruby/gems/2.5.0/gems/code2pdf-0.4.3/lib/code2pdf/convert_to_pdf.rb:108:in `block in process_file'
E:/Program Files (x86)/Ruby25-x64/lib/ruby/gems/2.5.0/gems/code2pdf-0.4.3/lib/code2pdf/convert_to_pdf.rb:108:in ``': No such file or directory - file C:/Users/Ben/Desktop/Kameleon/app/src/main/AndroidManifest.xml (Errno::ENOENT)

I hope that you can help me fix this issue, thank you.

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

1 participant