Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Todoist import error #344

Closed
mariomaz87 opened this issue Nov 1, 2024 · 1 comment
Closed

Todoist import error #344

mariomaz87 opened this issue Nov 1, 2024 · 1 comment

Comments

@mariomaz87
Copy link

Description

Hi, I'm trying to import my Todoist tasks but the import process stops after only two tasks (I have hundreds of them).
In the log I have:

2024-11-01T14:13:27Z: ERROR	▶ 5db [creating structure] Error while creating structure: Bucket does not exist [BucketID: 22]

2024-11-01T14:13:27Z: ERROR	▶ 5dc [Migration] Migration 1 from todoist for user 1 failed. Error was: Bucket does not exist [BucketID: 22]

This is my docker compose:

version: '3'

services:
  vikunja:
    image: vikunja/vikunja
    environment:
      VIKUNJA_SERVICE_PUBLICURL: https://todo.mariorasp.duckdns.org/
      VIKUNJA_DATABASE_HOST: db
      VIKUNJA_DATABASE_PASSWORD: xxx
      VIKUNJA_DATABASE_TYPE: mysql
      VIKUNJA_DATABASE_USER: vikunja
      VIKUNJA_DATABASE_DATABASE: vikunja
      VIKUNJA_SERVICE_JWTSECRET: xxx
      VIKUNJA_MIGRATION_TODOIST_CLIENTID: xxx
      VIKUNJA_MIGRATION_TODOIST_CLIENTSECRET: xxxx
      VIKUNJA_MIGRATION_TODOIST_ENABLE: true
      VIKUNJA_MIGRATION_TODOIST_REDIRECTURL: https://todo.mariorasp.duckdns.org/migrate/todoist
    ports:
      - 3456:3456
    volumes:
      - /home/mario/vikunja/files:/app/vikunja/files
    depends_on:
      db:
        condition: service_healthy
    restart: unless-stopped
  db:
    image: mariadb:10
    command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
    environment:
      MYSQL_ROOT_PASSWORD: xxx
      MYSQL_USER: vikunja
      MYSQL_PASSWORD: xxxxx
      MYSQL_DATABASE: vikunja
    volumes:
      - /home/mario/vikunja/db:/var/lib/mysql
    restart: unless-stopped
    healthcheck:
      test: ["CMD-SHELL", "mysqladmin ping -h localhost -u $$MYSQL_USER --password=$$MYSQL_PASSWORD"]
      interval: 2s
      start_period: 30s

Thanks!

Vikunja Version

0.24.4

Browser and version

No response

Can you reproduce the bug on the Vikunja demo site?

No

Screenshots

No response

@kolaente
Copy link
Member

kolaente commented Nov 2, 2024

Duplicate of #254

@kolaente kolaente marked this as a duplicate of #254 Nov 2, 2024
@kolaente kolaente closed this as completed Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants