-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot upload #502
Comments
That's odd. According to the server logs the server responded with
Nonetheless your FF3 version is over a year old - not sure if something in the API changed there in the meantime. Any reason you can't update to a more recent version and try again? What type of file are you uploading? There were some fixes on FF3 side, for example in v6.1.11. |
Yes, i can try an update of serverside. but i migrated on the same ff3 version and waterfly did work before without problem. I noticed, its only for pictures I take in the app, if I append a pdf or image, its fine. I also got an error email from firefly:
Seems like waterfly tries too early downloaing the file because the log shows, that the upload is succesfull. |
Just updated to latest firefly version. Problem persists. |
Hm it's strange that it works for existing files and only occurs when you grab an image yourself, and that it worked before. I was wondering if the file name maybe got too long, but firefly renames the stored files on disk anyways to The only thing I would be able to do now is to add more verbose logging to the upload function to figure out what exactly is happening here (as before it progresses normally): waterfly-iii/lib/pages/transaction/attachments.dart Lines 218 to 231 in 8aabb31
If you want I can craft you an apk like that after Christmas. I'm assuming you're not using the google play version, I could try to give it a "matching" id so that you can update normally afterwards. |
That would be nice. i use the F-Droid version. |
I noticed that only images taken with the camera cannot upload. |
Upload not working after migrating Firefly from self-host to Docker. Upload works on Firefly side.
Waterfly only states:
Could not upload file: Unkown error
. However, the logs do not indicate any error ...server logs:
waterfly logs:
The text was updated successfully, but these errors were encountered: