jokkedk/webgrind

unable to generate although python3 and dot are installed

maghmo1 opened this issue · 2 comments

Unable to generate /tmp/x via python: /usr/bin/python3 and dot: /usr/bin/dot. Please update config.php

mango@mweb1000t:/tmp$ which python3
/usr/bin/python3
mango@mweb1000t:/tmp$ which dot
/usr/bin/dot

/tmp/file is created as user, webserver does everything as user, one issue i realized is that files are created with .webgrind and not .webgrind.svg, please help im fighting with this thing since weeks T-T

rcngo commented

I'm having the same problem

EooL commented

Hi,
Please check the xdebug config.
Working config for Xdebug >= 3.1

xdebug.mode=debug,develop,profile,trace
xdebug.start_with_request=yes
xdebug.discover_client_host=0
xdebug.client_host=host.docker.internal
xdebug.profiler_append=0
xdebug.output_dir=/tmp/xdebug
xdebug.use_compression=false