Cantaloupe credentials needed for export sync #7

Open
opened 2026-05-21 23:34:38 +00:00 by shawn · 0 comments
Owner

Status

The Cantaloupe export subprocess now works (fixed cwd in e9d18cb), but ~/.cantaloupe.env contains dummy credentials:

CANTALOUPE_EMAIL=user@example.com
CANTALOUPE_PASSWORD=secret123

What needs to happen

Replace with real mycantaloupe.com account credentials. Also set CANTALOUPE_EMAIL and CANTALOUPE_PASSWORD environment variables or update ~/.cantaloupe.env.

Verification

cd ~/projects/cantaloupe-downloader && python -m cantaloupe export --scheduled --output ~/cantaloupe-exports/

Should download an Excel file and report row count.

Related

  • Fix: issue #6 (export cwd)
  • Cron job 5ababff9c6e9 (Cantaloupe 6h Sync)
  • Task t_d9a34471
## Status The Cantaloupe export subprocess now works (fixed cwd in e9d18cb), but ~/.cantaloupe.env contains dummy credentials: ``` CANTALOUPE_EMAIL=user@example.com CANTALOUPE_PASSWORD=secret123 ``` ## What needs to happen Replace with real mycantaloupe.com account credentials. Also set CANTALOUPE_EMAIL and CANTALOUPE_PASSWORD environment variables or update ~/.cantaloupe.env. ## Verification ```bash cd ~/projects/cantaloupe-downloader && python -m cantaloupe export --scheduled --output ~/cantaloupe-exports/ ``` Should download an Excel file and report row count. ## Related - Fix: issue #6 (export cwd) - Cron job 5ababff9c6e9 (Cantaloupe 6h Sync) - Task t_d9a34471
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shawn/canteen-admin-server#7