developer icon indicating copy to clipboard operation
developer copied to clipboard

Issue .git / .idx File missing, Permission Denied

Open Toolbox-AI opened this issue 1 year ago • 0 comments

Hi i fresh cloned the rep and followed the instructions, but now I am stuck getting it to run.

I startup normal: modal run main.py --prompt "

I can see the smold doing its thing, using tokens: 89 tokens in prompt: .. and so on:

[ "frontend/next.config.js", "frontend/pages/index.js", "frontend/pages/_app.js", "frontend/pages/_document.js", "frontend/pages/blog/[slug].js", "frontend/components/Header.js", "frontend/components/Footer.js", "frontend/components/PostCard.js", "frontend/components/PostContent.js", "frontend/lib/api.js", "frontend/styles/global.css", "backend/wordpress/wp-config.php", "backend/wordpress/wp-content/themes/custom-theme/functions.php", "backend/wordpress/wp-content/plugins/custom-plugin/custom-plugin.php" ]

but then it crashes:

(skipped traceback)

PermissionError: [WinError 5] Access denied: '<censored>\.git\\objects\\pack\\pack-<id-removed>.idx'

Investigating the folder there is no .idx file with the same id name but a different one. Is it having a wrong id, or anyone has a better id? if you need it i will attach the traceback.

Toolbox-AI avatar Jun 07 '23 18:06 Toolbox-AI