-
Notifications
You must be signed in to change notification settings - Fork 13
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
Could not write to destination path: image.mmd #7
Comments
I met the save problem and debugged the code, I think it's mathpix server problem, the ocr server failed the ocr operation and can't get and text, and then server response doesn't have any "display_text", and then nothing to write to disk, the operation fails. |
After reversing, I found that convert.js forgot to attach parameter |
I am facing the same issue. Why What can be done? Thanks! |
I also encounter the same problem. Could you please fix this @montanaflynn @nicodjimenez. Thanks! |
Hi,
I am trying to convert an image in my user root folder.
The command I am using is as follows:
mpx convert image.jpg image.mmd
It succeeds in converting, but it says this:
Finally, I lose a snip from my plan and can't see it.
I tried it in another folder that has 777 permissions and the same thing happens.
What can I do?
Thanks!
The text was updated successfully, but these errors were encountered: