Unactionable 500 from watcher
theindexer opened this issue · 3 comments
Fresh install of damon, nomad is remote with anonymous acl write access.
If I press a key after more than a short ( < 1s?) time has passed, I get an "Unexpected response code: 500 (Permission Denied)". At this point, the only action is to press enter/escape/ctrl+c, which does nothing, and then any key press, which will then quit. If I press enter before that short time window, then I can trigger the error dialog and then press enter to pop up a level and continue to navigate despite the large error window in the center of the screen. Commenting out line 128 of watcher/watcher.go
lets me browse uninterrupted so it doesn't seem all that fatal.
It would be nice to be able to close the dialog box without quitting the application. Secondarily, the modal behavior seems to race with other ui interactions.
Running on ubuntu 20.04/tmux/kitty
Totally understand that this is early stage and I was just tooling around with it and wanted to pass along my experience. It's super cool and look forward to seeing more!
@theindexer thank you for testing Damon and for opening this issue. If I understand correctly this is happening when you press a key shortly after starting damon?
@theindexer I added an option to the modal to continue the application by clicking OK
. This should help to close the dialog box without quitting.
@theindexer closing the issue for now. Feel free to re-open if this is still an issue.