Web Frame Help. balenaDash

Hi,
I’m following this tutorial: https://www.balena.io/blog/make-a-web-frame-with-raspberry-pi-in-30-minutes/

I have downloaded the code and am up to the step titled: Pushing the code to your device with the CLI. Whenever I try to do this step on my Windows 10 laptop, it says I do not have enough privileges to run this operation. I am running full administrator privileges. Please help! :slight_smile:

Me too except on linux

And this used to work but since cli update (which I did yesterday) now I’m getting the bash equivalent:
You don’t have enough privileges to run this operation.
Try running this command again prefixing it with sudo.

If this is not the case, and you’re trying to burn an SDCard, check that the write lock is not set.

If you need help, don’t hesitate in contacting us at:

GitHub: https://github.com/resin-io/resin-cli/issues/new
Forums: https://forums.resin.io

Hi Michael7117,

Are you running the Windows command prompt as an admin user? The default command prompt doesn’t open with Admin rights and you need to jump through a hoop to do that.
e.g. https://superuser.com/questions/968214/open-cmd-as-admin-with-windowsr-shortcut

@r4space, do you remember what the cli version was before you updated? And what the current version is that you are running. Would it be possible to run the command with DEBUG=1 and pasting the output.

Thanks

Regards
ZubairLK

@zubairlk I realised my problem was in the container actually. Good to know that DEBUG flag, the error about permissions is rather unhelpful :stuck_out_tongue_winking_eye: