Need help with this error code

what does this mean:
rpc error: code = FailedPrecondition desc = reading dir /Users/hunterwent/Documents/Arduino/libraries: open /Users/hunterwent/Documents/Arduino/libraries: operation not permitted

Compilation error: rpc error: code = FailedPrecondition desc = reading dir /Users/hunterwent/Documents/Arduino/libraries: open /Users/hunterwent/Documents/Arduino/libraries: operation not permitted

It means you have a permission problem with the library. Where did you find it and how did you install it?

the library being used is the CTC go core
hope this helps

You appear to be using Windows. I am not a Windows user so I can't be much help. Go to the library and look at the properties. With luck there should be some way to display the permissions.

this is for a friend, they use a MacBook

Check for the libraries which have been used in the code.

My suggestion is to try uninstall the library and reinstall it or check for update

Thanks
Krishna (IN)

I know even less about MacBooks.

Anyway it is a file system or operating system message and is not an Arduino problem. Maybe search on 'MacBook open operation not permitted' or something similar. When the library was installed the defaults for the permissions was probably wrong.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.