[Bug] File operations writing to incorrect directories
● I had an scp mistake — dropped all files into
speaker_id/ directory. Fixing and deploying properly:
● Bash(# Clean up misplaced files first
sshpass -p 'Maxwell11$' ssh -o
StrictHostKeyChecking=no aura@192.168.6.199 \
"rm -f /opt/aura/aura/speaker_id/pipeline.py
2>/dev/null; ls /opt/aura/aura/speaker_id/" 2>&1)
⎿ __init__.py
__pycache__
enrollment.py
identifier.py
voice_store.py
Bug Description
moved files to wrong directory and realized it made the error. it should not write files to random directories in the first place
Environment Info
- Platform: linux
- Terminal: vscode
- Version: 2.1.114
- Feedback ID: eb004a06-a3aa-47fe-8d84-dfac60876e83
Errors
[{"error":"Error: 429 {\"type\":\"error\",\"error\":{\"type\":\"rate_limit_error\",\"message\":\"Extra usage is required for long context requests.\"},\"request_id\":\"req_011CaDFw3hReyvNDHaE2HCTg\"}\n at generate (/$bunfs/root/src/entrypoints/cli.js:11:53135)\n at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-19T14:06:04.095Z"}]This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗