mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-29 07:46:00 -05:00
Todoist returns opaque identifiers instead of urls in file_url for attachments it does not host itself (mail attachments for example). Passing those to the http client failed with "unsupported protocol scheme" and aborted the entire migration. Skip attachments without an http(s) url and log-and-continue when a single download fails instead of failing the whole migration.