Skip to content

Fetch the correct file for campaignconfig.txt on the client#138

Merged
Raugharr merged 1 commit intomainfrom
filesystem-fix-campaign-config
Jan 21, 2026
Merged

Fetch the correct file for campaignconfig.txt on the client#138
Raugharr merged 1 commit intomainfrom
filesystem-fix-campaign-config

Conversation

@Raugharr
Copy link
Owner

This fixes the client's FileSystem from incorrectly using the Config to get the campaignconfig.txt's file name. Apparently the filename for that config can only be dynamic on the server side, not the client side.

File localConfig = new File(cacheDir + "/campaignconfig.txt");
shows the DataFetchClient using the hardcoded filename.

This also changes the calculateChecksum method to remove any already computed checksums.

@Raugharr Raugharr force-pushed the filesystem-fix-campaign-config branch from df23fe4 to 6d9fab1 Compare January 11, 2026 19:53
@Raugharr Raugharr force-pushed the filesystem-fix-campaign-config branch from 6d9fab1 to f1124da Compare January 21, 2026 01:51
@Raugharr Raugharr merged commit 8f85dd3 into main Jan 21, 2026
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants