[Bug] Visualized Execution from PythonTutor not working
Author: beatrix-chanCreated May 9, 2026Updated May 13, 2026
Description
Hello Algo's visualization is provided via PythonTutor, common problems (this issue wants to solve) include:
- Displayed raw links instead of code + visual (EN, JP, RU)
- Code too long (JP, RU)
Impacted chapters and languages
Assume the ones listed below are the one displayed the raw links. Error messages are included if it's related to "Code too long".
- 4.1 Arrays
- 5.1 Stacks
- 6.1 Hash Table
- 6.3 Hash Algorithm
- 7.1 Binary Tree
- 7.2 Binary Tree Traversal
- Japanese - 7.2.2's 1. Error Message:
Error! your code is around 5664 URL-encoded bytes, which is too long for this tool. Shorten your code to less than 5600 bytes and re-try. [#ErrorCodeTooLong]
- Japanese - 7.2.2's 1. Error Message:
- 7.4 Binary Search Tree
- Japanese - 7.4.1's 1., 3. Error Messages:
Error! your code is around 5648 URL-encoded bytes, which is too long for this tool. Shorten your code to less than 5600 bytes and re-try. [#ErrorCodeTooLong]Error! your code is around 5914 URL-encoded bytes, which is too long for this tool. Shorten your code to less than 5600 bytes and re-try. [#ErrorCodeTooLong]
- Japanese - 7.4.1's 1., 3. Error Messages:
- 8.1 Heap
- 9.3 Graph traversal
- Japanese - 9.3.1's 1 only Error Message:
Error! your code is around 5780 URL-encoded bytes, which is too long for this tool. Shorten your code to less than 5600 bytes and re-try. [#ErrorCodeTooLong]
- Japanese - 9.3.1's 1 only Error Message:
- 13.3 Subset-Sum problem
- Russian - 13.3.1's 3 only Error Message:
Error! your code is around 5981 URL-encoded bytes, which is too long for this tool. Shorten your code to less than 5600 bytes and re-try. [#ErrorCodeTooLong]
- Russian - 13.3.1's 3 only Error Message:
(Failed) Attempted Troubleshoots
- Switch browsers (Google Chrome, Zen Browser, Brave Browser)
- Incognito mood
- Force reload
Temporary Solution
- Visit their respective visualizer in other language versions (Simplified Chinese and Traditional Chinese are complete)
- Copy raw link to browser (Warning: comments might not be in the same language)
Related but non essential problems
Checklist below can be converted to sub-issues or new issues if krahets and/or maintainers believe it's worth following up.
- Incomplete visualizations in English Version: Some visualizations are provided in all languages except English (e.g. 6.1.2)
Source: krahets/hello-algo