-
-
Notifications
You must be signed in to change notification settings - Fork 81
Closed
Labels
bugSomething isn't workingSomething isn't workinghtml-convertRelated to converting to HTML slidesRelated to converting to HTML slides
Description
Terms
- Checked the existing issues and discussions to see if my issue had not already been reported;
- Checked the [frequently asked questions]](https://manim-slides.eertmans.be/latest/faq.html);
- Read the installation instructions;
- Created a virtual environment in which I can reproduce my bug;
Describe the issue
When I use the convert to html feature with multiple scenes, the folder with all the .mp4 media is created correctly,. but the html file that plays from it is not working for some reason. It is simply black and I cannot advance slides (I can use "F" to make it fullscreen). When I do one scene at a time, it DOES work correctly. This issue was also reported on reddit https://www.reddit.com/r/manim/comments/1fzcv7z/manimslides_convert_gives_html_that_is_a_blank/ (which is what made me try rendering just one scene at a time)
Command
manim-slides convert Scene1 Scene2 output.html
Issue Type
Bug when presenting with HTML/PowerPoint/... format (manim-slides convert)
Python version
Python 3.9.12
Python environment
Manim Slides version: 5.1.10
Python executable: /Users/mnica/opt/anaconda3/bin/python3
Manim bindings:
/Users/mnica/opt/anaconda3/lib/python3.9/site-packages/scipy/__init__.py:146: UserWarning: A NumPy version >=1.16.5 and <1.23.0 is required for this version of SciPy (detected version 1.26.4
warnings.warn(f"A NumPy version >={np_minversion} and <{np_maxversion}"
manim (version: 0.18.1)
manimgl not found
Qt API: pyqt5 (version: 5.9.7)
(base) mnica@Mihais-MBP Downloads % manim-slides checkhealth
Manim Slides version: 5.1.10
Python executable: /Users/mnica/opt/anaconda3/bin/python3
Manim bindings:
/Users/mnica/opt/anaconda3/lib/python3.9/site-packages/scipy/__init__.py:146: UserWarning: A NumPy version >=1.16.5 and <1.23.0 is required for this version of SciPy (detected version 1.26.4
warnings.warn(f"A NumPy version >={np_minversion} and <{np_maxversion}"
manim (version: 0.18.1)
manimgl not found
Qt API: pyqt5 (version: 5.9.7)What is your platform?
macOS
Other platform
No response
Manim Slides Python code
No response
Relevant log output
No response
Screenshots
No response
Additional information
No response
Recommended fix or suggestions
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghtml-convertRelated to converting to HTML slidesRelated to converting to HTML slides