You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made an error on a command, typed wtf and received two errors
LLM responded with Please provide the terminal history or describe the specific issue you're facing so I can assist you effectively.%
A python error, followed by an infinite spinner
Traceback (most recent call last):
File "/Users/mike/Library/Python/3.11/bin/wtf", line 8, in <module>
sys.exit(main())
^^^^^^
File "/Users/mike/Library/Python/3.11/lib/python/site-packages/scripts/wtf.py", line 81, in main
history = history[-9000:].strip()
~~~~~~~^^^^^^^^
TypeError: 'NoneType' object is not subscriptable
Reproduce
I use Alacritty with zsh
Expected behavior
wtf reads the terminal history and fixes my mistakes
Screenshots
Open Interpreter version
Open Interpreter 0.3.4 Local III
Python version
Python 3.11.7
Operating System name and version
MacOS
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I made an error on a command, typed
wtf
and received two errorsPlease provide the terminal history or describe the specific issue you're facing so I can assist you effectively.%
Reproduce
I use Alacritty with zsh
Expected behavior
wtf reads the terminal history and fixes my mistakes
Screenshots
Open Interpreter version
Open Interpreter 0.3.4 Local III
Python version
Python 3.11.7
Operating System name and version
MacOS
Additional context
No response
The text was updated successfully, but these errors were encountered: