Rickaym / manim-sideview

A Manim utility extension for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=Rickaym.manim-sideview
MIT License
99 stars 11 forks source link

command 'manim-sideview.run' not found #74

Closed gd247217 closed 9 months ago

gd247217 commented 9 months ago
屏幕截图 2023-10-08 155323

vscode:1.63.2 python:3.9.13 manim:0.17.3 manim-sideview:0.2.6 I don’t know why the manim-sideview.run command can’t be found suddenly. It was working fine yesterday. Can I ask how to deal with this?

Rickaym commented 9 months ago

Hey can you please provide more information as to how you're getting this error?

The screenshot of the preference option you're showing is not the main command.

gd247217 commented 9 months ago
屏幕截图 2023-10-08 195753

This happens when you click the manim-sideview icon

屏幕截图 2023-10-08 200001
gd247217 commented 9 months ago
屏幕截图 2023-10-08 200508

When you open the command line and click manim-sideview, you will find a running error

屏幕截图 2023-10-08 200636
Rickaym commented 9 months ago

Thank you. I have identified this to be an issue with the v0.2.6 release dropping its onCommand activation events which are necessary for VSCode versions under 1.75.

Rickaym commented 9 months ago

I will release this now as v0.2.7

gd247217 commented 9 months ago

But does upgrading vscode affect the previous question? It is a problem that the video will not play automatically. So what should I do about it?

gd247217 commented 9 months ago

Thank you very much for taking the time to reply to me, and I look forward to the release of the new version.

Rickaym commented 9 months ago

But does upgrading vscode affect the previous question? It is a problem that the video will not play automatically. So what should I do about it?

Let's try this again with the new release and if the issue persists, we can deal with it separately.

gd247217 commented 9 months ago

I'll go experiment now and I'll give back the results later, thank you very much

Rickaym commented 9 months ago

Alright, you're welcome.

gd247217 commented 9 months ago

I tested it and no error was reported. Maybe I deleted something by mistake before.

Rickaym commented 9 months ago

I tested it and no error was reported. Maybe I deleted something by mistake before.

Ah so it is all working fine?

gd247217 commented 9 months ago

I found that although no error was reported, the video would not pop up automatically. I am still checking whether it is my configuration problem. I tried several versions, but nothing worked.

Rickaym commented 9 months ago

I found that although no error was reported, the video would not pop up automatically. I am still checking whether it is my configuration problem. I tried several versions, but nothing worked.

Oh, is this a separate issue to the command not being found?

Are you referencing #64 ?

gd247217 commented 9 months ago

The command not found problem has been solved in the new version, but the video will not pop up automatically. I feel it is my own problem. I am still dealing with it.The interface of manim-sideview video will not pop up automatically.

Rickaym commented 9 months ago

The command not found problem has been solved in the new version, but the video will not pop up automatically. I feel it is my own problem. I am still dealing with it.The interface of manim-sideview video will not pop up automatically.

Can you please make a separate issue on this? Also include the logs inside the output channel you can see when you use the command Manim: Reveal Output Channel.

gd247217 commented 9 months ago

Thank you very much. I found out that it was a problem with my version. It was solved when I updated to the latest versions of vscode and manim-sideview.