PDA

View Full Version : Repo error



drauz
05-13-2017, 03:41 PM
Been getting this error trying to download sloot on new computer


[repository: downloading sloot...]
>
--- Lich: error: Permission denied - (C:/Users/Balthazar/Documents/lich/temp/96106234, C:/Users/Balthazar/Documents/lich/temp/6464732.repo)
repository:943:in `rename'
repository:943:in `block in _script'
--- Lich: repository has exited.

I searched the forums but none of the suggestions seem to work. Any help?

Donquix
05-13-2017, 04:52 PM
It's trying to make a temp file you don't have write permissions to from the looks of things. Some combination of not running as admin, the user you do run it as doesn't have access to that folder, or ;trust but i doubt the last one because it would likely fail differently.

drauz
05-13-2017, 05:03 PM
It's trying to make a temp file you don't have write permissions to from the looks of things. Some combination of not running as admin, the user you do run it as doesn't have access to that folder, or ;trust but i doubt the last one because it would likely fail differently.

thats weird because it downloaded like 20 other scripts fine.

Donquix
05-13-2017, 05:30 PM
that i dunno, no clue why it would only be sloot but that's what the error seems like. I haven't looked at the repo code to see what all it's doing with temp file creation and all that. Maybe try clearing everything out of that /temp folder and try again?

Donquix
05-13-2017, 05:55 PM
https://pastebin.com/X7m7ffmX

there's a paste with the the current version of sloot though, you can download that manually as a workaround if needed.

drauz
05-13-2017, 06:01 PM
https://pastebin.com/X7m7ffmX

there's a paste with the the current version of sloot though, you can download that manually as a workaround if needed.

I got it working, thanks for the help.

I wasn't running ruby as an admin.

Donquix
05-13-2017, 06:11 PM
winner! :D

but that is weird that it was sloot only....that don't make no sense!