Skip to content
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

[Bug]: mobile app can't save changes to documents #427

Open
Malli88 opened this issue May 30, 2024 · 4 comments
Open

[Bug]: mobile app can't save changes to documents #427

Malli88 opened this issue May 30, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@Malli88
Copy link

Malli88 commented May 30, 2024

What happened?

If changing something to a document I can't save the changes.
That's just in the mobile app

Steps to reproduce

Change something in a document
Click save
Nothing happens

Log output from the app

2024-05-30 19:48:22.084	DEBUG   --- [      AuthenticationCubit] - restoreSession           : Trying to restore previous session...
2024-05-30 19:48:22.085	DEBUG   --- [      AuthenticationCubit] - restoreSession           : There is nothing to restore.
2024-05-30 19:48:22.090	INFO    --- [                         ] -                          : Setting refresh rate to 90.0
2024-05-30 19:49:12.660	DEBUG   --- [      AuthenticationCubit] - login                    : Trying to log in stephan@pa***de...
2024-05-30 19:49:12.661	DEBUG   --- [      AuthenticationCubit] - _addUser                 : Adding new user stephan@pa***de..
2024-05-30 19:49:12.661	DEBUG   --- [      AuthenticationCubit] - _addUser                 : Fetching bearer token from the server...
2024-05-30 19:49:12.999	DEBUG   --- [      AuthenticationCubit] - _addUser                 : Bearer token successfully retrieved.
2024-05-30 19:49:13.001	DEBUG   --- [      AuthenticationCubit] - _getApiVersion           : Trying to fetch API version...
2024-05-30 19:49:13.103	WARNING --- [      AuthenticationCubit] - _getApiVersion           : The server is running a newer API version (5) than the app supports (v3), falling back to latest supported version (v3). Warning: This might lead to unexpected behavior!
2024-05-30 19:49:13.104	DEBUG   --- [      AuthenticationCubit] - _getApiVersion           : Successfully retrieved API version (3).
2024-05-30 19:49:13.104	DEBUG   --- [      AuthenticationCubit] - _addUser                 : Trying to fetch remote paperless user for stephan@pa***de.
2024-05-30 19:49:13.286	DEBUG   --- [      AuthenticationCubit] - _addUser                 : Remote paperless user successfully fetched.
2024-05-30 19:49:13.287	DEBUG   --- [      AuthenticationCubit] - _addUser                 : Persisting user account information...
2024-05-30 19:49:13.314	DEBUG   --- [      AuthenticationCubit] - _addUser                 : User account information successfully persisted.
2024-05-30 19:49:13.314	DEBUG   --- [      AuthenticationCubit] - _addUser                 : Persisting user app state...
2024-05-30 19:49:13.320	DEBUG   --- [      AuthenticationCubit] - _addUser                 : User state successfully persisted.
2024-05-30 19:49:14.224	DEBUG   --- [      AuthenticationCubit] - _addUser                 : Saving user credentials inside encrypted storage...
2024-05-30 19:49:14.227	DEBUG   --- [      AuthenticationCubit] - _addUser                 : User credentials successfully saved.
2024-05-30 19:49:14.231	DEBUG   --- [      AuthenticationCubit] - _addUser                 : Added new url to list of hosts.
2024-05-30 19:49:14.232	DEBUG   --- [      AuthenticationCubit] - login                    : User stephan@pa***de successfully logged in.
2024-05-30 19:49:14.254	DEBUG   --- [          LabelRepository] - findAllTags              : Loading all tags...
2024-05-30 19:49:14.256	INFO    --- [               InboxCubit] - refreshItemsInInboxCount : Checking for new documents in inbox...
2024-05-30 19:49:14.330	DEBUG   --- [          LabelRepository] - findAllTags              : Loading all tags...
2024-05-30 19:49:14.331	INFO    --- [               InboxCubit] - refreshItemsInInboxCount : Checking for new documents in inbox...
2024-05-30 19:49:14.819	INFO    --- [               InboxCubit] - refreshItemsInInboxCount : No new documents found in inbox.
2024-05-30 19:49:14.819	DEBUG   --- [          LabelRepository] - findAllTags              : Loading all tags...
2024-05-30 19:49:14.820	DEBUG   --- [          LabelRepository] - findAllTags              : Successfully updated all tags.
2024-05-30 19:49:14.821	DEBUG   --- [          LabelRepository] - findAllTags              : Successfully updated all tags.
2024-05-30 19:49:14.839	INFO    --- [               InboxCubit] - refreshItemsInInboxCount : No new documents found in inbox.
2024-05-30 19:49:14.839	DEBUG   --- [          LabelRepository] - findAllTags              : Loading all tags...
2024-05-30 19:49:15.011	DEBUG   --- [          LabelRepository] - findAllTags              : Successfully updated all tags.
2024-05-30 19:49:15.034	DEBUG   --- [          LabelRepository] - findAllTags              : Successfully updated all tags.
2024-05-30 19:49:44.338	INFO    --- [               InboxCubit] - refreshItemsInInboxCount : Checking for new documents in inbox...
2024-05-30 19:49:44.519	INFO    --- [               InboxCubit] - refreshItemsInInboxCount : No new documents found in inbox.
2024-05-30 19:50:27.295	INFO    --- [               InboxCubit] - refreshItemsInInboxCount : Checking for new documents in inbox...
2024-05-30 19:50:27.594	INFO    --- [               InboxCubit] - refreshItemsInInboxCount : No new documents found in inbox.
2024-05-30 19:50:39.860	DEBUG   --- [          LabelRepository] - findAllTags              : Loading all tags...
2024-05-30 19:50:39.861	INFO    --- [               InboxCubit] - refreshItemsInInboxCount : Checking for new documents in inbox...
2024-05-30 19:50:40.287	DEBUG   --- [          LabelRepository] - findAllTags              : Successfully updated all tags.
2024-05-30 19:50:40.400	INFO    --- [               InboxCubit] - refreshItemsInInboxCount : No new documents found in inbox.
2024-05-30 19:50:40.401	DEBUG   --- [          LabelRepository] - findAllTags              : Loading all tags...
2024-05-30 19:50:40.519	DEBUG   --- [          LabelRepository] - findAllTags              : Successfully updated all tags.
2024-05-30 19:51:27.885	DEBUG   --- [      AuthenticationCubit] - restoreSession           : Trying to restore previous session...
2024-05-30 19:51:27.886	DEBUG   --- [      AuthenticationCubit] - restoreSession           : Verifying user identity...
2024-05-30 19:51:27.887	INFO    --- [                         ] -                          : Setting refresh rate to 90.0
2024-05-30 19:51:30.262	DEBUG   --- [      AuthenticationCubit] - restoreSession           : Identity successfully verified.
2024-05-30 19:51:30.263	DEBUG   --- [      AuthenticationCubit] - restoreSession           : Reading encrypted credentials...
2024-05-30 19:51:30.433	DEBUG   --- [      AuthenticationCubit] - restoreSession           : Credentials successfully retrieved.
2024-05-30 19:51:30.433	DEBUG   --- [      AuthenticationCubit] - restoreSession           : Updating security context...
2024-05-30 19:51:30.433	DEBUG   --- [      AuthenticationCubit] - restoreSession           : Security context successfully updated.
2024-05-30 19:51:30.586	DEBUG   --- [      AuthenticationCubit] - restoreSession           : Trying to update remote paperless user...
2024-05-30 19:51:30.586	DEBUG   --- [      AuthenticationCubit] - _getApiVersion           : Trying to fetch API version...
2024-05-30 19:51:30.749	WARNING --- [      AuthenticationCubit] - _getApiVersion           : The server is running a newer API version (5) than the app supports (v3), falling back to latest supported version (v3). Warning: This might lead to unexpected behavior!
2024-05-30 19:51:30.749	DEBUG   --- [      AuthenticationCubit] - _getApiVersion           : Successfully retrieved API version (3).
2024-05-30 19:51:30.749	DEBUG   --- [      AuthenticationCubit] - _updateRemoteUser        : Trying to update remote user object...
2024-05-30 19:51:30.927	DEBUG   --- [      AuthenticationCubit] - _updateRemoteUser        : Successfully updated remote user object.
2024-05-30 19:51:30.928	DEBUG   --- [      AuthenticationCubit] - restoreSession           : Successfully updated remote paperless user.
2024-05-30 19:51:30.929	DEBUG   --- [      AuthenticationCubit] - restoreSession           : Previous session successfully restored.
2024-05-30 19:51:30.947	DEBUG   --- [          LabelRepository] - findAllTags              : Loading all tags...
2024-05-30 19:51:30.948	INFO    --- [               InboxCubit] - refreshItemsInInboxCount : Checking for new documents in inbox...
2024-05-30 19:51:31.204	DEBUG   --- [          LabelRepository] - findAllTags              : Successfully updated all tags.
2024-05-30 19:51:31.247	INFO    --- [               InboxCubit] - refreshItemsInInboxCount : No new documents found in inbox.
2024-05-30 19:51:31.247	DEBUG   --- [          LabelRepository] - findAllTags              : Loading all tags...
2024-05-30 19:51:31.343	DEBUG   --- [          LabelRepository] - findAllTags              : Successfully updated all tags.
2024-05-30 19:51:33.955	DEBUG   --- [     DocumentScannerCubit] - initialize               : Restoring scans...
2024-05-30 19:51:33.982	DEBUG   --- [     DocumentScannerCubit] - initialize               : Restored 0 scans.
2024-05-30 20:09:45.317	INFO    --- [        DocumentEditCubit] - loadFieldSuggestions     : Loading suggestions for document 918...
2024-05-30 20:09:46.574	INFO    --- [        DocumentEditCubit] - loadFieldSuggestions     : Found 4 suggestions for document 918.
2024-05-30 20:09:53.733	INFO    --- [        DocumentEditCubit] - updateDocument           : Updating document 918...
2024-05-30 20:09:55.299	INFO    --- [        DocumentEditCubit] - updateDocument           : Updating document 918...
2024-05-30 20:09:55.639	INFO    --- [        DocumentEditCubit] - updateDocument           : Updating document 918...
2024-05-30 20:09:55.823	INFO    --- [        DocumentEditCubit] - updateDocument           : Updating document 918...
2024-05-30 20:09:55.994	INFO    --- [        DocumentEditCubit] - updateDocument           : Updating document 918...
2024-05-30 20:09:56.174	INFO    --- [        DocumentEditCubit] - updateDocument           : Updating document 918...
2024-05-30 20:09:56.344	INFO    --- [        DocumentEditCubit] - updateDocument           : Updating document 918...
2024-05-30 20:09:56.403	INFO    --- [               InboxCubit] - refreshItemsInInboxCount : Checking for new documents in inbox...
2024-05-30 20:09:56.565	INFO    --- [               InboxCubit] - refreshItemsInInboxCount : No new documents found in inbox.
2024-05-30 20:09:57.050	INFO    --- [        DocumentEditCubit] - updateDocument           : Updating document 918...
2024-05-30 20:09:58.088	INFO    --- [        DocumentEditCubit] - updateDocument           : Updating document 918...
2024-05-30 20:10:02.861	INFO    --- [        DocumentEditCubit] - updateDocument           : Updating document 918...
2024-05-30 20:10:03.065	INFO    --- [        DocumentEditCubit] - updateDocument           : Updating document 918...
2024-05-30 20:10:03.244	INFO    --- [        DocumentEditCubit] - updateDocument           : Updating document 918...
2024-05-30 20:10:26.402	INFO    --- [               InboxCubit] - refreshItemsInInboxCount : Checking for new documents in inbox...
2024-05-30 20:10:26.545	INFO    --- [               InboxCubit] - refreshItemsInInboxCount : No new documents found in inbox.
2024-05-30 20:10:56.403	INFO    --- [               InboxCubit] - refreshItemsInInboxCount : Checking for new documents in inbox...
2024-05-30 20:10:56.671	INFO    --- [               InboxCubit] - refreshItemsInInboxCount : No new documents found in inbox.

Screenshots

No response

Paperless-ng*x Version

2.8.6

Paperless-Mobile Version

3.2.1

Device

Pixel 7

Operating System Version

Android 14

Device Locale

German

Selected Locale

German

Additional Context

No response

@Malli88 Malli88 added the bug Something isn't working label May 30, 2024
@Arlson
Copy link

Arlson commented Jun 28, 2024

I have exactly the same issues. Even after reinstalling the app.

@Malli88
Copy link
Author

Malli88 commented Jul 15, 2024

Is there something we can do to make working on that issue easier?
Can we support?

@epe
Copy link

epe commented Aug 10, 2024

Same here, logging in seems to update the list of documents but saving tags isn't possible..
Paperless version 2.9. not compatible with the android app?

Like this the app is unusable (to edit)
I would be ready to donate some money to fix this.

@epe
Copy link

epe commented Aug 10, 2024

#331

This seems to have existed before and apparently has been solved. Don't understand how this works...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🆕 New
Development

No branches or pull requests

4 participants