pamelafox / recursive-visualizations

An online tool to visualize recursive JS functions step-by-step as a tree.
https://www.recursionvisualizer.com/
GNU General Public License v2.0
43 stars 7 forks source link

Call graph not rendering #23

Open aegidius77 opened 2 months ago

aegidius77 commented 2 months ago

Hi,

Since a couple of days :

https://www.recursionvisualizer.com/ -> message "Rendering call graph..." and nothing is shown. even locally 127.0.0.1/... -> message "Rendering call graph..." and nothing is shown.

even after several minutes, whaterver example is used.

be on linux/windows/firefox/chrome -> nothing's shown.

Thanks for this great tool, very usefull for teaching and understanding. Regards.

Screenshot 2024-05-06 at 12-32-28 Recursion Visualizer

pamelafox commented 2 months ago

Thanks so much for the report, something must have changed with the downloaded Python packages. I've put in a quickfix that seems to superficially fix it, still need to dig in further.

aegidius77 commented 2 months ago

Thanks