question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

When I wanted to create a new project, I get this output: PermissionError: [Errno 13] Permission denied: '.PlayOnLinux/wineprefix/Office2013/dosdevices/z:/dev/vboxusb' or this : PermissionError: [Errno 13] Permission denied: '.wine/dosdevices/z:/dev/vboxusb'

full error:

ERROR:manim_editor.app:Exception on /create_project2 [POST]
Traceback (most recent call last):
  File "/home/user/.local/lib/python3.8/site-packages/flask/app.py", line 2073, in wsgi_app
    response = self.full_dispatch_request()
  File "/home/user/.local/lib/python3.8/site-packages/flask/app.py", line 1518, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/home/user/.local/lib/python3.8/site-packages/flask/app.py", line 1516, in full_dispatch_request
    rv = self.dispatch_request()
  File "/home/user/.local/lib/python3.8/site-packages/flask/app.py", line 1502, in dispatch_request
    return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
  File "/home/user/.local/lib/python3.8/site-packages/manim_editor/app/main/routes.py", line 105, in scene_selection
    scenes = get_scenes()
  File "/home/user/.local/lib/python3.8/site-packages/manim_editor/editor/manim_loader.py", line 50, in get_scenes
    for root, _, files in walk(Path("."), get_config().RECURSION_DEPTH):
  File "/home/user/.local/lib/python3.8/site-packages/manim_editor/editor/commands.py", line 43, in walk
    for res in walk(top / name, maxdepth - 1):
  File "/home/user/.local/lib/python3.8/site-packages/manim_editor/editor/commands.py", line 43, in walk
    for res in walk(top / name, maxdepth - 1):
  File "/home/user/.local/lib/python3.8/site-packages/manim_editor/editor/commands.py", line 43, in walk
    for res in walk(top / name, maxdepth - 1):
  [Previous line repeated 2 more times]
  File "/home/user/.local/lib/python3.8/site-packages/manim_editor/editor/commands.py", line 35, in walk
    for name in os.listdir(top):
PermissionError: [Errno 13] Permission denied: '.wine/dosdevices/z:/dev/vboxusb'
Creating project 'pitzene'.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
huncut2016commented, Dec 25, 2021

There are no errors, thanks for the fix! 😀

0reactions
christopher-beschcommented, Dec 19, 2021

I created a new release with the fix. Could you try it?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Random vs. Systematic Error | Definition & Examples - Scribbr
Random error is a chance difference between the observed and true values of something (e.g., a researcher misreading a weighing scale ...
Read more >
Random vs. Systematic Error - UMD Physics
Random errors in experimental measurements are caused by unknown and unpredictable changes in the experiment. These changes may occur in the measuring ...
Read more >
Random vs. Systematic Error Definitions and Examples
There are two broad classes of observational errors: random error and systematic error. Random error varies unpredictably from one ...
Read more >
Systematic Error / Random Error: Definition and Examples
Random error (also called unsystematic error, system noise or random variation) has no pattern. One minute your readings might be too small.
Read more >
Random Error - Unpredictable Measurement Errors in Research
A random error, as the name suggests, is random in nature and very difficult to predict. It occurs because there are a very...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found