Skip to content

Commit fc5e668

Browse files
Add NextcloudHttpRequestFailedException to FAQ
1 parent b8049a0 commit fc5e668

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

FAQ.md

+16
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- [I have experienced an error](https://github.com/stefan-niedermann/nextcloud-notes/blob/master/FAQ.md#i-have-experienced-an-error)
55
- [`NextcloudApiNotRespondingException`](https://github.com/stefan-niedermann/nextcloud-notes/blob/master/FAQ.md#nextcloudapinotrespondingexception)
66
- [`UnknownErrorException: Read timed out`](https://github.com/stefan-niedermann/nextcloud-notes/blob/master/FAQ.md#unknownerrorexception-read-timed-out)
7+
- [`NextcloudHttpRequestFailedException`](https://github.com/stefan-niedermann/nextcloud-notes/blob/master/FAQ.md#nextcloudhttprequestfailedexception)
78
- [`IllegalStateException: Duplicate key`](https://github.com/stefan-niedermann/nextcloud-notes/blob/master/FAQ.md#illegalstateexception-duplicate-key)
89
- [`NextcloudFilesAppAccountNotFoundException`](https://github.com/stefan-niedermann/nextcloud-notes/blob/master/FAQ.md#nextcloudfilesappaccountnotfoundexception)
910
- [`TokenMismatchException`](https://github.com/stefan-niedermann/nextcloud-notes/blob/master/FAQ.md#tokenmismatchexception)
@@ -53,6 +54,21 @@ If you are using an older version, you can as a workaround for the first import
5354
2. import your account on your smartphone
5455
3. put your notes back to the original folder step by step and sync everytime you put some notes back
5556

57+
### `NextcloudHttpRequestFailedException`
58+
59+
#### `HTTP status-code: 301`
60+
61+
This issue can happen in case of a complex inconsistent state between the Notes Android app, the Single Sign On library, the Nextcloud Android app and your Nextcloud instance. Please try to remove your account from *both*, Notes Android *and* Nextcloud Android and readd it again [as described in the `workarounds` section](https://github.com/stefan-niedermann/nextcloud-notes/blob/master/FAQ.md#workarounds). If the issue persists, please report especially any changes on your server side environment: Did you change your domain or IP address of your Nextcloud server? Did you change something about your user account or en- / disabled multi factor authentication (2FA / MFA)? Did you remove your account (only) from the Nextcloud Android app?
62+
63+
#### `HTTP status-code: 302`
64+
65+
As clearly described in the description of the app, [one of the requirements](https://github.com/stefan-niedermann/nextcloud-notes#link-requirements) is to have installed the [`Notes`](https://apps.nextcloud.com/apps/notes) app on your server. This means:
66+
- **not** [`Quick notes`](https://apps.nextcloud.com/apps/quicknotes)
67+
- **not** [`Carnet`](https://apps.nextcloud.com/apps/carnet)
68+
- **not** `SimpleNote`, `NextNotes`, `Joplin` nor any other app.
69+
70+
Only the [`Notes`](https://apps.nextcloud.com/apps/notes) app is supported by the Notes Android app. Granted, detecting a missing installation of the `Notes` app should be more seamlessly - [we are aware of it](https://github.com/stefan-niedermann/nextcloud-notes/issues/1475) and will try to enhance the detection.
71+
5672
### `IllegalStateException: Duplicate key`
5773

5874
This is issue was caused by a bug which was present in the Notes Android app between `3.4.0` and `3.4.10`. It has been fixed in `3.4.11`, though it created a corrupt database state which is not recoverable automatically without data loss. It is therefore required to [clear the storage of the Notes Android app](https://github.com/stefan-niedermann/nextcloud-notes/blob/master/FAQ.md#workarounds) and import your account again from scratch. Make sure to backup unsynchronized changes before doing this.

0 commit comments

Comments
 (0)