Dear Joplin users,
I'm trying to sync my Joplin data to an IPv6 only sync target and Joplin alwasy takes the IPv4 information out of the DNS record.
My setup: portable Joplin v 2.9.17 on a windows 10 22H2 x64 system; the sync target is a Nextcloud 24.0.3 instance on a Ubuntu 20.0.4 LTS server with php 8.1.
As my provider changed to Deutsche Glasfaser who doesn't provide an IPv4 address I had to move my cloud to IPv6 - until that moment syncing to Nextcloud ran smooth since years.
When I now check the sync settings the system reports
Fehler. Bitte überprüfe, ob die URL, der Benutzername, das Passwort usw. korrekt sind und dass das Synchronisationsziel erreichbar ist. Fehlermeldung:
request to https://wicloud.sytes.net/remote.php/webdav/Joplin_Wo/ failed, reason: connect ETIMEDOUT 100.85.45.18:443 (Code ETIMEDOUT)
(Please check if the URL, the user name, the password etc. are correct and that the sync target is reachable.
Error message: request ...).
When I'm trying to run a synchronisation the systemn tells me "completed: 21.02.2023 07:27 (106s)", but nothing is synced.
Both on my iPad (iPadOS 16.2) and my android phone (Android 13) the sync runs correct - so the target itself should be working correct.
I found the discussion " Joplin sync failure on IPv6 only networks. #6717 " (Joplin sync failure on IPv6 only networks. · Issue #6717 · laurent22/joplin · GitHub ) ... but it says more or less this is an upstream error of node.js.
Does anybody know if there is a way to get Joplin syncing to an IPv6 system at the moment and how to achieve it?
Thank you very much for information!
Yours
Wolfgang
tessus
24 February 2023 23:00
2
I am confused. If it is IPv6 only, why does DNS return an A record?
e.g. I cannot even connect to https://wicloud.sytes.net/
via my web browser. IMO this is an admin issue on their side.
Dear Helmut,
yes – since the transition to Deutsche Glasfaser it is a IPv6 only site …
The A record from DNS results from NOIP – I cannot enter a AAAA record without an A record; the A record is simply the one my FRITZ!Box gives.
Do you have IPv6 on your computer?
I experienced from my office at the university that I cannot even connect to my nextcloud Landing page when my PC has not an IPv6 address. With an IPv6 address I reach the Landing page of my cloud, but not the sync target of Joplin.
Over my cell phone I can sync with Joplin using mobile data, not WiFi … therefore I think my nextcloud and my Joplin instance is configured correctly.
When I try to enter the IPv6 address of my Cloud (not the DNS Name in Joplin (either with […] or without the brackets the sync target cannot be reached.
Yours
Dr. Wolfgang Wirth
tessus
25 February 2023 19:00
4
Ok, you are running the server in your home network. I thought it would be in a DC.
I am not using IPv6 at home. My ISP did not use IPv6 for the longest time and I deactivated everything IPv6 (even on a kernel basis on my Linux VMs). Thus my home network is entirely IPv4.
I believe that the ISP now supports IPv6, but I would have to verify this and change my settings on my VPN/router which is an OPNsense box (the cable modem is in bridged mode and connected to it).
Currently I only request an IPv4 address.
I experienced from my office at the university that I cannot even connect to my nextcloud Landing page when my PC has not an IPv6 address.
Hmm, isn't there a bridge between IPv4 and IPv6, irrc it's called NAT64.
With an IPv6 address I reach the Landing page of my cloud, but not the sync target of Joplin.
With a browser you can reach one but not the other? Or do you mran Joplin cannot connect to the sync target?
Over my cell phone I can sync with Joplin using mobile data, not WiFi … therefore I think my nextcloud and my Joplin instance is configured correctly.
Yes, this makes sense somehow and I think confirms that this is a nodejs issue.
On mobile the OS stack is used for communication (which also explains why the connections are h2), while on desktop the connections are made via a nodejs module.
This module can't do h2, and apparently also has issues with IPv6.
In this case I believe we are out of luck unless the module supports IPv6.
Please open a new issue in github for tracking purposes (you can also call it Joplin sync failure on IPv6 only networks
) and I will label it accordingly, so that it is not closed by the bot.
But since this is most likely an upstream issue, I am not sure what we can do. But werespective module.
Ok, then I think it’s clear that you will not reach my nextcloud - seems to be the same problem I had at the university as long my PC there was configured to use IPv4 only.
No, with a browser I can reach the cloud and use it; I also can use the Nextcloud sync client which is able to connect over IPv6 with my cloud.
As far as I see it is only Joplin sync which refuses to use the IPv6 address - in the error message Joplin states not to be able to reach the cloud over the IPv4 (!) address.
I’m going to open a GitHub issue … we’re gonna see what happens
Thanks for your help !
Wolfgang
tessus
25 February 2023 20:38
6
Yes, this also pretty much points to an issue with the request module.
Let me know when you have created the issue. Cheers.
Good morning,
I created the issue now – hope everything’s correct
Wolfgang
1 Like
tessus
27 February 2023 00:24
8
Thanks, looks good. For reference:
opened 08:25AM - 26 Feb 23 UTC
bug
desktop
upstream
sync
medium
<!--
Please provide a clear and concise description of what the bug is. (In t… he section Steps To Reproduce.)
Include screenshots for UI problems if needed.
DO NOT create screenshots of text !!! Copy and paste the text into a code block.
Please test using the latest Joplin release to make sure your issue has not already been fixed.
-->
<!--
IMPORTANT: If you are reporting a clipper bug, please include an example URL that shows the issue.
Without the URL the issue is likely to be closed.
-->
## Environment
Joplin version: 2.9.17
Platform: Standard PC Fujitsu Esprimo P958, 16 GB RAM
OS specifics: Windows 10 64 bit 22H2 Build 19045.2486
<!--
Platform can be one of: macOS, Linux, Windows, Android, iOS, terminal (or a combination)
OS specifics: e.g. OS version, Linux distribution, Android/iOS version...
-->
## Steps to reproduce
1. Open Joplin application
2. Go to tools > options > configuration > synchronization
3. Configure sync target
4. Check sync configuration
<!--
Issues without reproduction steps are likely to stall.
-->
## Describe what you expected to happen
Joplin should give me the information that the sync target is o.k. and reachable
## What happens
Joplin throws an error:
```
Fehler. Bitte überprüfe, ob die URL, der Benutzername, das Passwort usw. korrekt sind und dass das Synchronisationsziel erreichbar ist. Fehlermeldung:
request to https://wicloud.sytes.net/remote.php/webdav/Joplin_Wo/ failed, reason: connect ETIMEDOUT 100.85.45.18:443 (Code ETIMEDOUT)
```
```
Error. Please check if the URL, the username, the password etc. are correct and the sync target is reachable.
Error message:
request to https://wicloud.sytes.net/remote.php/webdav/Joplin_Wo/ failed, reason: connect ETIMEDOUT 100.85.45.18:443 (Code ETIMEDOUT)
```
## Logfile
<!--
Please attach a debug log. Issues without a debug log are likely to stall.
For information on how to collect a log file: https://joplinapp.org/debugging/
-->
```
2023-02-26 09:22:53: App: "Profile directory: r:/joplin/Profile_Wo"
2023-02-26 09:22:53: App: "Root profile directory: r:/joplin/Profile_Wo"
2023-02-26 09:22:53: "Database was open successfully"
2023-02-26 09:22:53: "Checking for database schema update..."
2023-02-26 09:22:53: "Current database version", "{"version":41,"table_fields_version":41}"
2023-02-26 09:22:53: "Upgrading database from version 41"
2023-02-26 09:22:53: "New version: 41. Previously recorded version: 41"
2023-02-26 09:22:53: "KeychainService: checking if keychain supported"
2023-02-26 09:22:53: "KeychainService: check was already done - skipping. Supported:", "0"
2023-02-26 09:22:53: e2ee/utils: "Master password is not set - trying to get it from the active master key..."
2023-02-26 09:22:53: handleSyncStartupOperation: "Processing operation:", "0"
2023-02-26 09:22:53: App: "Client ID: 2ba32a227869489b95483ceba161852f"
2023-02-26 09:22:53: models/Setting: "Applying default migrations..."
2023-02-26 09:22:53: e2ee/utils: "Trying to load 0 master keys..."
2023-02-26 09:22:53: e2ee/utils: "Loaded master keys: 0"
2023-02-26 09:22:53: "ResourceFetcher: Auto-add resources: Mode: always"
2023-02-26 09:22:53: "ResourceFetcher: Auto-added resources: 0"
2023-02-26 09:22:53: App: ""syncInfoCache" was changed - setting up encryption related code"
2023-02-26 09:22:53: e2ee/utils: "Trying to load 0 master keys..."
2023-02-26 09:22:53: e2ee/utils: "Loaded master keys: 0"
2023-02-26 09:22:53: App: ""syncInfoCache" was changed - setting up encryption related code"
2023-02-26 09:22:53: e2ee/utils: "Trying to load 0 master keys..."
2023-02-26 09:22:53: e2ee/utils: "Loaded master keys: 0"
2023-02-26 09:22:53: App: ""syncInfoCache" was changed - setting up encryption related code"
2023-02-26 09:22:53: e2ee/utils: "Trying to load 0 master keys..."
2023-02-26 09:22:53: e2ee/utils: "Loaded master keys: 0"
2023-02-26 09:22:53: "app.start: doing regular boot"
2023-02-26 09:22:53: App: ""syncInfoCache" was changed - setting up encryption related code"
2023-02-26 09:22:53: e2ee/utils: "Trying to load 0 master keys..."
2023-02-26 09:22:53: e2ee/utils: "Loaded master keys: 0"
2023-02-26 09:22:53: App: ""syncInfoCache" was changed - setting up encryption related code"
2023-02-26 09:22:53: e2ee/utils: "Trying to load 0 master keys..."
2023-02-26 09:22:53: e2ee/utils: "Loaded master keys: 0"
2023-02-26 09:22:53: App: ""syncInfoCache" was changed - setting up encryption related code"
2023-02-26 09:22:53: e2ee/utils: "Trying to load 0 master keys..."
2023-02-26 09:22:53: e2ee/utils: "Loaded master keys: 0"
2023-02-26 09:22:53: RevisionService: "runInBackground: Starting background service with revision collection interval 600000"
2023-02-26 09:22:53: defaultPluginsUtils: "Could not find default plugins' directory: C:\Users\iwpa00\AppData\Local\Temp\2HZj4IZBHeRUj6rf0zpEM8QxyJ5\resources\build\defaultPlugins - skipping installation."
2023-02-26 09:22:53: PluginService: "Loading plugin from r:/joplin/Profile_Wo/cache/com.coderrsid.pasteSpecial"
2023-02-26 09:22:53: PluginService: "Loading plugin from r:/joplin/Profile_Wo/cache/com.hieuthi.joplin.markdown-table-sortable"
2023-02-26 09:22:53: PluginService: "Loading plugin from r:/joplin/Profile_Wo/cache/com.joplin.copy.codeBlocks"
2023-02-26 09:22:53: PluginService: "Loading plugin from r:/joplin/Profile_Wo/cache/com.joshthor.export"
2023-02-26 09:22:53: PluginService: "Loading plugin from r:/joplin/Profile_Wo/cache/com.whatever.quick-links"
2023-02-26 09:22:53: PluginService: "Loading plugin from r:/joplin/Profile_Wo/cache/cx.evermeet.tessus.menu-shortcut-toolbar"
2023-02-26 09:22:53: PluginService: "Loading plugin from r:/joplin/Profile_Wo/cache/de.habelt.CsvImport"
2023-02-26 09:22:53: PluginService: "Loading plugin from r:/joplin/Profile_Wo/cache/io.github.daeraxa.match-highlight"
2023-02-26 09:22:54: PluginService: "Loading plugin from r:/joplin/Profile_Wo/cache/io.github.jackgruber.backup"
2023-02-26 09:22:54: PluginService: "Loading plugin from r:/joplin/Profile_Wo/cache/io.github.jackgruber.note-overview"
2023-02-26 09:22:54: PluginService: "Loading plugin from r:/joplin/Profile_Wo/cache/joplin-insert-date"
2023-02-26 09:22:54: PluginService: "Loading plugin from r:/joplin/Profile_Wo/cache/joplin-plugin-conflict-resolution"
2023-02-26 09:22:54: PluginService: "Loading plugin from r:/joplin/Profile_Wo/cache/joplin-plugin-dddot"
2023-02-26 09:22:54: PluginService: "Loading plugin from r:/joplin/Profile_Wo/cache/joplin-plugin-note-encryption"
2023-02-26 09:22:54: PluginService: "Loading plugin from r:/joplin/Profile_Wo/cache/joplin-plugin-search-and-replace"
2023-02-26 09:22:54: PluginService: "Loading plugin from r:/joplin/Profile_Wo/cache/joplin.plugin.MultiMarkdownTableTools"
2023-02-26 09:22:54: PluginService: "Loading plugin from r:/joplin/Profile_Wo/cache/joplin.plugin.ambrt.fold-cm"
2023-02-26 09:22:54: PluginService: "Not running disabled plugin: "joplin.plugin.ambrt.fold-cm""
2023-02-26 09:22:54: PluginService: "Loading plugin from r:/joplin/Profile_Wo/cache/joplin.plugin.cmoptions"
2023-02-26 09:22:54: PluginService: "Loading plugin from r:/joplin/Profile_Wo/cache/joplin.plugin.remoods.theme"
2023-02-26 09:22:54: PluginService: "Not running disabled plugin: "joplin.plugin.remoods.theme""
2023-02-26 09:22:54: PluginService: "Loading plugin from r:/joplin/Profile_Wo/cache/net.rmusin.joplin-table-formatter"
2023-02-26 09:22:54: "DecryptionWorker: cannot start because no master key is currently loaded."
2023-02-26 09:22:54: PluginService: "Loading plugin from r:/joplin/Profile_Wo/cache/org.joplinapp.plugins.ToggleSidebars"
2023-02-26 09:22:54: joplin.plugins: "Starting plugin: com.joplin.copy.codeBlocks"
2023-02-26 09:22:54: joplin.plugins: "Finished running onStart handler: com.joplin.copy.codeBlocks (Took 18ms)"
2023-02-26 09:22:54: PluginService: "Loading plugin from r:/joplin/Profile_Wo/cache/plugin.calebjohn.rich-markdown"
2023-02-26 09:22:54: PluginService: "Loading plugin from r:/joplin/Profile_Wo/cache/plugin.calebjohn.todo"
2023-02-26 09:22:54: PluginService: "Loading plugin from r:/joplin/Profile_Wo/cache/ylc395.betterMarkdownViewer"
2023-02-26 09:22:54: "Preparing scheduled sync"
2023-02-26 09:22:54: "Starting scheduled sync"
2023-02-26 09:22:54: Synchronizer: "Sync: starting: Starting synchronisation to target 5... supportsAccurateTimestamp = false; supportsMultiPut = false [1677399774731]"
2023-02-26 09:22:54: Synchronizer: "Indexing resources..."
2023-02-26 09:22:54: "ResourceService::indexNoteResources: Start"
2023-02-26 09:22:54: joplin.plugins: "Starting plugin: com.hieuthi.joplin.markdown-table-sortable"
2023-02-26 09:22:54: joplin.plugins: "Starting plugin: com.whatever.quick-links"
2023-02-26 09:22:54: SpellCheckerServiceDriverNative: "Set effective languages to "de""
2023-02-26 09:22:56: joplin.plugins: "Starting plugin: com.joshthor.export"
2023-02-26 09:22:56: joplin.plugins: "Starting plugin: io.github.jackgruber.backup"
2023-02-26 09:22:56: joplin.plugins: "Starting plugin: cx.evermeet.tessus.menu-shortcut-toolbar"
2023-02-26 09:22:56: joplin.plugins: "Starting plugin: de.habelt.CsvImport"
2023-02-26 09:22:56: joplin.plugins: "Starting plugin: com.coderrsid.pasteSpecial"
2023-02-26 09:22:56: joplin.plugins: "Starting plugin: io.github.jackgruber.note-overview"
2023-02-26 09:22:56: joplin.plugins: "Starting plugin: joplin-plugin-dddot"
2023-02-26 09:22:56: joplin.plugins: "Starting plugin: joplin-insert-date"
2023-02-26 09:22:56: joplin.plugins: "Starting plugin: joplin-plugin-conflict-resolution"
2023-02-26 09:22:56: joplin.plugins: "Starting plugin: joplin.plugin.MultiMarkdownTableTools"
2023-02-26 09:22:56: joplin.plugins: "Starting plugin: net.rmusin.joplin-table-formatter"
2023-02-26 09:22:56: joplin.plugins: "Starting plugin: joplin-plugin-search-and-replace"
2023-02-26 09:22:56: joplin.plugins: "Starting plugin: joplin-plugin-note-encryption"
2023-02-26 09:22:56: joplin.plugins: "Starting plugin: org.joplinapp.plugins.ToggleSidebars"
2023-02-26 09:22:56: joplin.plugins: "Starting plugin: plugin.calebjohn.rich-markdown"
2023-02-26 09:22:56: joplin.plugins: "Starting plugin: joplin.plugin.cmoptions"
2023-02-26 09:22:56: joplin.plugins: "Starting plugin: ylc395.betterMarkdownViewer"
2023-02-26 09:22:56: joplin.plugins: "Starting plugin: plugin.calebjohn.todo"
2023-02-26 09:22:56: joplin.plugins: "Starting plugin: io.github.daeraxa.match-highlight"
2023-02-26 09:22:57: joplin.plugins: "Finished running onStart handler: net.rmusin.joplin-table-formatter (Took 872ms)"
2023-02-26 09:22:58: RevisionService: "maintenance: Starting..."
2023-02-26 09:22:58: RevisionService: "maintenance: Service is enabled"
2023-02-26 09:22:58: joplin.plugins: "Finished running onStart handler: io.github.daeraxa.match-highlight (Took 2271ms)"
2023-02-26 09:22:58: joplin.plugins: "Finished running onStart handler: com.hieuthi.joplin.markdown-table-sortable (Took 3926ms)"
2023-02-26 09:22:58: joplin.plugins: "Finished running onStart handler: org.joplinapp.plugins.ToggleSidebars (Took 2491ms)"
2023-02-26 09:22:59: checkForUpdates: "Starting..."
2023-02-26 09:22:59: checkForUpdates: "Checking with options {"includePreReleases":false}"
2023-02-26 09:22:59: joplin.plugins: "Finished running onStart handler: de.habelt.CsvImport (Took 2780ms)"
2023-02-26 09:22:59: joplin.plugins: "Finished running onStart handler: joplin-insert-date (Took 2779ms)"
2023-02-26 09:22:59: joplin.plugins: "Uncaught exception in plugin "com.coderrsid.pasteSpecial":", "Error: Der Beschleuniger „Cmd+Shift+V“ ist nicht gültig.
Error: Der Beschleuniger „Cmd+Shift+V“ ist nicht gültig.
at KeymapService.validateAccelerator (C:\Users\iwpa00\AppData\Local\Temp\2HZj4IZBHeRUj6rf0zpEM8QxyJ5\resources\app.asar\node_modules\@joplin\lib\services\KeymapService.js:336:19)
at KeymapService.registerCommandAccelerator (C:\Users\iwpa00\AppData\Local\Temp\2HZj4IZBHeRUj6rf0zpEM8QxyJ5\resources\app.asar\node_modules\@joplin\lib\services\KeymapService.js:207:18)
at JoplinViewsMenus.registerCommandAccelerators (C:\Users\iwpa00\AppData\Local\Temp\2HZj4IZBHeRUj6rf0zpEM8QxyJ5\resources\app.asar\node_modules\@joplin\lib\services\plugins\api\JoplinViewsMenus.js:29:52)
at JoplinViewsMenus.<anonymous> (C:\Users\iwpa00\AppData\Local\Temp\2HZj4IZBHeRUj6rf0zpEM8QxyJ5\resources\app.asar\node_modules\@joplin\lib\services\plugins\api\JoplinViewsMenus.js:52:18)
at Generator.next (<anonymous>)
at C:\Users\iwpa00\AppData\Local\Temp\2HZj4IZBHeRUj6rf0zpEM8QxyJ5\resources\app.asar\node_modules\@joplin\lib\services\plugins\api\JoplinViewsMenus.js:8:71
at new Promise (<anonymous>)
at __awaiter (C:\Users\iwpa00\AppData\Local\Temp\2HZj4IZBHeRUj6rf0zpEM8QxyJ5\resources\app.asar\node_modules\@joplin\lib\services\plugins\api\JoplinViewsMenus.js:4:12)
at JoplinViewsMenus.create (C:\Users\iwpa00\AppData\Local\Temp\2HZj4IZBHeRUj6rf0zpEM8QxyJ5\resources\app.asar\node_modules\@joplin\lib\services\plugins\api\JoplinViewsMenus.js:41:16)
at Object.<anonymous> (C:\Users\iwpa00\AppData\Local\Temp\2HZj4IZBHeRUj6rf0zpEM8QxyJ5\resources\app.asar\node_modules\@joplin\lib\services\plugins\utils\executeSandboxCall.js:50:19)"
2023-02-26 09:22:59: joplin.plugins: "Finished running onStart handler: com.coderrsid.pasteSpecial (Took 2815ms)"
2023-02-26 09:22:59: "ResourceService::indexNoteResources: Completed"
2023-02-26 09:23:02: Plugin: "onContentScriptMessage: No such content script: CMOptions"
2023-02-26 09:23:02: joplin.plugins: "Finished running onStart handler: ylc395.betterMarkdownViewer (Took 6266ms)"
2023-02-26 09:23:02: Plugin: "onContentScriptMessage: No such content script: SearchAndReplace"
2023-02-26 09:23:03: joplin.plugins: "Finished running onStart handler: joplin.plugin.cmoptions (Took 6748ms)"
2023-02-26 09:23:03: joplin.plugins: "Finished running onStart handler: com.whatever.quick-links (Took 8461ms)"
2023-02-26 09:23:03: "SearchEngine: Updating FTS table..."
2023-02-26 09:23:03: joplin.plugins: "Finished running onStart handler: joplin-plugin-search-and-replace (Took 7331ms)"
2023-02-26 09:23:04: joplin.plugins: "Finished running onStart handler: joplin-plugin-conflict-resolution (Took 7891ms)"
2023-02-26 09:23:04: "SearchEngine: Updated FTS table in 355ms. Inserted: 0. Deleted: 0"
2023-02-26 09:23:04: joplin.plugins: "Finished running onStart handler: com.joshthor.export (Took 7914ms)"
2023-02-26 09:23:04: joplin.plugins: "Finished running onStart handler: joplin-plugin-note-encryption (Took 8433ms)"
2023-02-26 09:23:06: joplin.plugins: "Finished running onStart handler: cx.evermeet.tessus.menu-shortcut-toolbar (Took 10297ms)"
2023-02-26 09:23:07: joplin.plugins: "Finished running onStart handler: plugin.calebjohn.todo (Took 11201ms)"
2023-02-26 09:23:07: joplin.plugins: "Finished running onStart handler: plugin.calebjohn.rich-markdown (Took 11250ms)"
2023-02-26 09:23:07: joplin.plugins: "Finished running onStart handler: io.github.jackgruber.note-overview (Took 11253ms)"
2023-02-26 09:23:09: checkForUpdates: "Current version: 2.9.17"
2023-02-26 09:23:09: checkForUpdates: "Latest version: 2.9.17"
2023-02-26 09:23:09: checkForUpdates: "Is Pre-release:", "false"
2023-02-26 09:23:09: checkForUpdates: "Done."
2023-02-26 09:23:10: "Cannot respond to message because target is gone", "{"responseId":"noteViewer_16773997890290.2618487970678727","response":1,"error":null}"
2023-02-26 09:23:10: Plugin: "onContentScriptMessage: No such content script: MultiMarkdownTableTools"
2023-02-26 09:23:10: RepositoryApi: "findWorkingMirror: Using: https://raw.githubusercontent.com/joplin/plugins/master"
2023-02-26 09:23:10: joplin.plugins: "Finished running onStart handler: joplin-plugin-dddot (Took 14554ms)"
2023-02-26 09:23:10: joplin.plugins: "Finished running onStart handler: joplin.plugin.MultiMarkdownTableTools (Took 14563ms)"
2023-02-26 09:23:10: joplin.plugins: "Finished running onStart handler: io.github.jackgruber.backup (Took 14583ms)"
2023-02-26 09:23:11: RevisionService: "collectRevisions: Created revisions for 5 notes"
2023-02-26 09:23:11: RevisionService: "maintenance: Done in 12945ms"
2023-02-26 09:23:23: "ResourceService::indexNoteResources: Start"
2023-02-26 09:23:23: "ResourceService::indexNoteResources: Completed"
2023-02-26 09:23:23: "ResourceService::deleteOrphanResources:", "[]"
2023-02-26 09:24:48: Synchronizer: "FetchError: request to https://wicloud.sytes.net/remote.php/webdav/Joplin_Wo/info.json failed, reason: connect ETIMEDOUT 100.85.45.18:443
Code: ETIMEDOUT
FetchError: request to https://wicloud.sytes.net/remote.php/webdav/Joplin_Wo/info.json failed, reason: connect ETIMEDOUT 100.85.45.18:443
at ClientRequest.<anonymous> (C:\Users\iwpa00\AppData\Local\Temp\2HZj4IZBHeRUj6rf0zpEM8QxyJ5\resources\app.asar\node_modules\@joplin\lib\node_modules\node-fetch\index.js:133:11)
at ClientRequest.emit (node:events:526:28)
at TLSSocket.socketErrorListener (node:_http_client:442:9)
at TLSSocket.emit (node:events:526:28)
at emitErrorNT (node:internal/streams/destroy:157:8)
at emitErrorCloseNT (node:internal/streams/destroy:122:3)
at process.processTicksAndRejections (node:internal/process/task_queues:83:21)"
2023-02-26 09:24:48: Synchronizer: "Sync: finished: Synchronisation finished [1677399774731]"
2023-02-26 09:24:48: Synchronizer: "Operations completed: "
2023-02-26 09:24:48: Synchronizer: "Total folders: 564"
2023-02-26 09:24:48: Synchronizer: "Total notes: 5027"
2023-02-26 09:24:48: Synchronizer: "Total resources: 13101"
2023-02-26 09:24:48: "Updating all notifications..."
2023-02-26 09:24:48: "Garbage collecting alarms..."
2023-02-26 09:24:49: "DecryptionWorker: cannot start because no master key is currently loaded."
2023-02-26 09:24:58: "SearchEngine: Updating FTS table..."
2023-02-26 09:24:58: "SearchEngine: Updated FTS table in 236ms. Inserted: 3. Deleted: 0"
```
system
Closed
29 March 2023 00:25
9
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.