LukeCarrier / mkdocs-drawio-exporter

Exports your Draw.io diagrams at build time for easier embedding into your documentation
https://pypi.org/project/mkdocs-drawio-exporter/
MIT License
77 stars 8 forks source link

No Output file #41

Closed thebigcosinus closed 1 year ago

thebigcosinus commented 1 year ago

Hi,

I cannot export some of my drawio "WARNING - Export successful, but wrote no output file".

[801:1214/171259.472280:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization [837:1214/171259.504245:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported. [811:1214/171259.507686:ERROR:command_buffer_proxy_impl.cc(128)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer. [779:1214/171303.594175:ERROR:validation_errors.cc(117)] Invalid message: VALIDATION_ERROR_DESERIALIZATION_FAILED [779:1214/171303.594354:ERROR:interface_endpoint_client.cc(687)] Message 887036082 rejected by interface viz.mojom.CopyOutputResultSender [779:1214/171303.594505:ERROR:browser_child_process_host_impl.cc(752)] Terminating child process for bad message: Received bad user message: Validation failed for viz.mojom.CopyOutputResultSender.0 [VALIDATION_ERROR_DESERIALIZATION_FAILED] Error: Export failed: /builds/aws/documentation/mkdocs/docs/map2/imgs/Global_Architecture.drawio [779:1214/171303.619743:ERROR:gpu_process_host.cc(966)] GPU process exited unexpectedly: exit_code=15 [853:0100/000000.677559:ERROR:connection.cc(46)] X connection error received. INFO - DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead File "/usr/local/lib/python3.11/site-packages/mkdocsdrawioexporter/plugin.py", line 94, in on_post_build log.warn('Export successful, but wrote no output file') File "/usr/lib64/python3.11/logging/init.py", line 1504, in warn warnings.warn("The 'warn' method is deprecated, " WARNING - Export successful, but wrote no output file

Do you have any clue.