list all > games_backup.txt
check
command periodicallyError Pattern | Likely Cause | Quick Fix |
---|---|---|
"Python not found" | Python not installed | install python |
"7-Zip not found" | 7-Zip missing | install 7zip |
"Missing critical dependencies" | Setup incomplete | check then install missing |
"Setup command required" | Configuration needed | setup |
"Not logged in" | Authentication issue | logout then re-login |
"Connection timeout" | Network issue | Check internet connection |
"Access denied" | Permissions issue | Run as administrator |
"Disk space" | Storage full | Free up disk space |
CCLS>check
This reveals most common problems.
CCLS>log list -3
Check recent session logs for errors.
CCLS>sys cache status
CCLS>version
CCLS>help
CCLS>list all
File cannot be loaded because running scripts is disabled on this system
Solutions:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
Set-ExecutionPolicy Bypass -Scope Process -Force
PowerShell -ExecutionPolicy Bypass -File "CLI.ps1"
$PSVersionTable.PSVersion
CCLS>forget
CCLS>logout
devmode
command after loginCCLS>install python
python --version
CCLS>install requests
pip install requests
python -m pip install --upgrade pip
CCLS>check
CCLS>install 7zip
log list
to find detailed error informationCCLS>sys cache refresh
CCLS>sys cache refresh
$PSVersionTable.PSVersion
Solutions:
CCLS>sys cache refresh
settings/lib.json
and restartsettings/settings.json
setup
commandGet-ChildItem Env:
Key variables:
PSExecutionPolicyPreference
PSModulePath
PATH