Open greycubesgav opened 2 years ago
Ok I can confirm it is related to internet access.
I came back to my machine today and when opening vscode fullscreen, I was presented with a Little Snitch (a software firewall software for macOS), asking if wtfutil should be able to connect to the internet.
Accepting this now allows wtfutil to run smoothly.
Had a similar issue, but with the ipinfo
module. No interaction with wtfutil
possible at all. Commenting the ipinfo
module out from the config made it work, so I assumed a connection issue. Then noticed Lulu blocked the connection. After approving the new binary all started working again, including the ipinfo
module.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
What's broken?
Similar to this issue Cant quit out of wtfutil ( https://github.com/wtfutil/wtf/issues/1318) I can't seem to quit wtfutil at all on macOS Ventura 13.0 (22A380)
Steps to reproduce
Install wtfutil through brew with no previous install
Run wtfutil with no commands
Initial screen
Press 'tab'
First module is highlighted
Press 'tab' 2nd time
Second module is highlighted
Press 'esc'
No modules are not highlighted
Press 'q' no response app stays like the last screen grab above
Press 'Q', 'tab', 'esc', ctrl-c , all have no effect, app must be killed to stop it
Notes:
Network related?
I have internet connection, so didn't think it was related to @Moizsohail's issue (https://github.com/wtfutil/wtf/issues/1318). However I've noticed few seconds I get the error in the middle right hand widget:
However running curl in the same terminal window before running wtfutil shows successful connection to feeds.bbci.co.uk
So it looks like wtfutil can't connect to the internet and this causes it to lockup?