How to retrieve original notes from NAS Docker #2663
Unanswered
ambitiouscat
asked this question in
Q&A
Replies: 1 comment
-
The errors make it look like there's an error in the synchronization config but that has nothing to do with password. You can configure the application to not require authentication - see https://github.com/zadam/trilium/wiki/Server-installation#disable-authentication Then you can access the application even without password and can export the notes to ZIP with HTML or you can reset the password: If you have some protected notes then these won't be readable without a password. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Now I cannot synchronize the original notes on the client of the computer, because I am always reminded that my account number or password is wrong, but I am sure THAT I have not made a wrong account password. What should I do? Can I retrieve the account password? Or get a copy of my notes directly from the server.
The following is the error LOG displayed after I LOG in! Somebody tell me why this is happening!
2022-02-16T07:01:45.851455326Z 200 POST /api/login/sync took 2ms
2022-02-16T07:01:45.985082519Z sync failed: Sync server has source ID FOoHf75nEOER which is also local. This usually happens when the sync client is (mis)configured to sync with itself (URL points back to client) instead of the correct sync server.
2022-02-16T07:01:45.985147122Z stack: Error: Sync server has source ID FOoHf75nEOER which is also local. This usually happens when the sync client is (mis)configured to sync with itself (URL points back to client) instead of the correct sync server.
2022-02-16T07:01:45.985158698Z at doLogin (/usr/src/app/src/services/sync.js:104:15)
2022-02-16T07:01:45.985199027Z at processTicksAndRejections (internal/process/task_queues.js:97:5)
2022-02-16T07:01:45.985213901Z at async login (/usr/src/app/src/services/sync.js:87:12)
2022-02-16T07:01:45.985227580Z at async /usr/src/app/src/services/sync.js:35:37
2022-02-16T07:01:45.985238903Z at async Object.doExclusively (/usr/src/app/src/services/sync_mutex.js:13:16)
2022-02-16T07:01:45.985264116Z at async sync (/usr/src/app/src/services/sync.js:27:16)
2022-02-16T07:02:20.726470339Z Slow 200 POST /login took 102ms
2022-02-16T07:02:45.808508009Z 200 GET /api/setup/status took 1ms
2022-02-16T07:02:45.954752817Z 200 POST /api/login/sync took 3ms
2022-02-16T07:02:46.084795562Z sync failed: Sync server has source ID FOoHf75nEOER which is also local. This usually happens when the sync client is (mis)configured to sync with itself (URL points back to client) instead of the correct sync server.
2022-02-16T07:02:46.084834819Z stack: Error: Sync server has source ID FOoHf75nEOER which is also local. This usually happens when the sync client is (mis)configured to sync with itself (URL points back to client) instead of the correct sync server.
2022-02-16T07:02:46.084864816Z at doLogin (/usr/src/app/src/services/sync.js:104:15)
2022-02-16T07:02:46.084875296Z at runMicrotasks ()
2022-02-16T07:02:46.084884512Z at processTicksAndRejections (internal/process/task_queues.js:97:5)
2022-02-16T07:02:46.084896116Z at async login (/usr/src/app/src/services/sync.js:87:12)
2022-02-16T07:02:46.084908147Z at async /usr/src/app/src/services/sync.js:35:37
2022-02-16T07:02:46.084919595Z at async Object.doExclusively (/usr/src/app/src/services/sync_mutex.js:13:16)
2022-02-16T07:02:46.084929318Z at async sync (/usr/src/app/src/services/sync.js:27:16)
2022-02-16T07:03:15.233933570Z Slow 200 POST /login took 100ms
2022-02-16T07:03:40.927323371Z 200 POST /login took 1ms
2022-02-16T07:03:45.778855033Z 200 GET /api/setup/status took 2ms
2022-02-16T07:03:45.898852240Z 200 POST /api/login/sync took 1ms
2022-02-16T07:03:46.014310028Z sync failed: Sync server has source ID FOoHf75nEOER which is also local. This usually happens when the sync client is (mis)configured to sync with itself (URL points back to client) instead of the correct sync server.
2022-02-16T07:03:46.014358683Z stack: Error: Sync server has source ID FOoHf75nEOER which is also local. This usually happens when the sync client is (mis)configured to sync with itself (URL points back to client) instead of the correct sync server.
2022-02-16T07:03:46.014370452Z at doLogin (/usr/src/app/src/services/sync.js:104:15)
2022-02-16T07:03:46.014398376Z at runMicrotasks ()
2022-02-16T07:03:46.014409743Z at processTicksAndRejections (internal/process/task_queues.js:97:5)
2022-02-16T07:03:46.014426005Z at async login (/usr/src/app/src/services/sync.js:87:12)
2022-02-16T07:03:46.014434440Z at async /usr/src/app/src/services/sync.js:35:37
2022-02-16T07:03:46.014442576Z at async Object.doExclusively (/usr/src/app/src/services/sync_mutex.js:13:16)
2022-02-16T07:03:46.014450529Z at async sync (/usr/src/app/src/services/sync.js:27:16)
Beta Was this translation helpful? Give feedback.
All reactions