Command line ODKBriefcase suddenly stopped working in the past few days

Hi all!

I get my data with ODKBriefcase from command line on linux.

In the past few days the ODKBriefcase java command line cannot fetch my submissions anymore. I’ve used this same command daily since last week, and it stopped working this week. I’m still able to fetch my submissions using the graphical ODKBriefcase interface, but not with the command line. I can’t figure out what’s going on…

After “Start getting submission IDs” I get “Error getting batches of instance IDs: HTTP 404 Not Found”.

Any clue what’s going on?

Command:
user@server:~$ java -jar ODK-Briefcase-v1.18.0.jar -plla -sd “BriefcaseStorage” -id “$formid” -u “$username” -p “$passowrd” -U “KoboToolbox

2024-02-20 14:12:02,329 [ForkJoinPool-1-worker-19] INFO o.o.b.p.a.PullFromAggregateTracker - Pull AKSPCU BASELINE DATA ENTRY AND RF TOOL - Start pulling form and submissions
2024-02-20 14:12:02,332 [ForkJoinPool-1-worker-19] INFO o.o.b.p.a.PullFromAggregateTracker - Pull AKSPCU BASELINE DATA ENTRY AND RF TOOL - Start downloading form
2024-02-20 14:12:02,636 [ForkJoinPool-1-worker-19] INFO o.o.b.p.a.PullFromAggregateTracker - Pull AKSPCU BASELINE DATA ENTRY AND RF TOOL - Form downloaded
2024-02-20 14:12:02,636 [ForkJoinPool-1-worker-19] INFO o.o.b.p.a.PullFromAggregateTracker - Pull AKSPCU BASELINE DATA ENTRY AND RF TOOL - Start getting form manifest
2024-02-20 14:12:02,871 [ForkJoinPool-1-worker-19] INFO o.o.b.p.a.PullFromAggregateTracker - Pull AKSPCU BASELINE DATA ENTRY AND RF TOOL - Got the form manifest
2024-02-20 14:12:02,872 [ForkJoinPool-1-worker-19] INFO o.o.b.p.a.PullFromAggregateTracker - Pull AKSPCU BASELINE DATA ENTRY AND RF TOOL - Skipping 4 form attachments that have been already downloaded
2024-02-20 14:12:02,873 [ForkJoinPool-1-worker-19] INFO o.o.b.p.a.PullFromAggregateTracker - Pull AKSPCU BASELINE DATA ENTRY AND RF TOOL - Start getting submission IDs
2024-02-20 14:12:03,054 [ForkJoinPool-1-worker-19] ERROR o.o.b.p.a.PullFromAggregateTracker - Pull AKSPCU BASELINE DATA ENTRY AND RF TOOL - Error getting batches of instance IDs: HTTP 404 Not Found
2024-02-20 14:12:03,090 [ForkJoinPool-1-worker-19] INFO o.o.b.p.a.PullFromAggregateTracker - Push AKSPCU BASELINE DATA ENTRY AND RF TOOL - There are no submissions to download
2024-02-20 14:12:03,353 [ForkJoinPool-1-worker-19] INFO o.o.b.p.a.PullFromAggregateTracker - Pull AKSPCU BASELINE DATA ENTRY AND RF TOOL - Success with errors

Welcome back to the community, @robinaudy! I am pinging @Xiphware to see if there are any issues.

We have a similar issue with the Windows version of ODK Briefcase.
photo_2024-02-22_17-22-15

Thanks for confirming the issue nbtl2cu.

Very curiously, I’m able to get the forms when I use the graphical version of ODK briefcase. The issue only happens with I pull via the command line.

Screenshot from 2024-02-22 14-27-06

Update: The issue resolved itself since I checked last week.

I didn’t change a thing on my side, but everything now runs like nothing happened.

Thanks!