How to recover single file from "Content tag mismatch"

I have a video file that works just fine when i try to watch it in the vault, i cannot see a single wrong thing about it, but i cannot copy it to any other place as then it fails with:

java.io.IOException: org.cryptomator.cryptolib.api.AuthenticationFailedException: Content tag mismatch.
	at org.cryptomator.cryptofs@2.7.1/org.cryptomator.cryptofs.fh.ChunkCache.getChunk(ChunkCache.java:123)
	at org.cryptomator.cryptofs@2.7.1/org.cryptomator.cryptofs.ch.CleartextFileChannel.readLocked(CleartextFileChannel.java:112)
	at org.cryptomator.cryptofs@2.7.1/org.cryptomator.cryptofs.ch.AbstractFileChannel.read(AbstractFileChannel.java:155)
	at org.cryptomator.frontend.fuse@5.0.2/org.cryptomator.frontend.fuse.OpenFile.read(OpenFile.java:59)
	at org.cryptomator.frontend.fuse@5.0.2/org.cryptomator.frontend.fuse.ReadOnlyFileHandler.read(ReadOnlyFileHandler.java:62)
	at org.cryptomator.frontend.fuse@5.0.2/org.cryptomator.frontend.fuse.ReadOnlyAdapter.read(ReadOnlyAdapter.java:345)
	at org.cryptomator.jfuse.api@0.7.0/org.cryptomator.jfuse.api.FuseOperationsDecorator.read(FuseOperationsDecorator.java:117)
	at org.cryptomator.jfuse.win@0.7.0/org.cryptomator.jfuse.win.FuseImpl.read(FuseImpl.java:199)
Caused by: org.cryptomator.cryptolib.api.AuthenticationFailedException: Content tag mismatch.
	at org.cryptomator.cryptolib@2.2.0/org.cryptomator.cryptolib.v2.FileContentCryptorImpl.decryptChunk(FileContentCryptorImpl.java:146)
	at org.cryptomator.cryptolib@2.2.0/org.cryptomator.cryptolib.v2.FileContentCryptorImpl.decryptChunk(FileContentCryptorImpl.java:97)
	at org.cryptomator.cryptofs@2.7.1/org.cryptomator.cryptofs.fh.ChunkLoader.load(ChunkLoader.java:40)
	at org.cryptomator.cryptofs@2.7.1/org.cryptomator.cryptofs.fh.ChunkCache.loadChunk(ChunkCache.java:133)
	at org.cryptomator.cryptofs@2.7.1/org.cryptomator.cryptofs.fh.ChunkCache.lambda$getChunk$2(ChunkCache.java:117)
	at com.github.benmanes.caffeine/com.github.benmanes.caffeine.cache.BoundedLocalCache.lambda$remap$16(BoundedLocalCache.java:2858)
	at java.base/java.util.concurrent.ConcurrentHashMap.compute(Unknown Source)
	at com.github.benmanes.caffeine/com.github.benmanes.caffeine.cache.BoundedLocalCache.remap(BoundedLocalCache.java:2853)
	at com.github.benmanes.caffeine/com.github.benmanes.caffeine.cache.BoundedLocalCache.compute(BoundedLocalCache.java:2803)
	at com.github.benmanes.caffeine/com.github.benmanes.caffeine.cache.LocalCache.compute(LocalCache.java:99)
	at org.cryptomator.cryptofs@2.7.1/org.cryptomator.cryptofs.fh.ChunkCache.getChunk(ChunkCache.java:115)
	... 7 common frames omitted
Caused by: javax.crypto.AEADBadTagException: Tag mismatch
	at java.base/com.sun.crypto.provider.GaloisCounterMode$GCMDecrypt.doFinal(Unknown Source)
	at java.base/com.sun.crypto.provider.GaloisCounterMode.engineDoFinal(Unknown Source)
	at java.base/javax.crypto.Cipher.doFinal(Unknown Source)
	at org.cryptomator.cryptolib@2.2.0/org.cryptomator.cryptolib.v2.FileContentCryptorImpl.decryptChunk(FileContentCryptorImpl.java:143)
	... 17 common frames omitted

so whatever its having issues with, does not contain any useful data anyways, so is there any way to go around this? just skip whatever is causing the issue and just let me copy the file out? So far the most stupid way ive found is to cut out single frame of the video where the issue happens (cant even see any issue with the frame itself, just found it by randomly moving the cut point until it worked…), but hoping for something a bit more practical, as seems i got few of these…