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 have only one project set up, used gitbutler for some time in the last few days but I missed the git tag command, so I decided to remove the project from the app and continue using my day to day git commands, the problem is that as soon as I click on the Remove button on the modal, the interface freezes and nothing happens til the interface goes completely blank after some time.
Going into the projects.json file and manually removing the project works like a charm.
How to reproduce (Optional)
Setup a new project
Try to remove a project
Expected behavior (Optional)
1.When clicking the Remove button the interface would freeze for some time and go blank
Relevant log output (Optional)
2025-01-30T12:28:03.370757Z INFO get_branch_listing_details: crates/gitbutler-tauri/src/virtual_branches.rs:445: close time.busy=2.03ms time.idle=32.2µs project_id=6e58be38-7af7-453c-9ed6-db9e31bc208b branch_names=[]
2025-01-30T12:28:07.796003Z INFO git_remote_branches: crates/gitbutler-tauri/src/commands.rs:9: close time.busy=281µs time.idle=14.3µs project_id=6e58be38-7af7-453c-9ed6-db9e31bc208b
2025-01-30T12:28:07.805808Z INFO list_virtual_branches: crates/gitbutler-tauri/src/virtual_branches.rs:48: close time.busy=1.91ms time.idle=27.3µs project_id=6e58be38-7af7-453c-9ed6-db9e31bc208b
2025-01-30T12:28:07.829691Z INFO list_branches: crates/gitbutler-tauri/src/virtual_branches.rs:433: close time.busy=527µs time.idle=17.3µs project_id=6e58be38-7af7-453c-9ed6-db9e31bc208b filter=Some(BranchListingFilter { local: None, applied: None })
2025-01-30T12:28:07.832012Z INFO get_branch_listing_details: crates/gitbutler-tauri/src/virtual_branches.rs:445: close time.busy=1.18ms time.idle=18.9µs project_id=6e58be38-7af7-453c-9ed6-db9e31bc208b branch_names=[]
2025-01-30T12:28:08.605404Z INFO set_project_active:set_project_to_window:file monitor:handle debounced events: crates/gitbutler-watcher/src/file_monitor.rs:119: close time.busy=9.13µs time.idle=22.5µs id=6e58be38-7af7-453c-9ed6-db9e31bc208b window="main" project_id=6e58be38-7af7-453c-9ed6-db9e31bc208b fs_events=2 fs_events=2 ignored=0 ignored=0 git_noop=0 git_noop=0 git=0 git=0 project=0 project=0
2025-01-30T12:28:09.984628Z ERROR delete_project: crates/gitbutler-project/src/controller.rs:204: failed to remove project data project_id=6e58be38-7af7-453c-9ed6-db9e31bc208b error=Os { code: 2, kind: NotFound, message: "No such file or directory" } id=6e58be38-7af7-453c-9ed6-db9e31bc208b
2025-01-30T12:28:09.984739Z INFO delete_project: crates/gitbutler-tauri/src/projects.rs:95: close time.busy=333µs time.idle=22.0µs id=6e58be38-7af7-453c-9ed6-db9e31bc208b
2025-01-30T12:28:10.355902Z INFO set_project_active:set_project_to_window:file monitor:handle debounced events: crates/gitbutler-watcher/src/file_monitor.rs:119: close time.busy=8.33µs time.idle=22.4µs id=6e58be38-7af7-453c-9ed6-db9e31bc208b window="main" project_id=6e58be38-7af7-453c-9ed6-db9e31bc208b fs_events=1 fs_events=1 ignored=0 ignored=0 git_noop=0 git_noop=0 git=0 git=0 project=0 project=0
The text was updated successfully, but these errors were encountered:
Thanks a lot for reporting and for providing logs.
The error is merely a log message and doesn't indicate failure of the delete_project function, which returns successfully.
On MacOS this seems to be working alright, but on Linux it reproduces easily, even without the AppImage but with a local development build.
The error is merely a log message and doesn't indicate failure of the delete_project function, which returns successfully.
Yep, I just provided those logs so you could see that the delete_project command successfully returned as it can be seen on the second delete_project log span, and because there isn't any more logs when the app goes blank.
Version
0.14.6
Operating System
Linux
Distribution Method
AppImage (Linux)
Describe the issue
I have only one project set up, used
gitbutler
for some time in the last few days but I missed thegit tag
command, so I decided to remove the project from the app and continue using my day to day git commands, the problem is that as soon as I click on theRemove
button on the modal, the interface freezes and nothing happens til the interface goes completely blank after some time.Going into the
projects.json
file and manually removing the project works like a charm.How to reproduce (Optional)
Expected behavior (Optional)
1.When clicking the
Remove
button the interface would freeze for some time and go blankRelevant log output (Optional)
The text was updated successfully, but these errors were encountered: