killercup / trpl-ebook

UNMAINTAINED
http://killercup.github.io/trpl-ebook/
478 stars 56 forks source link

thread '<main>' panicked at 'called `Result::unwrap()` #26

Closed ivomarsan closed 8 years ago

ivomarsan commented 8 years ago

I execute cargo run and...

[...]
Reading book........................................................................ done.
[✓] MD
thread '<main>' panicked at 'called `Result::unwrap()` on an `Err` value: Error { repr: Os(2) }', /home/rustbuild/src/rust-buildbot/slave/stable-dist-rustc-linux/build/src/libcore/result.rs:729
An unknown error occurred

I need help.

killercup commented 8 years ago

Can you look what "OS error 2" is on Linux? Ivomar notifications@github.com schrieb am Mo., 9. Nov. 2015 um 03:22:

I execute cargo run and...

[...] Reading book........................................................................ done. [✓] MD thread '

' panicked at 'called Result::unwrap() on an Err value: Error { repr: Os(2) }', /home/rustbuild/src/rust-buildbot/slave/stable-dist-rustc-linux/build/src/libcore/result.rs:729 An unknown error occurred

I need help.

— Reply to this email directly or view it on GitHub https://github.com/killercup/trpl-ebook/issues/26.

ivomarsan commented 8 years ago

The Pandoc is not installed correctly: / I reinstall and... successful! nice!