-
-
Notifications
You must be signed in to change notification settings - Fork 650
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
Export picture error #90
Comments
Hi @tk-zc, thanks for the bugreport. The My Mind app itself is not able to export images, so we were using a hack here: in order to export an image, we simply called a remote server service to do a screenshot of the map inside of an invisible headless browser (running on said server). The server we used is apparently no longer working. This is not a fault of the My Mind app itself and cannot be really fixed by pushing code changes. We need to find another hosted server service that could do these screenshots for us. |
Hi @ondras ,Now that the problem of exporting pictures has been solved, I can run eg: |
Might be relevant: https://github.com/ondras/my-mind/wiki/Saving-images-client-side |
Exporting images should work once again! See #134 for more info. |
When a mind map exports a picture, image. PHP outputs the error message
Error call PhantomJS, return code 1
. How to do this?The text was updated successfully, but these errors were encountered: