I encountered this issue and the problem for me is that the mapping_version value in gradle.properties was wrong, I am using minecraft version 1.21.4 and parchment mappings version should be 2025.02.16.
I was supposed to have mapping_version=2025.02.15-1.21.4 but I had a typo where I wrote 2024 instead of 2025 which caused the issue.
Make sure it's correctly formatted like this:
mapping_version={YEAR}.{MONTH}.{DATE}-{MINECRAFT_VERSION}
And maybe make sure you didn't misspell the mapping_channel=parchment either.