An error occurred saving the transfer queue
Asked Answered
V

3

7

I'm using macOS M1 and I'm having this problem after updating Filezilla:

An error occurred saving the transfer queue to /Users/pradeep/.config/filezilla/queue.sqlite3. Some queue items might not have been saved.

I think there is a file path problem.

Vig answered 28/7, 2023 at 3:23 Comment(1)
It is caused by some kind of incompatibility issue. I happened to me only after updating FileZilla to latest version. I removed queue.sqlite3 from C:\Users\{username}\AppData\Roaming\FileZilla and it was done. FileZilla will auto create this file on next startup. On other OS, you need to check user date folder where such files are stored.Bowers
S
27

I removed manually the queue.sqlite3 file and the error disappeared.

In your case:

rm /Users/pradeep/.config/filezilla/queue.sqlite3
Scottie answered 16/8, 2023 at 15:10 Comment(1)
beautiful, thank you, i just had the same issue and found this :-)Prom
D
0

I got the same issue in my M1, I just created a new folder inside the .config folder, named "filezilla" and added a "queue.sqlite3" file inside that folder because it is not present there. The error disappeared.

Dwight answered 5/8 at 6:26 Comment(0)
M
0

I just reset the permission for my account on my mac:

sudo chown -R <your_user_name> ~/.config
Musset answered 14/8 at 14:5 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.