damogranlabs / VS-Code-STM32-IDE

Use VS Code as STM32 IDE with CubeMX
MIT License
247 stars 52 forks source link

Error during update.py #19

Closed JTrotta closed 5 years ago

JTrotta commented 5 years ago

ERROR (77 seconds). Unexpected error occured during 'Update' procedure. Exception: [WinError 5] Access denied

Any idea?

schperplata commented 5 years ago

Probably a very basic issue - you lack permission to r/w to some file/folder. Check workspace folder properties and its permissions.

I will add a traceback data so error location is a little more descriptive. Hovewer, try to google such errors and you will most likely get the answer right away :)

JTrotta commented 5 years ago

No problem. It was a path error.

  1. Path must be written well (my mistake)
  2. Absolutely NO SPACE in paths

It works perfectly