You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.
then i run manim scene.py --renderer=webgl -qh in terminal and got an error and electron render show nothing.
AttributeError: 'FrameServer' object has no attribute 'scene'.
Anything wrong with my operation step or code ?
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "c:\users\administrator\appdata\local\programs\python\python39\lib\site-packages\manim\grpc\impl\frame_server_impl.py", line 219, in FetchSceneData
name=str(self.scene),
AttributeError: 'FrameServer' object has no attribute 'scene'
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have download the latest manim-render and open it,
then i copy the code
from manim import *
then i run manim scene.py --renderer=webgl -qh in terminal and got an error and electron render show nothing.
AttributeError: 'FrameServer' object has no attribute 'scene'.
Anything wrong with my operation step or code ?
The text was updated successfully, but these errors were encountered: