Todoist migration: Buckets #218

Closed
opened 2025-11-01 20:51:07 -05:00 by GiteaMirror · 22 comments
Owner

Originally created by @GuyFoetz on GitHub (Apr 24, 2024).

Description

While importing some todoist projects, the Buckets are all created, but the Tasks are all put into the last created Bucket and not the corresponding bucket.

Vikunja Version

0.23.0

Browser and version

No response

Can you reproduce the bug on the Vikunja demo site?

No

Screenshots

No response

Originally created by @GuyFoetz on GitHub (Apr 24, 2024). ### Description While importing some todoist projects, the Buckets are all created, but the Tasks are all put into the last created Bucket and not the corresponding bucket. ### Vikunja Version 0.23.0 ### Browser and version _No response_ ### Can you reproduce the bug on the Vikunja demo site? No ### Screenshots _No response_
GiteaMirror added the needs reproduction label 2025-11-01 20:51:07 -05:00
Author
Owner

@kolaente commented on GitHub (Apr 24, 2024):

Is this still a problem in the latest unstable build?

@kolaente commented on GitHub (Apr 24, 2024): Is this still a problem in the latest unstable build?
Author
Owner

@GuyFoetz commented on GitHub (Apr 24, 2024):

switched to unstable docker build and tried the migration again.

Result:
just 1 bucket is created, with all the tasks in it, maybe the others are automatically deleted as they are empty? as the bucket id is the same as before

@GuyFoetz commented on GitHub (Apr 24, 2024): switched to unstable docker build and tried the migration again. Result: just 1 bucket is created, with all the tasks in it, maybe the others are automatically deleted as they are empty? as the bucket id is the same as before
Author
Owner

@kolaente commented on GitHub (Apr 25, 2024):

This sounds like a bug. I'll take a look.

@kolaente commented on GitHub (Apr 25, 2024): This sounds like a bug. I'll take a look.
Author
Owner

@kolaente commented on GitHub (Jun 4, 2024):

Fixed in c17e4564e7, please check with the next unstable build (should be ready for deployment in ~45min, also on try).

@kolaente commented on GitHub (Jun 4, 2024): Fixed in https://github.com/go-vikunja/vikunja/commit/c17e4564e750d5a5ad0a2cced4ed6ba50820d226, please check with the next unstable build (should be ready for deployment in ~45min, also on [try](https://try.vikunja.io)).
Author
Owner

@GuyFoetz commented on GitHub (Oct 22, 2024):

Hi, sorry for the extreme delay.

I tested the import again (Version: v0.24.1-339-5f5d93dfa0), it works better but still get an error:

2024-10-22T10:22:42+02:00: ERROR ▶ 11a4 [creating structure] Error while creating structure: Bucket does not exist [BucketID: 12] 2024-10-22T10:22:42+02:00: ERROR ▶ 11a5 [Migration] Migration 1 from todoist for user 1 failed. Error was: Bucket does not exist [BucketID: 12]

I have 2 Projects in Todoist, 1 is Imported properly with all the buckets.
The other stops importing the tasks with the error mentioned and it has 1 bucket twice what is strange.

Let me know if you need more logs :)

Regards,

Guy

@GuyFoetz commented on GitHub (Oct 22, 2024): Hi, sorry for the extreme delay. I tested the import again (Version: v0.24.1-339-5f5d93dfa0), it works better but still get an error: `2024-10-22T10:22:42+02:00: ERROR ▶ 11a4 [creating structure] Error while creating structure: Bucket does not exist [BucketID: 12] 2024-10-22T10:22:42+02:00: ERROR ▶ 11a5 [Migration] Migration 1 from todoist for user 1 failed. Error was: Bucket does not exist [BucketID: 12] ` I have 2 Projects in Todoist, 1 is Imported properly with all the buckets. The other stops importing the tasks with the error mentioned and it has 1 bucket twice what is strange. Let me know if you need more logs :) Regards, Guy
Author
Owner

@kolaente commented on GitHub (Oct 28, 2024):

Can you enable debug logging to see what happens before the error? That would help narrow it down.

@kolaente commented on GitHub (Oct 28, 2024): Can you enable debug logging to see what happens before the error? That would help narrow it down.
Author
Owner

@mariomaz87 commented on GitHub (Nov 3, 2024):

Can you enable debug logging to see what happens before the error? That would help narrow it down.

Should I add the variable VIKUNJA_LOG_LEVEL and set it to debug?

@mariomaz87 commented on GitHub (Nov 3, 2024): > Can you enable debug logging to see what happens before the error? That would help narrow it down. Should I add the variable VIKUNJA_LOG_LEVEL and set it to debug?
Author
Owner

@kolaente commented on GitHub (Nov 3, 2024):

Should I add the variable VIKUNJA_LOG_LEVEL and set it to debug?

Yes, exactly

@kolaente commented on GitHub (Nov 3, 2024): > Should I add the variable VIKUNJA_LOG_LEVEL and set it to debug? Yes, exactly
Author
Owner

@mariomaz87 commented on GitHub (Nov 3, 2024):

VIKUNJA_LOG_LEVEL

This is the full log after launching the migration, thanks!

2024-11-03T13:08:36Z: DEBUG	▶ 1c5 [Migration] Starting migration 2 from todoist for user 1
2024-11-03T13:08:36Z: DEBUG	▶ 1c6 [Todoist Migration] Starting migration for user 1
2024-11-03T13:08:36Z: DEBUG	▶ 1c7 [Todoist Migration] Got user token for user 1
2024-11-03T13:08:36Z: DEBUG	▶ 1c8 [Todoist Migration] Getting todoist data for user 1
2024-11-03T13:08:39Z: WEB 	▶ 192.168.1.94  POST 200 /api/v1/user/token 869.853µs - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0
2024-11-03T13:08:39Z: DEBUG	▶ 1cb Serving initials avatar for user 1 and size 50 from cache
2024-11-03T13:08:39Z: WEB 	▶ 192.168.1.94  GET 200 /api/v1/avatar/mario?size=50&=1730639319432 970.483µs - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0
2024-11-03T13:08:39Z: WEB 	▶ 192.168.1.94  GET 200 /api/v1/user 955.409µs - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0
2024-11-03T13:08:39Z: DEBUG	▶ 1ce Serving initials avatar for user 1 and size 50 from cache
2024-11-03T13:08:39Z: WEB 	▶ 192.168.1.94  GET 200 /api/v1/avatar/mario?size=50&=1730639319449 991.298µs - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0
2024-11-03T13:08:43Z: DEBUG	▶ 1cf [Todoist Migration] Getting done items for user 1
2024-11-03T13:08:44Z: WEB 	▶ 192.168.1.94  GET 200 /api/v1/notifications?page=1 2.586301ms - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0
2024-11-03T13:08:45Z: DEBUG	▶ 1d2 [Todoist Migration] Retrieved full task data for done task 4916932928
2024-11-03T13:08:45Z: DEBUG	▶ 1d3 [Todoist Migration] Retrieved full task data for done task 8529628347
2024-11-03T13:08:45Z: DEBUG	▶ 1d4 [Todoist Migration] Retrieved full task data for done task 8114784599
2024-11-03T13:08:46Z: DEBUG	▶ 1d5 [Todoist Migration] Retrieved full task data for done task 8114784953
2024-11-03T13:08:46Z: DEBUG	▶ 1d6 [Todoist Migration] Retrieved full task data for done task 8524588082
2024-11-03T13:08:46Z: DEBUG	▶ 1d7 [Todoist Migration] Retrieved full task data for done task 8526100311
2024-11-03T13:08:47Z: DEBUG	▶ 1d8 [Todoist Migration] Retrieved full task data for done task 8378549437
2024-11-03T13:08:47Z: DEBUG	▶ 1d9 [Todoist Migration] Retrieved full task data for done task 7144441748
2024-11-03T13:08:48Z: DEBUG	▶ 1da [Todoist Migration] Retrieved full task data for done task 7366315207
2024-11-03T13:08:48Z: DEBUG	▶ 1db [Todoist Migration] Retrieved full task data for done task 6846187648
2024-11-03T13:08:49Z: DEBUG	▶ 1dc [Todoist Migration] Retrieved full task data for done task 8549233836
2024-11-03T13:08:49Z: DEBUG	▶ 1dd [Todoist Migration] Retrieved full task data for done task 7874080264
2024-11-03T13:08:49Z: DEBUG	▶ 1de [Todoist Migration] Retrieved full task data for done task 8549682581
2024-11-03T13:08:50Z: DEBUG	▶ 1df [Todoist Migration] Retrieved full task data for done task 8549921189
2024-11-03T13:08:50Z: DEBUG	▶ 1e0 [Todoist Migration] Retrieved full task data for done task 8549914073
2024-11-03T13:08:50Z: DEBUG	▶ 1e1 [Todoist Migration] Retrieved full task data for done task 8549426249
2024-11-03T13:08:50Z: DEBUG	▶ 1e2 [Todoist Migration] Retrieved full task data for done task 7738265869
2024-11-03T13:08:51Z: DEBUG	▶ 1e3 [Todoist Migration] Retrieved full task data for done task 8549149396
2024-11-03T13:08:51Z: DEBUG	▶ 1e4 [Todoist Migration] Retrieved full task data for done task 8549036109
2024-11-03T13:08:51Z: DEBUG	▶ 1e5 [Todoist Migration] Retrieved full task data for done task 8549211245
2024-11-03T13:08:52Z: DEBUG	▶ 1e6 [Todoist Migration] Retrieved full task data for done task 8549595843
2024-11-03T13:08:52Z: DEBUG	▶ 1e7 [Todoist Migration] Retrieved full task data for done task 8549354040
2024-11-03T13:08:52Z: DEBUG	▶ 1e8 [Todoist Migration] Retrieved full task data for done task 7275233856
2024-11-03T13:08:52Z: DEBUG	▶ 1e9 [Todoist Migration] Retrieved full task data for done task 5646119925
2024-11-03T13:08:52Z: DEBUG	▶ 1ea [Todoist Migration] Retrieved full task data for done task 6829169844
2024-11-03T13:08:53Z: DEBUG	▶ 1eb [Todoist Migration] Retrieved full task data for done task 8549094894
2024-11-03T13:08:53Z: DEBUG	▶ 1ec [Todoist Migration] Retrieved full task data for done task 8114466106
2024-11-03T13:08:53Z: DEBUG	▶ 1ed [Todoist Migration] Retrieved full task data for done task 3541871317
2024-11-03T13:08:53Z: DEBUG	▶ 1ee [Todoist Migration] Retrieved full task data for done task 8547593109
2024-11-03T13:08:54Z: DEBUG	▶ 1ef [Todoist Migration] Retrieved full task data for done task 8395468973
2024-11-03T13:08:54Z: DEBUG	▶ 1f0 [Todoist Migration] Retrieved full task data for done task 8544436161
2024-11-03T13:08:54Z: DEBUG	▶ 1f1 [Todoist Migration] Retrieved full task data for done task 8114796538
2024-11-03T13:08:54Z: DEBUG	▶ 1f2 [Todoist Migration] Retrieved full task data for done task 8114431702
2024-11-03T13:08:54Z: WEB 	▶ 192.168.1.94  GET 200 /api/v1/notifications?page=1 1.959467ms - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0
2024-11-03T13:08:54Z: DEBUG	▶ 1f5 [Todoist Migration] Retrieved full task data for done task 8114452898
2024-11-03T13:08:55Z: DEBUG	▶ 1f6 [Todoist Migration] Retrieved full task data for done task 8114455101
2024-11-03T13:08:55Z: DEBUG	▶ 1f7 [Todoist Migration] Retrieved full task data for done task 8114752290
2024-11-03T13:08:55Z: DEBUG	▶ 1f8 [Todoist Migration] Retrieved full task data for done task 8114458693
2024-11-03T13:08:55Z: DEBUG	▶ 1f9 [Todoist Migration] Retrieved full task data for done task 8536203521
2024-11-03T13:08:56Z: DEBUG	▶ 1fa [Todoist Migration] Retrieved full task data for done task 8120903649
2024-11-03T13:08:56Z: DEBUG	▶ 1fb [Todoist Migration] Retrieved full task data for done task 3535131594
2024-11-03T13:08:56Z: DEBUG	▶ 1fc [Todoist Migration] Retrieved full task data for done task 4592181374
2024-11-03T13:08:56Z: DEBUG	▶ 1fd [Todoist Migration] Retrieved full task data for done task 7366348634
2024-11-03T13:08:57Z: DEBUG	▶ 1fe [Todoist Migration] Retrieved full task data for done task 7519993955
2024-11-03T13:08:57Z: DEBUG	▶ 1ff [Todoist Migration] Retrieved full task data for done task 7306944904
2024-11-03T13:08:57Z: DEBUG	▶ 200 [Todoist Migration] Retrieved full task data for done task 8544034090
2024-11-03T13:08:57Z: DEBUG	▶ 201 [Todoist Migration] Retrieved full task data for done task 8540525129
2024-11-03T13:08:57Z: DEBUG	▶ 202 [Todoist Migration] Retrieved full task data for done task 8100565970
2024-11-03T13:08:58Z: DEBUG	▶ 203 [Todoist Migration] Retrieved full task data for done task 8462462405
2024-11-03T13:08:58Z: DEBUG	▶ 204 [Todoist Migration] Retrieved full task data for done task 8114770593
2024-11-03T13:08:58Z: DEBUG	▶ 205 [Todoist Migration] Retrieved full task data for done task 8114746900
2024-11-03T13:08:58Z: DEBUG	▶ 206 [Todoist Migration] Retrieved full task data for done task 8114470179
2024-11-03T13:08:59Z: DEBUG	▶ 207 [Todoist Migration] Retrieved full task data for done task 8543503507
2024-11-03T13:08:59Z: DEBUG	▶ 208 [Todoist Migration] Retrieved full task data for done task 8543581835
2024-11-03T13:08:59Z: DEBUG	▶ 209 [Todoist Migration] Retrieved full task data for done task 8528447325
2024-11-03T13:08:59Z: DEBUG	▶ 20a [Todoist Migration] Retrieved full task data for done task 8524880741
2024-11-03T13:08:59Z: DEBUG	▶ 20b [Todoist Migration] Retrieved full task data for done task 8541755045
2024-11-03T13:09:00Z: DEBUG	▶ 20e [Todoist Migration] Retrieved full task data for done task 4728043834
2024-11-03T13:09:00Z: DEBUG	▶ 20f [Todoist Migration] Retrieved full task data for done task 7941538896
2024-11-03T13:09:00Z: DEBUG	▶ 210 [Todoist Migration] Retrieved full task data for done task 8543014922
2024-11-03T13:09:01Z: DEBUG	▶ 211 [Todoist Migration] Retrieved full task data for done task 7305890411
2024-11-03T13:09:01Z: DEBUG	▶ 212 [Todoist Migration] Retrieved full task data for done task 8524602832
2024-11-03T13:09:01Z: DEBUG	▶ 213 [Todoist Migration] Retrieved full task data for done task 8541982592
2024-11-03T13:09:01Z: DEBUG	▶ 214 [Todoist Migration] Retrieved full task data for done task 6973332560
2024-11-03T13:09:02Z: DEBUG	▶ 215 [Todoist Migration] Retrieved full task data for done task 5200991236
2024-11-03T13:09:02Z: WEB 	▶ 192.168.1.94  GET 200 /api/v1/tasks/all?sort_by[]=due_date&sort_by[]=id&order_by[]=asc&order_by[]=desc&filter=done+%3D+false&filter_include_nulls=false&s=&filter_timezone=GMT&page=1 8.68398ms - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0
2024-11-03T13:09:02Z: DEBUG	▶ 21c [Todoist Migration] Retrieved full task data for done task 7863844350
2024-11-03T13:09:02Z: DEBUG	▶ 21d [Todoist Migration] Retrieved full task data for done task 5200991153
2024-11-03T13:09:03Z: DEBUG	▶ 21e [Todoist Migration] Retrieved full task data for done task 8348756108
2024-11-03T13:09:03Z: DEBUG	▶ 21f [Todoist Migration] Retrieved full task data for done task 8367206501
2024-11-03T13:09:03Z: DEBUG	▶ 220 [Todoist Migration] Retrieved full task data for done task 8402302771
2024-11-03T13:09:04Z: DEBUG	▶ 221 [Todoist Migration] Retrieved full task data for done task 8515763335
2024-11-03T13:09:04Z: DEBUG	▶ 222 [Todoist Migration] Retrieved full task data for done task 8098490025
2024-11-03T13:09:04Z: DEBUG	▶ 223 [Todoist Migration] Retrieved full task data for done task 8439165447
2024-11-03T13:09:04Z: WEB 	▶ 192.168.1.94  GET 200 /api/v1/projects/5/views/17/tasks?sort_by[]=position&order_by[]=asc&filter=&filter_include_nulls=false&filter_timezone=GMT&s=&expand=subtasks&page=1 5.333918ms - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0
2024-11-03T13:09:04Z: WEB 	▶ 192.168.1.94  GET 200 /api/v1/projects/5 7.193478ms - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0
2024-11-03T13:09:04Z: WEB 	▶ 192.168.1.94  GET 200 /api/v1/notifications?page=1 1.152094ms - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0
2024-11-03T13:09:04Z: DEBUG	▶ 231 [Todoist Migration] Retrieved full task data for done task 8527484094
2024-11-03T13:09:05Z: DEBUG	▶ 232 [Todoist Migration] Retrieved full task data for done task 8527924800
2024-11-03T13:09:05Z: DEBUG	▶ 233 [Todoist Migration] Retrieved full task data for done task 8527924854
2024-11-03T13:09:05Z: DEBUG	▶ 234 [Todoist Migration] Retrieved full task data for done task 6909984379
2024-11-03T13:09:05Z: DEBUG	▶ 235 [Todoist Migration] Retrieved full task data for done task 7324486645
2024-11-03T13:09:05Z: DEBUG	▶ 236 [Todoist Migration] Retrieved full task data for done task 7324486393
2024-11-03T13:09:06Z: DEBUG	▶ 237 [Todoist Migration] Retrieved full task data for done task 7515669803
2024-11-03T13:09:06Z: DEBUG	▶ 238 [Todoist Migration] Retrieved full task data for done task 8333536611
2024-11-03T13:09:06Z: DEBUG	▶ 239 [Todoist Migration] Retrieved full task data for done task 8477906586
2024-11-03T13:09:06Z: DEBUG	▶ 23a [Todoist Migration] Retrieved full task data for done task 8539945892
2024-11-03T13:09:06Z: DEBUG	▶ 23b [Todoist Migration] Retrieved full task data for done task 8538046701
2024-11-03T13:09:07Z: DEBUG	▶ 23c [Todoist Migration] Retrieved full task data for done task 8528378131
2024-11-03T13:09:07Z: DEBUG	▶ 23d [Todoist Migration] Retrieved full task data for done task 8517881436
2024-11-03T13:09:07Z: DEBUG	▶ 23e [Todoist Migration] Retrieved full task data for done task 8518313460
2024-11-03T13:09:07Z: DEBUG	▶ 23f [Todoist Migration] Retrieved full task data for done task 8518313737
2024-11-03T13:09:07Z: DEBUG	▶ 240 [Todoist Migration] Retrieved full task data for done task 8332765480
2024-11-03T13:09:08Z: DEBUG	▶ 241 [Todoist Migration] Retrieved full task data for done task 6270307880
2024-11-03T13:09:08Z: DEBUG	▶ 242 [Todoist Migration] Retrieved full task data for done task 8538686313
2024-11-03T13:09:08Z: DEBUG	▶ 243 [Todoist Migration] Retrieved full task data for done task 6273094610
2024-11-03T13:09:08Z: DEBUG	▶ 244 [Todoist Migration] Retrieved full task data for done task 8527917685
2024-11-03T13:09:08Z: DEBUG	▶ 245 [Todoist Migration] Retrieved full task data for done task 8537703688
2024-11-03T13:09:09Z: DEBUG	▶ 246 [Todoist Migration] Retrieved full task data for done task 8474474872
2024-11-03T13:09:09Z: DEBUG	▶ 247 [Todoist Migration] Retrieved full task data for done task 4516106860
2024-11-03T13:09:09Z: DEBUG	▶ 248 [Todoist Migration] Retrieved full task data for done task 6916729391
2024-11-03T13:09:09Z: DEBUG	▶ 249 [Todoist Migration] Retrieved full task data for done task 8489133349
2024-11-03T13:09:09Z: DEBUG	▶ 24a [Todoist Migration] Retrieved full task data for done task 7191343549
2024-11-03T13:09:10Z: DEBUG	▶ 24b [Todoist Migration] Retrieved full task data for done task 8148401324
2024-11-03T13:09:10Z: DEBUG	▶ 24c [Todoist Migration] Retrieved full task data for done task 6723771471
2024-11-03T13:09:10Z: DEBUG	▶ 24d [Todoist Migration] Retrieved full task data for done task 7164109656
2024-11-03T13:09:10Z: DEBUG	▶ 24e [Todoist Migration] Retrieved full task data for done task 3534954524
2024-11-03T13:09:11Z: DEBUG	▶ 24f [Todoist Migration] Retrieved full task data for done task 5195783216
2024-11-03T13:09:11Z: DEBUG	▶ 250 [Todoist Migration] Retrieved full task data for done task 5337498427
2024-11-03T13:09:11Z: DEBUG	▶ 251 [Todoist Migration] Retrieved full task data for done task 8530831446
2024-11-03T13:09:11Z: DEBUG	▶ 252 [Todoist Migration] Retrieved full task data for done task 8534624914
2024-11-03T13:09:12Z: DEBUG	▶ 253 [Todoist Migration] Retrieved full task data for done task 8490383915
2024-11-03T13:09:12Z: DEBUG	▶ 254 [Todoist Migration] Retrieved full task data for done task 8532732473
2024-11-03T13:09:12Z: DEBUG	▶ 255 [Todoist Migration] Retrieved full task data for done task 8532732205
2024-11-03T13:09:12Z: DEBUG	▶ 256 [Todoist Migration] Retrieved full task data for done task 8528109137
2024-11-03T13:09:12Z: DEBUG	▶ 257 [Todoist Migration] Retrieved full task data for done task 8522883636
2024-11-03T13:09:13Z: DEBUG	▶ 258 [Todoist Migration] Retrieved full task data for done task 8525686210
2024-11-03T13:09:13Z: DEBUG	▶ 259 [Todoist Migration] Retrieved full task data for done task 7390768349
2024-11-03T13:09:13Z: DEBUG	▶ 25a [Todoist Migration] Retrieved full task data for done task 8533048790
2024-11-03T13:09:13Z: DEBUG	▶ 25b [Todoist Migration] Retrieved full task data for done task 8530786248
2024-11-03T13:09:13Z: DEBUG	▶ 25c [Todoist Migration] Retrieved full task data for done task 8436838405
2024-11-03T13:09:14Z: DEBUG	▶ 25d [Todoist Migration] Retrieved full task data for done task 8436836767
2024-11-03T13:09:14Z: DEBUG	▶ 25e [Todoist Migration] Retrieved full task data for done task 3551158744
2024-11-03T13:09:14Z: DEBUG	▶ 25f [Todoist Migration] Retrieved full task data for done task 8529724651
2024-11-03T13:09:14Z: DEBUG	▶ 260 [Todoist Migration] Retrieved full task data for done task 8528904550
2024-11-03T13:09:14Z: WEB 	▶ 192.168.1.94  GET 200 /api/v1/notifications?page=1 790.501µs - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0
2024-11-03T13:09:14Z: DEBUG	▶ 263 [Todoist Migration] Retrieved full task data for done task 3535074767
2024-11-03T13:09:15Z: DEBUG	▶ 264 [Todoist Migration] Retrieved full task data for done task 8114765521
2024-11-03T13:09:15Z: DEBUG	▶ 265 [Todoist Migration] Retrieved full task data for done task 3580010854
2024-11-03T13:09:15Z: DEBUG	▶ 266 [Todoist Migration] Retrieved full task data for done task 8529377683
2024-11-03T13:09:15Z: DEBUG	▶ 267 [Todoist Migration] Retrieved full task data for done task 8528378307
2024-11-03T13:09:16Z: DEBUG	▶ 268 [Todoist Migration] Retrieved full task data for done task 8524631411
2024-11-03T13:09:16Z: DEBUG	▶ 269 [Todoist Migration] Retrieved full task data for done task 8527870773
2024-11-03T13:09:16Z: DEBUG	▶ 26a [Todoist Migration] Retrieved full task data for done task 8462341747
2024-11-03T13:09:16Z: DEBUG	▶ 26b [Todoist Migration] Retrieved full task data for done task 3535011924
2024-11-03T13:09:16Z: DEBUG	▶ 26c [Todoist Migration] Retrieved full task data for done task 6573957996
2024-11-03T13:09:17Z: DEBUG	▶ 26d [Todoist Migration] Retrieved full task data for done task 8114487018
2024-11-03T13:09:17Z: DEBUG	▶ 26e [Todoist Migration] Retrieved full task data for done task 4557588979
2024-11-03T13:09:17Z: DEBUG	▶ 26f [Todoist Migration] Retrieved full task data for done task 8525729939
2024-11-03T13:09:18Z: DEBUG	▶ 270 [Todoist Migration] Retrieved full task data for done task 8525000184
2024-11-03T13:09:18Z: DEBUG	▶ 271 [Todoist Migration] Retrieved full task data for done task 8527869472
2024-11-03T13:09:18Z: DEBUG	▶ 272 [Todoist Migration] Retrieved full task data for done task 8488172210
2024-11-03T13:09:18Z: DEBUG	▶ 273 [Todoist Migration] Retrieved full task data for done task 8524880534
2024-11-03T13:09:18Z: DEBUG	▶ 274 [Todoist Migration] Retrieved full task data for done task 8518225568
2024-11-03T13:09:19Z: DEBUG	▶ 275 [Todoist Migration] Retrieved full task data for done task 8465984659
2024-11-03T13:09:19Z: DEBUG	▶ 276 [Todoist Migration] Retrieved full task data for done task 8527467020
2024-11-03T13:09:19Z: DEBUG	▶ 277 [Todoist Migration] Retrieved full task data for done task 8525221613
2024-11-03T13:09:19Z: DEBUG	▶ 278 [Todoist Migration] Retrieved full task data for done task 8508831371
2024-11-03T13:09:19Z: DEBUG	▶ 279 [Todoist Migration] Retrieved full task data for done task 8526108521
2024-11-03T13:09:20Z: DEBUG	▶ 27a [Todoist Migration] Retrieved full task data for done task 8526102103
2024-11-03T13:09:20Z: DEBUG	▶ 27b [Todoist Migration] Retrieved full task data for done task 8526074856
2024-11-03T13:09:20Z: DEBUG	▶ 27c [Todoist Migration] Retrieved full task data for done task 8378549725
2024-11-03T13:09:20Z: DEBUG	▶ 27d [Todoist Migration] Retrieved full task data for done task 8378549529
2024-11-03T13:09:20Z: DEBUG	▶ 27e [Todoist Migration] Retrieved full task data for done task 8524649469
2024-11-03T13:09:20Z: DEBUG	▶ 27f [Todoist Migration] Retrieved full task data for done task 8518086191
2024-11-03T13:09:21Z: DEBUG	▶ 280 [Todoist Migration] Retrieved full task data for done task 8518222900
2024-11-03T13:09:21Z: DEBUG	▶ 281 [Todoist Migration] Retrieved full task data for done task 8524951612
2024-11-03T13:09:21Z: DEBUG	▶ 282 [Todoist Migration] Retrieved full task data for done task 5180916336
2024-11-03T13:09:21Z: DEBUG	▶ 283 [Todoist Migration] Retrieved full task data for done task 8518198687
2024-11-03T13:09:21Z: DEBUG	▶ 284 [Todoist Migration] Retrieved full task data for done task 8518200532
2024-11-03T13:09:22Z: DEBUG	▶ 285 [Todoist Migration] Retrieved full task data for done task 8518199635
2024-11-03T13:09:22Z: DEBUG	▶ 286 [Todoist Migration] Retrieved full task data for done task 8525049850
2024-11-03T13:09:22Z: DEBUG	▶ 287 [Todoist Migration] Retrieved full task data for done task 8518197687
2024-11-03T13:09:22Z: DEBUG	▶ 288 [Todoist Migration] Retrieved full task data for done task 8518222815
2024-11-03T13:09:22Z: DEBUG	▶ 289 [Todoist Migration] Retrieved full task data for done task 8493078079
2024-11-03T13:09:22Z: DEBUG	▶ 28a [Todoist Migration] Got 159 done items for user 1
2024-11-03T13:09:22Z: DEBUG	▶ 28b [Todoist Migration] Getting archived projects for user 1
2024-11-03T13:09:23Z: DEBUG	▶ 28c [Todoist Migration] Got 14 archived projects for user 1
2024-11-03T13:09:23Z: DEBUG	▶ 28d [Todoist Migration] Getting data for archived projects for user 1
2024-11-03T13:09:24Z: WEB 	▶ 192.168.1.94  GET 200 /api/v1/notifications?page=1 2.171263ms - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0
2024-11-03T13:09:30Z: DEBUG	▶ 290 [Todoist Migration] Got all todoist user data for user 1
2024-11-03T13:09:30Z: DEBUG	▶ 291 [Todoist Migration] Start converting data for user 1
2024-11-03T13:09:30Z: DEBUG	▶ 292 [Todoist Migration] Could not find task 5801549763 in tasks map while trying to resolve subtasks for task 8304467452
2024-11-03T13:09:30Z: DEBUG	▶ 293 [Todoist Migration] Could not find task 5801549763 in tasks map while trying to resolve subtasks for task 8304467797
2024-11-03T13:09:30Z: DEBUG	▶ 294 [Todoist Migration] Could not find task 7181437585 in tasks map while trying to resolve subtasks for task 8363079148
2024-11-03T13:09:30Z: DEBUG	▶ 295 [Todoist Migration] Could not find task 7181437585 in tasks map while trying to resolve subtasks for task 8363079304
2024-11-03T13:09:30Z: DEBUG	▶ 296 [Todoist Migration] Could not find task 7181437585 in tasks map while trying to resolve subtasks for task 8363079441
2024-11-03T13:09:30Z: DEBUG	▶ 297 [Todoist Migration] Could not find task 8114784599 in tasks map while trying to add it as subtask
2024-11-03T13:09:30Z: DEBUG	▶ 298 [Todoist Migration] Could not find task 8114784953 in tasks map while trying to add it as subtask
2024-11-03T13:09:30Z: DEBUG	▶ 299 [Todoist Migration] Could not find task 8524588082 in tasks map while trying to add it as subtask
2024-11-03T13:09:30Z: DEBUG	▶ 29a [Todoist Migration] Could not find task 8378549437 in tasks map while trying to add it as subtask
2024-11-03T13:09:30Z: DEBUG	▶ 29b [Todoist Migration] Could not find task 8114466106 in tasks map while trying to add it as subtask
2024-11-03T13:09:30Z: DEBUG	▶ 29c [Todoist Migration] Could not find task 8114796538 in tasks map while trying to add it as subtask
2024-11-03T13:09:30Z: DEBUG	▶ 29d [Todoist Migration] Could not find task 8114752290 in tasks map while trying to add it as subtask
2024-11-03T13:09:30Z: DEBUG	▶ 29e [Todoist Migration] Could not find task 8114458693 in tasks map while trying to add it as subtask
2024-11-03T13:09:30Z: DEBUG	▶ 29f [Todoist Migration] Could not find task 8120903649 in tasks map while trying to add it as subtask
2024-11-03T13:09:30Z: DEBUG	▶ 2a0 [Todoist Migration] Could not find task 8462462405 in tasks map while trying to add it as subtask
2024-11-03T13:09:30Z: DEBUG	▶ 2a1 [Todoist Migration] Could not find task 8114770593 in tasks map while trying to add it as subtask
2024-11-03T13:09:30Z: DEBUG	▶ 2a2 [Todoist Migration] Could not find task 8114746900 in tasks map while trying to add it as subtask
2024-11-03T13:09:30Z: DEBUG	▶ 2a3 [Todoist Migration] Could not find task 8114765521 in tasks map while trying to add it as subtask
2024-11-03T13:09:30Z: DEBUG	▶ 2a4 [Todoist Migration] Could not find task 8114487018 in tasks map while trying to add it as subtask
2024-11-03T13:09:30Z: DEBUG	▶ 2a5 [Todoist Migration] Could not find task 8378549725 in tasks map while trying to add it as subtask
2024-11-03T13:09:30Z: DEBUG	▶ 2a6 [Todoist Migration] Could not find task 8378549529 in tasks map while trying to add it as subtask
2024-11-03T13:09:30Z: DEBUG	▶ 2a7 [Todoist Migration] Could not find task 6500879357 for note 3202789526
2024-11-03T13:09:30Z: DEBUG	▶ 2a8 [Todoist Migration] Could not find task 3535011369 for note 3419477461
2024-11-03T13:09:30Z: DEBUG	▶ 2a9 [Todoist Migration] Could not find task 3535011701 for note 3438305717
2024-11-03T13:09:30Z: DEBUG	▶ 2aa [Todoist Migration] Could not find task 4554643477 for note 3453124734
2024-11-03T13:09:30Z: DEBUG	▶ 2ab [Todoist Migration] Could not find task 6527549643 for note 3460911059
2024-11-03T13:09:34Z: WEB 	▶ 192.168.1.94  GET 200 /api/v1/notifications?page=1 2.31319ms - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0
2024-11-03T13:09:44Z: WEB 	▶ 192.168.1.94  GET 200 /api/v1/notifications?page=1 2.599617ms - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0
2024-11-03T13:09:48Z: DEBUG	▶ 2b0 Could not find task 7181437585 for reminder 2585471140 while trying to resolve reminders
2024-11-03T13:09:48Z: DEBUG	▶ 2b1 Could not find task 8378549725 for reminder 2584306799 while trying to resolve reminders
2024-11-03T13:09:48Z: DEBUG	▶ 2b2 [Todoist Migration] Done converting data for user 1
2024-11-03T13:09:48Z: DEBUG	▶ 2b3 [Todoist Migration] Start inserting data for user 1
2024-11-03T13:09:48Z: DEBUG	▶ 2b4 [creating structure] Creating 38 projects
2024-11-03T13:09:48Z: DEBUG	▶ 2b7 [creating structure] Created project 6
2024-11-03T13:09:48Z: DEBUG	▶ 2bc Sending project created notifications to 0 subscribers for project 6
2024-11-03T13:09:48Z: DEBUG	▶ 2d5 [creating structure] Creating 0 tasks
2024-11-03T13:09:48Z: DEBUG	▶ 2db [creating structure] Created project 6
2024-11-03T13:09:48Z: DEBUG	▶ 2de [creating structure] Created project 7
2024-11-03T13:09:48Z: DEBUG	▶ 2df [creating structure] Creating 3 buckets
2024-11-03T13:09:48Z: DEBUG	▶ 2e5 Sending project created notifications to 0 subscribers for project 7
2024-11-03T13:09:48Z: DEBUG	▶ 2ea [creating structure] Created bucket 12, old ID was 11
2024-11-03T13:09:48Z: DEBUG	▶ 2ee [creating structure] Created bucket 13, old ID was 21
2024-11-03T13:09:48Z: DEBUG	▶ 2f2 [creating structure] Created bucket 14, old ID was 26
2024-11-03T13:09:48Z: DEBUG	▶ 30c [creating structure] Creating 25 tasks
2024-11-03T13:09:48Z: DEBUG	▶ 324 [creating structure] Created task 20
2024-11-03T13:09:48Z: DEBUG	▶ 332 Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 346 [creating structure] Created task 21
2024-11-03T13:09:48Z: DEBUG	▶ 351 Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 368 [creating structure] Created task 22
2024-11-03T13:09:48Z: DEBUG	▶ 373 Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 38b [creating structure] Created task 23
2024-11-03T13:09:48Z: DEBUG	▶ 394 Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 3ac [creating structure] Created task 24
2024-11-03T13:09:48Z: DEBUG	▶ 3b7 Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 3ce [creating structure] Created task 25
2024-11-03T13:09:48Z: DEBUG	▶ 3dc Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 3f0 [creating structure] Created task 26
2024-11-03T13:09:48Z: DEBUG	▶ 3fe Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 412 [creating structure] Created task 27
2024-11-03T13:09:48Z: DEBUG	▶ 41d Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 435 [creating structure] Created task 28
2024-11-03T13:09:48Z: DEBUG	▶ 43f Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 456 [creating structure] Created task 29
2024-11-03T13:09:48Z: DEBUG	▶ 464 Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 479 [creating structure] Created task 30
2024-11-03T13:09:48Z: DEBUG	▶ 483 Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 49a [creating structure] Created task 31
2024-11-03T13:09:48Z: DEBUG	▶ 4a5 Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 4bc [creating structure] Created task 32
2024-11-03T13:09:48Z: DEBUG	▶ 4c7 Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 4df [creating structure] Created task 33
2024-11-03T13:09:48Z: DEBUG	▶ 4e9 Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 500 [creating structure] Created task 34
2024-11-03T13:09:48Z: DEBUG	▶ 50b Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 522 [creating structure] Created task 35
2024-11-03T13:09:48Z: DEBUG	▶ 52f Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 544 [creating structure] Created task 36
2024-11-03T13:09:48Z: DEBUG	▶ 550 Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 567 [creating structure] Created task 37
2024-11-03T13:09:48Z: DEBUG	▶ 571 Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 588 [creating structure] Created task 38
2024-11-03T13:09:48Z: DEBUG	▶ 595 Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 5ab [creating structure] Created task 39
2024-11-03T13:09:48Z: DEBUG	▶ 5b5 Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 5cc [creating structure] Created task 40
2024-11-03T13:09:48Z: DEBUG	▶ 5d9 Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 5ec [creating structure] Created task 41
2024-11-03T13:09:48Z: DEBUG	▶ 5f9 Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 610 [creating structure] Created task 42
2024-11-03T13:09:48Z: DEBUG	▶ 61c Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 632 [creating structure] Created task 43
2024-11-03T13:09:48Z: DEBUG	▶ 63f Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 654 [creating structure] Created task 44
2024-11-03T13:09:48Z: DEBUG	▶ 655 [creating structure] Created project 7
2024-11-03T13:09:48Z: DEBUG	▶ 65e Did not find any webhook for the task.created event for project 7, not sending
2024-11-03T13:09:48Z: DEBUG	▶ 662 [creating structure] Created project 8
2024-11-03T13:09:48Z: DEBUG	▶ 667 Sending project created notifications to 0 subscribers for project 8
2024-11-03T13:09:48Z: DEBUG	▶ 680 [creating structure] Creating 0 tasks
2024-11-03T13:09:48Z: DEBUG	▶ 686 [creating structure] Created project 8
2024-11-03T13:09:48Z: DEBUG	▶ 689 [creating structure] Created project 9
2024-11-03T13:09:48Z: DEBUG	▶ 68a [creating structure] Creating 2 buckets
2024-11-03T13:09:48Z: DEBUG	▶ 690 Sending project created notifications to 0 subscribers for project 9
2024-11-03T13:09:48Z: DEBUG	▶ 695 [creating structure] Created bucket 17, old ID was 7
2024-11-03T13:09:48Z: DEBUG	▶ 699 [creating structure] Created bucket 18, old ID was 22
2024-11-03T13:09:48Z: DEBUG	▶ 6b2 [creating structure] Creating 2 tasks
2024-11-03T13:09:48Z: DEBUG	▶ 6c1 [creating structure] Created task 45
2024-11-03T13:09:48Z: DEBUG	▶ 6c2 [creating structure] Creating 1 related task kinds
2024-11-03T13:09:48Z: DEBUG	▶ 6c3 [creating structure] Creating 2 related tasks for kind subtask
2024-11-03T13:09:48Z: DEBUG	▶ 6d9 Did not find any webhook for the task.updated event for project 9, not sending
2024-11-03T13:09:48Z: ERROR	▶ 6de [creating structure] Error while creating structure: Bucket does not exist [BucketID: 22]
2024-11-03T13:09:48Z: ERROR	▶ 6df [Migration] Migration 2 from todoist for user 1 failed. Error was: Bucket does not exist [BucketID: 22]
@mariomaz87 commented on GitHub (Nov 3, 2024): > VIKUNJA_LOG_LEVEL This is the full log after launching the migration, thanks! ``` 2024-11-03T13:08:36Z: DEBUG ▶ 1c5 [Migration] Starting migration 2 from todoist for user 1 2024-11-03T13:08:36Z: DEBUG ▶ 1c6 [Todoist Migration] Starting migration for user 1 2024-11-03T13:08:36Z: DEBUG ▶ 1c7 [Todoist Migration] Got user token for user 1 2024-11-03T13:08:36Z: DEBUG ▶ 1c8 [Todoist Migration] Getting todoist data for user 1 2024-11-03T13:08:39Z: WEB ▶ 192.168.1.94 POST 200 /api/v1/user/token 869.853µs - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0 2024-11-03T13:08:39Z: DEBUG ▶ 1cb Serving initials avatar for user 1 and size 50 from cache 2024-11-03T13:08:39Z: WEB ▶ 192.168.1.94 GET 200 /api/v1/avatar/mario?size=50&=1730639319432 970.483µs - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0 2024-11-03T13:08:39Z: WEB ▶ 192.168.1.94 GET 200 /api/v1/user 955.409µs - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0 2024-11-03T13:08:39Z: DEBUG ▶ 1ce Serving initials avatar for user 1 and size 50 from cache 2024-11-03T13:08:39Z: WEB ▶ 192.168.1.94 GET 200 /api/v1/avatar/mario?size=50&=1730639319449 991.298µs - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0 2024-11-03T13:08:43Z: DEBUG ▶ 1cf [Todoist Migration] Getting done items for user 1 2024-11-03T13:08:44Z: WEB ▶ 192.168.1.94 GET 200 /api/v1/notifications?page=1 2.586301ms - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0 2024-11-03T13:08:45Z: DEBUG ▶ 1d2 [Todoist Migration] Retrieved full task data for done task 4916932928 2024-11-03T13:08:45Z: DEBUG ▶ 1d3 [Todoist Migration] Retrieved full task data for done task 8529628347 2024-11-03T13:08:45Z: DEBUG ▶ 1d4 [Todoist Migration] Retrieved full task data for done task 8114784599 2024-11-03T13:08:46Z: DEBUG ▶ 1d5 [Todoist Migration] Retrieved full task data for done task 8114784953 2024-11-03T13:08:46Z: DEBUG ▶ 1d6 [Todoist Migration] Retrieved full task data for done task 8524588082 2024-11-03T13:08:46Z: DEBUG ▶ 1d7 [Todoist Migration] Retrieved full task data for done task 8526100311 2024-11-03T13:08:47Z: DEBUG ▶ 1d8 [Todoist Migration] Retrieved full task data for done task 8378549437 2024-11-03T13:08:47Z: DEBUG ▶ 1d9 [Todoist Migration] Retrieved full task data for done task 7144441748 2024-11-03T13:08:48Z: DEBUG ▶ 1da [Todoist Migration] Retrieved full task data for done task 7366315207 2024-11-03T13:08:48Z: DEBUG ▶ 1db [Todoist Migration] Retrieved full task data for done task 6846187648 2024-11-03T13:08:49Z: DEBUG ▶ 1dc [Todoist Migration] Retrieved full task data for done task 8549233836 2024-11-03T13:08:49Z: DEBUG ▶ 1dd [Todoist Migration] Retrieved full task data for done task 7874080264 2024-11-03T13:08:49Z: DEBUG ▶ 1de [Todoist Migration] Retrieved full task data for done task 8549682581 2024-11-03T13:08:50Z: DEBUG ▶ 1df [Todoist Migration] Retrieved full task data for done task 8549921189 2024-11-03T13:08:50Z: DEBUG ▶ 1e0 [Todoist Migration] Retrieved full task data for done task 8549914073 2024-11-03T13:08:50Z: DEBUG ▶ 1e1 [Todoist Migration] Retrieved full task data for done task 8549426249 2024-11-03T13:08:50Z: DEBUG ▶ 1e2 [Todoist Migration] Retrieved full task data for done task 7738265869 2024-11-03T13:08:51Z: DEBUG ▶ 1e3 [Todoist Migration] Retrieved full task data for done task 8549149396 2024-11-03T13:08:51Z: DEBUG ▶ 1e4 [Todoist Migration] Retrieved full task data for done task 8549036109 2024-11-03T13:08:51Z: DEBUG ▶ 1e5 [Todoist Migration] Retrieved full task data for done task 8549211245 2024-11-03T13:08:52Z: DEBUG ▶ 1e6 [Todoist Migration] Retrieved full task data for done task 8549595843 2024-11-03T13:08:52Z: DEBUG ▶ 1e7 [Todoist Migration] Retrieved full task data for done task 8549354040 2024-11-03T13:08:52Z: DEBUG ▶ 1e8 [Todoist Migration] Retrieved full task data for done task 7275233856 2024-11-03T13:08:52Z: DEBUG ▶ 1e9 [Todoist Migration] Retrieved full task data for done task 5646119925 2024-11-03T13:08:52Z: DEBUG ▶ 1ea [Todoist Migration] Retrieved full task data for done task 6829169844 2024-11-03T13:08:53Z: DEBUG ▶ 1eb [Todoist Migration] Retrieved full task data for done task 8549094894 2024-11-03T13:08:53Z: DEBUG ▶ 1ec [Todoist Migration] Retrieved full task data for done task 8114466106 2024-11-03T13:08:53Z: DEBUG ▶ 1ed [Todoist Migration] Retrieved full task data for done task 3541871317 2024-11-03T13:08:53Z: DEBUG ▶ 1ee [Todoist Migration] Retrieved full task data for done task 8547593109 2024-11-03T13:08:54Z: DEBUG ▶ 1ef [Todoist Migration] Retrieved full task data for done task 8395468973 2024-11-03T13:08:54Z: DEBUG ▶ 1f0 [Todoist Migration] Retrieved full task data for done task 8544436161 2024-11-03T13:08:54Z: DEBUG ▶ 1f1 [Todoist Migration] Retrieved full task data for done task 8114796538 2024-11-03T13:08:54Z: DEBUG ▶ 1f2 [Todoist Migration] Retrieved full task data for done task 8114431702 2024-11-03T13:08:54Z: WEB ▶ 192.168.1.94 GET 200 /api/v1/notifications?page=1 1.959467ms - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0 2024-11-03T13:08:54Z: DEBUG ▶ 1f5 [Todoist Migration] Retrieved full task data for done task 8114452898 2024-11-03T13:08:55Z: DEBUG ▶ 1f6 [Todoist Migration] Retrieved full task data for done task 8114455101 2024-11-03T13:08:55Z: DEBUG ▶ 1f7 [Todoist Migration] Retrieved full task data for done task 8114752290 2024-11-03T13:08:55Z: DEBUG ▶ 1f8 [Todoist Migration] Retrieved full task data for done task 8114458693 2024-11-03T13:08:55Z: DEBUG ▶ 1f9 [Todoist Migration] Retrieved full task data for done task 8536203521 2024-11-03T13:08:56Z: DEBUG ▶ 1fa [Todoist Migration] Retrieved full task data for done task 8120903649 2024-11-03T13:08:56Z: DEBUG ▶ 1fb [Todoist Migration] Retrieved full task data for done task 3535131594 2024-11-03T13:08:56Z: DEBUG ▶ 1fc [Todoist Migration] Retrieved full task data for done task 4592181374 2024-11-03T13:08:56Z: DEBUG ▶ 1fd [Todoist Migration] Retrieved full task data for done task 7366348634 2024-11-03T13:08:57Z: DEBUG ▶ 1fe [Todoist Migration] Retrieved full task data for done task 7519993955 2024-11-03T13:08:57Z: DEBUG ▶ 1ff [Todoist Migration] Retrieved full task data for done task 7306944904 2024-11-03T13:08:57Z: DEBUG ▶ 200 [Todoist Migration] Retrieved full task data for done task 8544034090 2024-11-03T13:08:57Z: DEBUG ▶ 201 [Todoist Migration] Retrieved full task data for done task 8540525129 2024-11-03T13:08:57Z: DEBUG ▶ 202 [Todoist Migration] Retrieved full task data for done task 8100565970 2024-11-03T13:08:58Z: DEBUG ▶ 203 [Todoist Migration] Retrieved full task data for done task 8462462405 2024-11-03T13:08:58Z: DEBUG ▶ 204 [Todoist Migration] Retrieved full task data for done task 8114770593 2024-11-03T13:08:58Z: DEBUG ▶ 205 [Todoist Migration] Retrieved full task data for done task 8114746900 2024-11-03T13:08:58Z: DEBUG ▶ 206 [Todoist Migration] Retrieved full task data for done task 8114470179 2024-11-03T13:08:59Z: DEBUG ▶ 207 [Todoist Migration] Retrieved full task data for done task 8543503507 2024-11-03T13:08:59Z: DEBUG ▶ 208 [Todoist Migration] Retrieved full task data for done task 8543581835 2024-11-03T13:08:59Z: DEBUG ▶ 209 [Todoist Migration] Retrieved full task data for done task 8528447325 2024-11-03T13:08:59Z: DEBUG ▶ 20a [Todoist Migration] Retrieved full task data for done task 8524880741 2024-11-03T13:08:59Z: DEBUG ▶ 20b [Todoist Migration] Retrieved full task data for done task 8541755045 2024-11-03T13:09:00Z: DEBUG ▶ 20e [Todoist Migration] Retrieved full task data for done task 4728043834 2024-11-03T13:09:00Z: DEBUG ▶ 20f [Todoist Migration] Retrieved full task data for done task 7941538896 2024-11-03T13:09:00Z: DEBUG ▶ 210 [Todoist Migration] Retrieved full task data for done task 8543014922 2024-11-03T13:09:01Z: DEBUG ▶ 211 [Todoist Migration] Retrieved full task data for done task 7305890411 2024-11-03T13:09:01Z: DEBUG ▶ 212 [Todoist Migration] Retrieved full task data for done task 8524602832 2024-11-03T13:09:01Z: DEBUG ▶ 213 [Todoist Migration] Retrieved full task data for done task 8541982592 2024-11-03T13:09:01Z: DEBUG ▶ 214 [Todoist Migration] Retrieved full task data for done task 6973332560 2024-11-03T13:09:02Z: DEBUG ▶ 215 [Todoist Migration] Retrieved full task data for done task 5200991236 2024-11-03T13:09:02Z: WEB ▶ 192.168.1.94 GET 200 /api/v1/tasks/all?sort_by[]=due_date&sort_by[]=id&order_by[]=asc&order_by[]=desc&filter=done+%3D+false&filter_include_nulls=false&s=&filter_timezone=GMT&page=1 8.68398ms - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0 2024-11-03T13:09:02Z: DEBUG ▶ 21c [Todoist Migration] Retrieved full task data for done task 7863844350 2024-11-03T13:09:02Z: DEBUG ▶ 21d [Todoist Migration] Retrieved full task data for done task 5200991153 2024-11-03T13:09:03Z: DEBUG ▶ 21e [Todoist Migration] Retrieved full task data for done task 8348756108 2024-11-03T13:09:03Z: DEBUG ▶ 21f [Todoist Migration] Retrieved full task data for done task 8367206501 2024-11-03T13:09:03Z: DEBUG ▶ 220 [Todoist Migration] Retrieved full task data for done task 8402302771 2024-11-03T13:09:04Z: DEBUG ▶ 221 [Todoist Migration] Retrieved full task data for done task 8515763335 2024-11-03T13:09:04Z: DEBUG ▶ 222 [Todoist Migration] Retrieved full task data for done task 8098490025 2024-11-03T13:09:04Z: DEBUG ▶ 223 [Todoist Migration] Retrieved full task data for done task 8439165447 2024-11-03T13:09:04Z: WEB ▶ 192.168.1.94 GET 200 /api/v1/projects/5/views/17/tasks?sort_by[]=position&order_by[]=asc&filter=&filter_include_nulls=false&filter_timezone=GMT&s=&expand=subtasks&page=1 5.333918ms - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0 2024-11-03T13:09:04Z: WEB ▶ 192.168.1.94 GET 200 /api/v1/projects/5 7.193478ms - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0 2024-11-03T13:09:04Z: WEB ▶ 192.168.1.94 GET 200 /api/v1/notifications?page=1 1.152094ms - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0 2024-11-03T13:09:04Z: DEBUG ▶ 231 [Todoist Migration] Retrieved full task data for done task 8527484094 2024-11-03T13:09:05Z: DEBUG ▶ 232 [Todoist Migration] Retrieved full task data for done task 8527924800 2024-11-03T13:09:05Z: DEBUG ▶ 233 [Todoist Migration] Retrieved full task data for done task 8527924854 2024-11-03T13:09:05Z: DEBUG ▶ 234 [Todoist Migration] Retrieved full task data for done task 6909984379 2024-11-03T13:09:05Z: DEBUG ▶ 235 [Todoist Migration] Retrieved full task data for done task 7324486645 2024-11-03T13:09:05Z: DEBUG ▶ 236 [Todoist Migration] Retrieved full task data for done task 7324486393 2024-11-03T13:09:06Z: DEBUG ▶ 237 [Todoist Migration] Retrieved full task data for done task 7515669803 2024-11-03T13:09:06Z: DEBUG ▶ 238 [Todoist Migration] Retrieved full task data for done task 8333536611 2024-11-03T13:09:06Z: DEBUG ▶ 239 [Todoist Migration] Retrieved full task data for done task 8477906586 2024-11-03T13:09:06Z: DEBUG ▶ 23a [Todoist Migration] Retrieved full task data for done task 8539945892 2024-11-03T13:09:06Z: DEBUG ▶ 23b [Todoist Migration] Retrieved full task data for done task 8538046701 2024-11-03T13:09:07Z: DEBUG ▶ 23c [Todoist Migration] Retrieved full task data for done task 8528378131 2024-11-03T13:09:07Z: DEBUG ▶ 23d [Todoist Migration] Retrieved full task data for done task 8517881436 2024-11-03T13:09:07Z: DEBUG ▶ 23e [Todoist Migration] Retrieved full task data for done task 8518313460 2024-11-03T13:09:07Z: DEBUG ▶ 23f [Todoist Migration] Retrieved full task data for done task 8518313737 2024-11-03T13:09:07Z: DEBUG ▶ 240 [Todoist Migration] Retrieved full task data for done task 8332765480 2024-11-03T13:09:08Z: DEBUG ▶ 241 [Todoist Migration] Retrieved full task data for done task 6270307880 2024-11-03T13:09:08Z: DEBUG ▶ 242 [Todoist Migration] Retrieved full task data for done task 8538686313 2024-11-03T13:09:08Z: DEBUG ▶ 243 [Todoist Migration] Retrieved full task data for done task 6273094610 2024-11-03T13:09:08Z: DEBUG ▶ 244 [Todoist Migration] Retrieved full task data for done task 8527917685 2024-11-03T13:09:08Z: DEBUG ▶ 245 [Todoist Migration] Retrieved full task data for done task 8537703688 2024-11-03T13:09:09Z: DEBUG ▶ 246 [Todoist Migration] Retrieved full task data for done task 8474474872 2024-11-03T13:09:09Z: DEBUG ▶ 247 [Todoist Migration] Retrieved full task data for done task 4516106860 2024-11-03T13:09:09Z: DEBUG ▶ 248 [Todoist Migration] Retrieved full task data for done task 6916729391 2024-11-03T13:09:09Z: DEBUG ▶ 249 [Todoist Migration] Retrieved full task data for done task 8489133349 2024-11-03T13:09:09Z: DEBUG ▶ 24a [Todoist Migration] Retrieved full task data for done task 7191343549 2024-11-03T13:09:10Z: DEBUG ▶ 24b [Todoist Migration] Retrieved full task data for done task 8148401324 2024-11-03T13:09:10Z: DEBUG ▶ 24c [Todoist Migration] Retrieved full task data for done task 6723771471 2024-11-03T13:09:10Z: DEBUG ▶ 24d [Todoist Migration] Retrieved full task data for done task 7164109656 2024-11-03T13:09:10Z: DEBUG ▶ 24e [Todoist Migration] Retrieved full task data for done task 3534954524 2024-11-03T13:09:11Z: DEBUG ▶ 24f [Todoist Migration] Retrieved full task data for done task 5195783216 2024-11-03T13:09:11Z: DEBUG ▶ 250 [Todoist Migration] Retrieved full task data for done task 5337498427 2024-11-03T13:09:11Z: DEBUG ▶ 251 [Todoist Migration] Retrieved full task data for done task 8530831446 2024-11-03T13:09:11Z: DEBUG ▶ 252 [Todoist Migration] Retrieved full task data for done task 8534624914 2024-11-03T13:09:12Z: DEBUG ▶ 253 [Todoist Migration] Retrieved full task data for done task 8490383915 2024-11-03T13:09:12Z: DEBUG ▶ 254 [Todoist Migration] Retrieved full task data for done task 8532732473 2024-11-03T13:09:12Z: DEBUG ▶ 255 [Todoist Migration] Retrieved full task data for done task 8532732205 2024-11-03T13:09:12Z: DEBUG ▶ 256 [Todoist Migration] Retrieved full task data for done task 8528109137 2024-11-03T13:09:12Z: DEBUG ▶ 257 [Todoist Migration] Retrieved full task data for done task 8522883636 2024-11-03T13:09:13Z: DEBUG ▶ 258 [Todoist Migration] Retrieved full task data for done task 8525686210 2024-11-03T13:09:13Z: DEBUG ▶ 259 [Todoist Migration] Retrieved full task data for done task 7390768349 2024-11-03T13:09:13Z: DEBUG ▶ 25a [Todoist Migration] Retrieved full task data for done task 8533048790 2024-11-03T13:09:13Z: DEBUG ▶ 25b [Todoist Migration] Retrieved full task data for done task 8530786248 2024-11-03T13:09:13Z: DEBUG ▶ 25c [Todoist Migration] Retrieved full task data for done task 8436838405 2024-11-03T13:09:14Z: DEBUG ▶ 25d [Todoist Migration] Retrieved full task data for done task 8436836767 2024-11-03T13:09:14Z: DEBUG ▶ 25e [Todoist Migration] Retrieved full task data for done task 3551158744 2024-11-03T13:09:14Z: DEBUG ▶ 25f [Todoist Migration] Retrieved full task data for done task 8529724651 2024-11-03T13:09:14Z: DEBUG ▶ 260 [Todoist Migration] Retrieved full task data for done task 8528904550 2024-11-03T13:09:14Z: WEB ▶ 192.168.1.94 GET 200 /api/v1/notifications?page=1 790.501µs - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0 2024-11-03T13:09:14Z: DEBUG ▶ 263 [Todoist Migration] Retrieved full task data for done task 3535074767 2024-11-03T13:09:15Z: DEBUG ▶ 264 [Todoist Migration] Retrieved full task data for done task 8114765521 2024-11-03T13:09:15Z: DEBUG ▶ 265 [Todoist Migration] Retrieved full task data for done task 3580010854 2024-11-03T13:09:15Z: DEBUG ▶ 266 [Todoist Migration] Retrieved full task data for done task 8529377683 2024-11-03T13:09:15Z: DEBUG ▶ 267 [Todoist Migration] Retrieved full task data for done task 8528378307 2024-11-03T13:09:16Z: DEBUG ▶ 268 [Todoist Migration] Retrieved full task data for done task 8524631411 2024-11-03T13:09:16Z: DEBUG ▶ 269 [Todoist Migration] Retrieved full task data for done task 8527870773 2024-11-03T13:09:16Z: DEBUG ▶ 26a [Todoist Migration] Retrieved full task data for done task 8462341747 2024-11-03T13:09:16Z: DEBUG ▶ 26b [Todoist Migration] Retrieved full task data for done task 3535011924 2024-11-03T13:09:16Z: DEBUG ▶ 26c [Todoist Migration] Retrieved full task data for done task 6573957996 2024-11-03T13:09:17Z: DEBUG ▶ 26d [Todoist Migration] Retrieved full task data for done task 8114487018 2024-11-03T13:09:17Z: DEBUG ▶ 26e [Todoist Migration] Retrieved full task data for done task 4557588979 2024-11-03T13:09:17Z: DEBUG ▶ 26f [Todoist Migration] Retrieved full task data for done task 8525729939 2024-11-03T13:09:18Z: DEBUG ▶ 270 [Todoist Migration] Retrieved full task data for done task 8525000184 2024-11-03T13:09:18Z: DEBUG ▶ 271 [Todoist Migration] Retrieved full task data for done task 8527869472 2024-11-03T13:09:18Z: DEBUG ▶ 272 [Todoist Migration] Retrieved full task data for done task 8488172210 2024-11-03T13:09:18Z: DEBUG ▶ 273 [Todoist Migration] Retrieved full task data for done task 8524880534 2024-11-03T13:09:18Z: DEBUG ▶ 274 [Todoist Migration] Retrieved full task data for done task 8518225568 2024-11-03T13:09:19Z: DEBUG ▶ 275 [Todoist Migration] Retrieved full task data for done task 8465984659 2024-11-03T13:09:19Z: DEBUG ▶ 276 [Todoist Migration] Retrieved full task data for done task 8527467020 2024-11-03T13:09:19Z: DEBUG ▶ 277 [Todoist Migration] Retrieved full task data for done task 8525221613 2024-11-03T13:09:19Z: DEBUG ▶ 278 [Todoist Migration] Retrieved full task data for done task 8508831371 2024-11-03T13:09:19Z: DEBUG ▶ 279 [Todoist Migration] Retrieved full task data for done task 8526108521 2024-11-03T13:09:20Z: DEBUG ▶ 27a [Todoist Migration] Retrieved full task data for done task 8526102103 2024-11-03T13:09:20Z: DEBUG ▶ 27b [Todoist Migration] Retrieved full task data for done task 8526074856 2024-11-03T13:09:20Z: DEBUG ▶ 27c [Todoist Migration] Retrieved full task data for done task 8378549725 2024-11-03T13:09:20Z: DEBUG ▶ 27d [Todoist Migration] Retrieved full task data for done task 8378549529 2024-11-03T13:09:20Z: DEBUG ▶ 27e [Todoist Migration] Retrieved full task data for done task 8524649469 2024-11-03T13:09:20Z: DEBUG ▶ 27f [Todoist Migration] Retrieved full task data for done task 8518086191 2024-11-03T13:09:21Z: DEBUG ▶ 280 [Todoist Migration] Retrieved full task data for done task 8518222900 2024-11-03T13:09:21Z: DEBUG ▶ 281 [Todoist Migration] Retrieved full task data for done task 8524951612 2024-11-03T13:09:21Z: DEBUG ▶ 282 [Todoist Migration] Retrieved full task data for done task 5180916336 2024-11-03T13:09:21Z: DEBUG ▶ 283 [Todoist Migration] Retrieved full task data for done task 8518198687 2024-11-03T13:09:21Z: DEBUG ▶ 284 [Todoist Migration] Retrieved full task data for done task 8518200532 2024-11-03T13:09:22Z: DEBUG ▶ 285 [Todoist Migration] Retrieved full task data for done task 8518199635 2024-11-03T13:09:22Z: DEBUG ▶ 286 [Todoist Migration] Retrieved full task data for done task 8525049850 2024-11-03T13:09:22Z: DEBUG ▶ 287 [Todoist Migration] Retrieved full task data for done task 8518197687 2024-11-03T13:09:22Z: DEBUG ▶ 288 [Todoist Migration] Retrieved full task data for done task 8518222815 2024-11-03T13:09:22Z: DEBUG ▶ 289 [Todoist Migration] Retrieved full task data for done task 8493078079 2024-11-03T13:09:22Z: DEBUG ▶ 28a [Todoist Migration] Got 159 done items for user 1 2024-11-03T13:09:22Z: DEBUG ▶ 28b [Todoist Migration] Getting archived projects for user 1 2024-11-03T13:09:23Z: DEBUG ▶ 28c [Todoist Migration] Got 14 archived projects for user 1 2024-11-03T13:09:23Z: DEBUG ▶ 28d [Todoist Migration] Getting data for archived projects for user 1 2024-11-03T13:09:24Z: WEB ▶ 192.168.1.94 GET 200 /api/v1/notifications?page=1 2.171263ms - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0 2024-11-03T13:09:30Z: DEBUG ▶ 290 [Todoist Migration] Got all todoist user data for user 1 2024-11-03T13:09:30Z: DEBUG ▶ 291 [Todoist Migration] Start converting data for user 1 2024-11-03T13:09:30Z: DEBUG ▶ 292 [Todoist Migration] Could not find task 5801549763 in tasks map while trying to resolve subtasks for task 8304467452 2024-11-03T13:09:30Z: DEBUG ▶ 293 [Todoist Migration] Could not find task 5801549763 in tasks map while trying to resolve subtasks for task 8304467797 2024-11-03T13:09:30Z: DEBUG ▶ 294 [Todoist Migration] Could not find task 7181437585 in tasks map while trying to resolve subtasks for task 8363079148 2024-11-03T13:09:30Z: DEBUG ▶ 295 [Todoist Migration] Could not find task 7181437585 in tasks map while trying to resolve subtasks for task 8363079304 2024-11-03T13:09:30Z: DEBUG ▶ 296 [Todoist Migration] Could not find task 7181437585 in tasks map while trying to resolve subtasks for task 8363079441 2024-11-03T13:09:30Z: DEBUG ▶ 297 [Todoist Migration] Could not find task 8114784599 in tasks map while trying to add it as subtask 2024-11-03T13:09:30Z: DEBUG ▶ 298 [Todoist Migration] Could not find task 8114784953 in tasks map while trying to add it as subtask 2024-11-03T13:09:30Z: DEBUG ▶ 299 [Todoist Migration] Could not find task 8524588082 in tasks map while trying to add it as subtask 2024-11-03T13:09:30Z: DEBUG ▶ 29a [Todoist Migration] Could not find task 8378549437 in tasks map while trying to add it as subtask 2024-11-03T13:09:30Z: DEBUG ▶ 29b [Todoist Migration] Could not find task 8114466106 in tasks map while trying to add it as subtask 2024-11-03T13:09:30Z: DEBUG ▶ 29c [Todoist Migration] Could not find task 8114796538 in tasks map while trying to add it as subtask 2024-11-03T13:09:30Z: DEBUG ▶ 29d [Todoist Migration] Could not find task 8114752290 in tasks map while trying to add it as subtask 2024-11-03T13:09:30Z: DEBUG ▶ 29e [Todoist Migration] Could not find task 8114458693 in tasks map while trying to add it as subtask 2024-11-03T13:09:30Z: DEBUG ▶ 29f [Todoist Migration] Could not find task 8120903649 in tasks map while trying to add it as subtask 2024-11-03T13:09:30Z: DEBUG ▶ 2a0 [Todoist Migration] Could not find task 8462462405 in tasks map while trying to add it as subtask 2024-11-03T13:09:30Z: DEBUG ▶ 2a1 [Todoist Migration] Could not find task 8114770593 in tasks map while trying to add it as subtask 2024-11-03T13:09:30Z: DEBUG ▶ 2a2 [Todoist Migration] Could not find task 8114746900 in tasks map while trying to add it as subtask 2024-11-03T13:09:30Z: DEBUG ▶ 2a3 [Todoist Migration] Could not find task 8114765521 in tasks map while trying to add it as subtask 2024-11-03T13:09:30Z: DEBUG ▶ 2a4 [Todoist Migration] Could not find task 8114487018 in tasks map while trying to add it as subtask 2024-11-03T13:09:30Z: DEBUG ▶ 2a5 [Todoist Migration] Could not find task 8378549725 in tasks map while trying to add it as subtask 2024-11-03T13:09:30Z: DEBUG ▶ 2a6 [Todoist Migration] Could not find task 8378549529 in tasks map while trying to add it as subtask 2024-11-03T13:09:30Z: DEBUG ▶ 2a7 [Todoist Migration] Could not find task 6500879357 for note 3202789526 2024-11-03T13:09:30Z: DEBUG ▶ 2a8 [Todoist Migration] Could not find task 3535011369 for note 3419477461 2024-11-03T13:09:30Z: DEBUG ▶ 2a9 [Todoist Migration] Could not find task 3535011701 for note 3438305717 2024-11-03T13:09:30Z: DEBUG ▶ 2aa [Todoist Migration] Could not find task 4554643477 for note 3453124734 2024-11-03T13:09:30Z: DEBUG ▶ 2ab [Todoist Migration] Could not find task 6527549643 for note 3460911059 2024-11-03T13:09:34Z: WEB ▶ 192.168.1.94 GET 200 /api/v1/notifications?page=1 2.31319ms - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0 2024-11-03T13:09:44Z: WEB ▶ 192.168.1.94 GET 200 /api/v1/notifications?page=1 2.599617ms - Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0 2024-11-03T13:09:48Z: DEBUG ▶ 2b0 Could not find task 7181437585 for reminder 2585471140 while trying to resolve reminders 2024-11-03T13:09:48Z: DEBUG ▶ 2b1 Could not find task 8378549725 for reminder 2584306799 while trying to resolve reminders 2024-11-03T13:09:48Z: DEBUG ▶ 2b2 [Todoist Migration] Done converting data for user 1 2024-11-03T13:09:48Z: DEBUG ▶ 2b3 [Todoist Migration] Start inserting data for user 1 2024-11-03T13:09:48Z: DEBUG ▶ 2b4 [creating structure] Creating 38 projects 2024-11-03T13:09:48Z: DEBUG ▶ 2b7 [creating structure] Created project 6 2024-11-03T13:09:48Z: DEBUG ▶ 2bc Sending project created notifications to 0 subscribers for project 6 2024-11-03T13:09:48Z: DEBUG ▶ 2d5 [creating structure] Creating 0 tasks 2024-11-03T13:09:48Z: DEBUG ▶ 2db [creating structure] Created project 6 2024-11-03T13:09:48Z: DEBUG ▶ 2de [creating structure] Created project 7 2024-11-03T13:09:48Z: DEBUG ▶ 2df [creating structure] Creating 3 buckets 2024-11-03T13:09:48Z: DEBUG ▶ 2e5 Sending project created notifications to 0 subscribers for project 7 2024-11-03T13:09:48Z: DEBUG ▶ 2ea [creating structure] Created bucket 12, old ID was 11 2024-11-03T13:09:48Z: DEBUG ▶ 2ee [creating structure] Created bucket 13, old ID was 21 2024-11-03T13:09:48Z: DEBUG ▶ 2f2 [creating structure] Created bucket 14, old ID was 26 2024-11-03T13:09:48Z: DEBUG ▶ 30c [creating structure] Creating 25 tasks 2024-11-03T13:09:48Z: DEBUG ▶ 324 [creating structure] Created task 20 2024-11-03T13:09:48Z: DEBUG ▶ 332 Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 346 [creating structure] Created task 21 2024-11-03T13:09:48Z: DEBUG ▶ 351 Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 368 [creating structure] Created task 22 2024-11-03T13:09:48Z: DEBUG ▶ 373 Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 38b [creating structure] Created task 23 2024-11-03T13:09:48Z: DEBUG ▶ 394 Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 3ac [creating structure] Created task 24 2024-11-03T13:09:48Z: DEBUG ▶ 3b7 Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 3ce [creating structure] Created task 25 2024-11-03T13:09:48Z: DEBUG ▶ 3dc Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 3f0 [creating structure] Created task 26 2024-11-03T13:09:48Z: DEBUG ▶ 3fe Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 412 [creating structure] Created task 27 2024-11-03T13:09:48Z: DEBUG ▶ 41d Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 435 [creating structure] Created task 28 2024-11-03T13:09:48Z: DEBUG ▶ 43f Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 456 [creating structure] Created task 29 2024-11-03T13:09:48Z: DEBUG ▶ 464 Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 479 [creating structure] Created task 30 2024-11-03T13:09:48Z: DEBUG ▶ 483 Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 49a [creating structure] Created task 31 2024-11-03T13:09:48Z: DEBUG ▶ 4a5 Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 4bc [creating structure] Created task 32 2024-11-03T13:09:48Z: DEBUG ▶ 4c7 Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 4df [creating structure] Created task 33 2024-11-03T13:09:48Z: DEBUG ▶ 4e9 Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 500 [creating structure] Created task 34 2024-11-03T13:09:48Z: DEBUG ▶ 50b Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 522 [creating structure] Created task 35 2024-11-03T13:09:48Z: DEBUG ▶ 52f Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 544 [creating structure] Created task 36 2024-11-03T13:09:48Z: DEBUG ▶ 550 Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 567 [creating structure] Created task 37 2024-11-03T13:09:48Z: DEBUG ▶ 571 Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 588 [creating structure] Created task 38 2024-11-03T13:09:48Z: DEBUG ▶ 595 Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 5ab [creating structure] Created task 39 2024-11-03T13:09:48Z: DEBUG ▶ 5b5 Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 5cc [creating structure] Created task 40 2024-11-03T13:09:48Z: DEBUG ▶ 5d9 Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 5ec [creating structure] Created task 41 2024-11-03T13:09:48Z: DEBUG ▶ 5f9 Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 610 [creating structure] Created task 42 2024-11-03T13:09:48Z: DEBUG ▶ 61c Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 632 [creating structure] Created task 43 2024-11-03T13:09:48Z: DEBUG ▶ 63f Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 654 [creating structure] Created task 44 2024-11-03T13:09:48Z: DEBUG ▶ 655 [creating structure] Created project 7 2024-11-03T13:09:48Z: DEBUG ▶ 65e Did not find any webhook for the task.created event for project 7, not sending 2024-11-03T13:09:48Z: DEBUG ▶ 662 [creating structure] Created project 8 2024-11-03T13:09:48Z: DEBUG ▶ 667 Sending project created notifications to 0 subscribers for project 8 2024-11-03T13:09:48Z: DEBUG ▶ 680 [creating structure] Creating 0 tasks 2024-11-03T13:09:48Z: DEBUG ▶ 686 [creating structure] Created project 8 2024-11-03T13:09:48Z: DEBUG ▶ 689 [creating structure] Created project 9 2024-11-03T13:09:48Z: DEBUG ▶ 68a [creating structure] Creating 2 buckets 2024-11-03T13:09:48Z: DEBUG ▶ 690 Sending project created notifications to 0 subscribers for project 9 2024-11-03T13:09:48Z: DEBUG ▶ 695 [creating structure] Created bucket 17, old ID was 7 2024-11-03T13:09:48Z: DEBUG ▶ 699 [creating structure] Created bucket 18, old ID was 22 2024-11-03T13:09:48Z: DEBUG ▶ 6b2 [creating structure] Creating 2 tasks 2024-11-03T13:09:48Z: DEBUG ▶ 6c1 [creating structure] Created task 45 2024-11-03T13:09:48Z: DEBUG ▶ 6c2 [creating structure] Creating 1 related task kinds 2024-11-03T13:09:48Z: DEBUG ▶ 6c3 [creating structure] Creating 2 related tasks for kind subtask 2024-11-03T13:09:48Z: DEBUG ▶ 6d9 Did not find any webhook for the task.updated event for project 9, not sending 2024-11-03T13:09:48Z: ERROR ▶ 6de [creating structure] Error while creating structure: Bucket does not exist [BucketID: 22] 2024-11-03T13:09:48Z: ERROR ▶ 6df [Migration] Migration 2 from todoist for user 1 failed. Error was: Bucket does not exist [BucketID: 22] ```
Author
Owner

@tkedwards commented on GitHub (Nov 8, 2024):

I've run into the same issue, I've attached the log file showing an attempted import from Todoist with VIKUNJA_LOG_LEVEL: debug in the Docker compose file.
vikunja test.txt

@tkedwards commented on GitHub (Nov 8, 2024): I've run into the same issue, I've attached the log file showing an attempted import from Todoist with `VIKUNJA_LOG_LEVEL: debug` in the Docker compose file. [vikunja test.txt](https://github.com/user-attachments/files/17672233/vikunja.test.txt)
Author
Owner

@tkedwards commented on GitHub (Nov 11, 2024):

I just tried it with the latest unstable Docker build (v0.24.1-440-44c659aa34) but no luck, same errors:

2024-11-11T03:01:27Z: ERROR     ▶ def [creating structure] Error while creating structure: Bucket does not exist [BucketID: 126]
2024-11-11T03:01:27Z: ERROR     ▶ df0 [Migration] Migration 4 from todoist for user 1 failed. Error was: Bucket does not exist [BucketID: 126]
@tkedwards commented on GitHub (Nov 11, 2024): I just tried it with the latest unstable Docker build (v0.24.1-440-44c659aa34) but no luck, same errors: ``` 2024-11-11T03:01:27Z: ERROR ▶ def [creating structure] Error while creating structure: Bucket does not exist [BucketID: 126] 2024-11-11T03:01:27Z: ERROR ▶ df0 [Migration] Migration 4 from todoist for user 1 failed. Error was: Bucket does not exist [BucketID: 126] ```
Author
Owner

@kolaente commented on GitHub (Jan 17, 2025):

I've just tried to reproduce this and was unable to. Can you add more details about what your todoist lists look like? Especially kanban boards.

@kolaente commented on GitHub (Jan 17, 2025): I've just tried to reproduce this and was unable to. Can you add more details about what your todoist lists look like? Especially kanban boards.
Author
Owner

@tkedwards commented on GitHub (Jan 19, 2025):

I've tested again, and I can still reproduce the same issue:

2025-01-19T01:12:22Z: ERROR     ▶ 3127 [creating structure] Error while creating structure: Bucket does not exist [BucketID: 133]
2025-01-19T01:12:22Z: ERROR     ▶ 3128 [Migration] Migration 5 from todoist for user 1 failed. Error was: Bucket does not exist [BucketID: 133]

I don't use Kanban boards. I've got 4 main projects, 3 have one level of sub-projects and one has 2 levels. There are a couple of hundred tasks all up spread through the projects.

@tkedwards commented on GitHub (Jan 19, 2025): I've tested again, and I can still reproduce the same issue: ``` 2025-01-19T01:12:22Z: ERROR ▶ 3127 [creating structure] Error while creating structure: Bucket does not exist [BucketID: 133] 2025-01-19T01:12:22Z: ERROR ▶ 3128 [Migration] Migration 5 from todoist for user 1 failed. Error was: Bucket does not exist [BucketID: 133] ``` I don't use Kanban boards. I've got 4 main projects, 3 have one level of sub-projects and one has 2 levels. There are a couple of hundred tasks all up spread through the projects.
Author
Owner

@kolaente commented on GitHub (Jan 19, 2025):

Are you using sections?

@kolaente commented on GitHub (Jan 19, 2025): Are you using sections?
Author
Owner

@tkedwards commented on GitHub (Jan 19, 2025):

Yes, lots of sections, spread around different projects

@tkedwards commented on GitHub (Jan 19, 2025): Yes, lots of sections, spread around different projects
Author
Owner

@kolaente commented on GitHub (Jan 20, 2025):

Since I'm still unable to reproduce this, I've added more logging in 0e37049343. Can you try it again with the next unstable build (ready in ~45min) and report back with debug logs?

@kolaente commented on GitHub (Jan 20, 2025): Since I'm still unable to reproduce this, I've added more logging in 0e37049343058dacf4dccd8477f220e6045b8f34. Can you try it again with the next unstable build (ready in ~45min) and report back with debug logs?
Author
Owner

@tkedwards commented on GitHub (Jan 21, 2025):

Thanks, I'm away for a couple of days but will give this a try later in the week when I'm back

@tkedwards commented on GitHub (Jan 21, 2025): Thanks, I'm away for a couple of days but will give this a try later in the week when I'm back
Author
Owner

@tkedwards commented on GitHub (Jan 27, 2025):

Sorry for the delay:

docker image ls
REPOSITORY                     TAG        IMAGE ID       CREATED        SIZE
vikunja/vikunja                unstable   411c64664c3c   26 hours ago   86.1MB

docker image inspect 411c64664c3c
[
    {
        "Id": "sha256:411c64664c3cb8195e800f0ca9c796734a59cef84c0ee62d7917a203e20d299a",
        "RepoTags": [
            "vikunja/vikunja:unstable"
        ],
        "RepoDigests": [
            "vikunja/vikunja@sha256:05c3f64fbdb2d727e2cd45bcd0ed251b5128293e921e01946915c62e717d1bfc"
        ],
        "Parent": "",
        "Comment": "buildkit.dockerfile.v0",
        "Created": "2025-01-26T00:36:12.929751844Z",
        "DockerVersion": "",
        "Author": "",
        "Config": {
            "Hostname": "",
            "Domainname": "",
            "User": "1000",
            "AttachStdin": false,
            "AttachStdout": false,
            "AttachStderr": false,
            "ExposedPorts": {
                "3456/tcp": {}
            },
            "Tty": false,
            "OpenStdin": false,
            "StdinOnce": false,
            "Env": [
                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "VIKUNJA_SERVICE_ROOTPATH=/app/vikunja/",
                "VIKUNJA_DATABASE_PATH=/db/vikunja.db"
            ],
            "Cmd": null,
            "Image": "",
            "Volumes": null,
            "WorkingDir": "/app/vikunja",
            "Entrypoint": [
                "/app/vikunja/vikunja"
            ],
            "OnBuild": null,
            "Labels": {
                "org.opencontainers.image.authors": "maintainers@vikunja.io",
                "org.opencontainers.image.documentation": "https://vikunja.io/docs",
                "org.opencontainers.image.licenses": "AGPLv3",
                "org.opencontainers.image.source": "https://code.vikunja.io/vikunja",
                "org.opencontainers.image.title": "Vikunja",
                "org.opencontainers.image.url": "https://vikunja.io"
            }
        },
        "Architecture": "amd64",
        "Os": "linux",
        "Size": 86069678,
        "GraphDriver": {
            "Data": null,
            "Name": "btrfs"
        },
        "RootFS": {
            "Type": "layers",
            "Layers": [
                "sha256:0be3cf9353e4c551afea0ac07fecff2a5ecc8a8c818bf8baf47c8701eeb69b4d",
                "sha256:05e30438353bb7b60641ce1d6dcf6eb111af1bd9035297d150081012c1f32e4d",
                "sha256:3d8bd5fdc086420907e94d663f3af8fab12a8e29a3065b0afda417ef0574d47f"
            ]
        },
        "Metadata": {
            "LastTagTime": "0001-01-01T00:00:00Z"
        }
    }
]

Output of docker logs:


2025-01-27T02:47:45Z: WEB       ▶ 167.179.148.196  GET 200 /api/v1/notifications?page=1 409.618µs - Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0
2025-01-27T02:47:55Z: WEB       ▶ 167.179.148.196  GET 200 /api/v1/notifications?page=1 9.116556ms - Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0
2025-01-27T02:47:55Z: ERROR     ▶ 1f2b [creating structure] Error while creating structure: Bucket does not exist [BucketID: 137]
2025-01-27T02:47:55Z: ERROR     ▶ 1f2c [Migration] Migration 6 from todoist for user 1 failed. Error was: Bucket does not exist [BucketID: 137]
2025-01-27T02:47:59Z: WEB       ▶ 167.179.148.196  GET 200 /api/v1/projects/10/views/37/tasks?sort_by[]=position&order_by[]=asc&filter=&filter_include_nulls=false&filter_timezone=GMT&s=&expand=subtasks&page=1 2.195751ms - Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0
2025-01-27T02:47:59Z: WEB       ▶ 167.179.148.196  GET 200 /api/v1/projects/10 2.363374ms - Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0

Not sure if that Docker unstable latest had the extra logging you added? Is there a way to get it in a docker container or would I need to build Vikunja to get that commit?

@tkedwards commented on GitHub (Jan 27, 2025): Sorry for the delay: ``` docker image ls REPOSITORY TAG IMAGE ID CREATED SIZE vikunja/vikunja unstable 411c64664c3c 26 hours ago 86.1MB ``` ``` docker image inspect 411c64664c3c [ { "Id": "sha256:411c64664c3cb8195e800f0ca9c796734a59cef84c0ee62d7917a203e20d299a", "RepoTags": [ "vikunja/vikunja:unstable" ], "RepoDigests": [ "vikunja/vikunja@sha256:05c3f64fbdb2d727e2cd45bcd0ed251b5128293e921e01946915c62e717d1bfc" ], "Parent": "", "Comment": "buildkit.dockerfile.v0", "Created": "2025-01-26T00:36:12.929751844Z", "DockerVersion": "", "Author": "", "Config": { "Hostname": "", "Domainname": "", "User": "1000", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "3456/tcp": {} }, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "VIKUNJA_SERVICE_ROOTPATH=/app/vikunja/", "VIKUNJA_DATABASE_PATH=/db/vikunja.db" ], "Cmd": null, "Image": "", "Volumes": null, "WorkingDir": "/app/vikunja", "Entrypoint": [ "/app/vikunja/vikunja" ], "OnBuild": null, "Labels": { "org.opencontainers.image.authors": "maintainers@vikunja.io", "org.opencontainers.image.documentation": "https://vikunja.io/docs", "org.opencontainers.image.licenses": "AGPLv3", "org.opencontainers.image.source": "https://code.vikunja.io/vikunja", "org.opencontainers.image.title": "Vikunja", "org.opencontainers.image.url": "https://vikunja.io" } }, "Architecture": "amd64", "Os": "linux", "Size": 86069678, "GraphDriver": { "Data": null, "Name": "btrfs" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:0be3cf9353e4c551afea0ac07fecff2a5ecc8a8c818bf8baf47c8701eeb69b4d", "sha256:05e30438353bb7b60641ce1d6dcf6eb111af1bd9035297d150081012c1f32e4d", "sha256:3d8bd5fdc086420907e94d663f3af8fab12a8e29a3065b0afda417ef0574d47f" ] }, "Metadata": { "LastTagTime": "0001-01-01T00:00:00Z" } } ] ``` Output of docker logs: ``` 2025-01-27T02:47:45Z: WEB ▶ 167.179.148.196 GET 200 /api/v1/notifications?page=1 409.618µs - Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0 2025-01-27T02:47:55Z: WEB ▶ 167.179.148.196 GET 200 /api/v1/notifications?page=1 9.116556ms - Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0 2025-01-27T02:47:55Z: ERROR ▶ 1f2b [creating structure] Error while creating structure: Bucket does not exist [BucketID: 137] 2025-01-27T02:47:55Z: ERROR ▶ 1f2c [Migration] Migration 6 from todoist for user 1 failed. Error was: Bucket does not exist [BucketID: 137] 2025-01-27T02:47:59Z: WEB ▶ 167.179.148.196 GET 200 /api/v1/projects/10/views/37/tasks?sort_by[]=position&order_by[]=asc&filter=&filter_include_nulls=false&filter_timezone=GMT&s=&expand=subtasks&page=1 2.195751ms - Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0 2025-01-27T02:47:59Z: WEB ▶ 167.179.148.196 GET 200 /api/v1/projects/10 2.363374ms - Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0 ``` Not sure if that Docker unstable latest had the extra logging you added? Is there a way to get it in a docker container or would I need to build Vikunja to get that commit?
Author
Owner

@kolaente commented on GitHub (Jan 28, 2025):

Not sure if that Docker unstable latest had the extra logging you added? Is there a way to get it in a docker container or would I need to build Vikunja to get that commit?

If you pull the latest unstable docker container, it should be fine.

You'll need to enable debug logging to see the new logs though

@kolaente commented on GitHub (Jan 28, 2025): > Not sure if that Docker unstable latest had the extra logging you added? Is there a way to get it in a docker container or would I need to build Vikunja to get that commit? If you pull the latest `unstable` docker container, it should be fine. You'll need to [enable debug logging](https://vikunja.io/docs/config-options/#1-log-level) to see the new logs though
Author
Owner

@tkedwards commented on GitHub (Jan 30, 2025):

I think I've got the log finally, see full log file attached.


2025-01-30T10:24:15Z: DEBUG	▶ 40a [creating structure] Creating 1 related tasks for kind subtask
2025-01-30T10:24:15Z: DEBUG	▶ 415 [creating structure] Error while creating related task 12: Bucket does not exist [BucketID: 148]
2025-01-30T10:24:15Z: ERROR	▶ 416 [creating structure] Error while creating structure: Bucket does not exist [BucketID: 148]
2025-01-30T10:24:15Z: ERROR	▶ 417 [Migration] Migration 1 from todoist for user 1 failed. Error was: Bucket does not exist [BucketID: 148]
2025-01-30T10:24:15Z: DEBUG	▶ 45d Did not find any webhook for the task.created event for project 3, not sending

vikunja.log

@tkedwards commented on GitHub (Jan 30, 2025): I think I've got the log finally, see full log file attached. ``` 2025-01-30T10:24:15Z: DEBUG ▶ 40a [creating structure] Creating 1 related tasks for kind subtask 2025-01-30T10:24:15Z: DEBUG ▶ 415 [creating structure] Error while creating related task 12: Bucket does not exist [BucketID: 148] 2025-01-30T10:24:15Z: ERROR ▶ 416 [creating structure] Error while creating structure: Bucket does not exist [BucketID: 148] 2025-01-30T10:24:15Z: ERROR ▶ 417 [Migration] Migration 1 from todoist for user 1 failed. Error was: Bucket does not exist [BucketID: 148] 2025-01-30T10:24:15Z: DEBUG ▶ 45d Did not find any webhook for the task.created event for project 3, not sending ``` [vikunja.log](https://github.com/user-attachments/files/18601002/vikunja.log)
Author
Owner

@kolaente commented on GitHub (Jun 24, 2025):

Related forum thread: https://community.vikunja.io/t/incomplete-todoist-import/3763/10

@kolaente commented on GitHub (Jun 24, 2025): Related forum thread: https://community.vikunja.io/t/incomplete-todoist-import/3763/10
Author
Owner

@kolaente commented on GitHub (Jun 25, 2025):

Fixed in https://github.com/go-vikunja/vikunja/pull/1015, please check with the next unstable build (should be ready for deployment in ~30min, also on try).

@kolaente commented on GitHub (Jun 25, 2025): Fixed in https://github.com/go-vikunja/vikunja/pull/1015, please check with the next unstable build (should be ready for deployment in ~30min, also on [try](https://try.vikunja.io)).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#218