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

Error: llegal hardware instruction #5

Open
combdn opened this issue Nov 24, 2020 · 2 comments
Open

Error: llegal hardware instruction #5

combdn opened this issue Nov 24, 2020 · 2 comments

Comments

@combdn
Copy link

combdn commented Nov 24, 2020

Hello,

Here is the command and the error I’m getting in response:

> ./webster-cli http://localhost:8000 ./test.pdf
Fatal error: Failed to generate PDF file, The operation couldn’t be completed. (Webster.Errors error 1.): file webster_cli/main.swift, line 63
[1]    83322 illegal hardware instruction  ./webster-cli http://localhost:8000/ ./test.pdf

macOS 11.0.1 (20B29)

Thanks.

@thisisaaronland
Copy link
Contributor

Can you try this with an absolute path (like /Users/Bob/Desktop/test.pdf) and let me know if it works. I don't have a 11.0.1 build yet but I can reproduce a similar error with relative (output) paths.

webster-cli should support relative paths but I just want to confirm this is in fact the problem.

@combdn
Copy link
Author

combdn commented Nov 27, 2020

Gives me the same error 🤷‍♂️:

> ./webster-cli http://localhost:8000 /Users/combdn/Desktop/test.pdf
Fatal error: Failed to generate PDF file, The operation couldn’t be completed. (Webster.Errors error 1.): file webster_cli/main.swift, line 63
[1]    39007 illegal hardware instruction  ./webster-cli http://localhost:8000 /Users/combdn/Desktop/test.pdf

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