pi-webcam icon indicating copy to clipboard operation
pi-webcam copied to clipboard

clone uvc-gadget failed

Open tippy-somers opened this issue 1 year ago • 1 comments
trafficstars

Am pretty new to this but would love to get this webcam working. I followed your read me file and got the following message. Webcam will not work Any help would be much appreciated.

TASK [Clone uvc-gadget to the Pi.] ********************************************* fatal: [127.0.0.1]: FAILED! => {"changed": false, "cmd": "/usr/bin/git clone --o rigin origin https://github.com/geerlingguy/uvc-gadget.git /home/pi/uvc-gadget", "msg": "fatal: could not create leading directories of '/home/pi/uvc-gadget': P ermission denied", "rc": 128, "stderr": "fatal: could not create leading directo ries of '/home/pi/uvc-gadget': Permission denied\n", "stderr_lines": ["fatal: co uld not create leading directories of '/home/pi/uvc-gadget': Permission denied"] , "stdout": "", "stdout_lines": []}

tippy-somers avatar Mar 19 '24 05:03 tippy-somers

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

github-actions[bot] avatar Jul 18 '24 13:07 github-actions[bot]

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.

github-actions[bot] avatar Sep 19 '24 13:09 github-actions[bot]

This error is due to the Ansible tasks assuming your username is pi. Either switch to that username or edit the piwebcam.yml and uvc-gadget.yml tasks from /home/pi/ to /home/<username>/. After that the tasks should work fine.

DarylWM avatar Sep 12 '25 05:09 DarylWM