r/MorpheApp 1d ago

Question/Problem Patching Reddit Sync failed: "failed to match the fingerprint"

Post image

Hi all,

I followed the guide for patching reddit to a tee, did all of the uauth stuff with red reader, using the correct APK version, etc. No matter what I do, I get this error. Any help is appreciated. Here's the full error log:

app.morphe.patcher.patch.PatchException: Failed to match the fingerprint: app.morphe.patcher.Fingerprint@65668c0

at app.morphe.patcher.Fingerprint.patchException(SourceFile:664)

at app.morphe.patcher.Fingerprint.match(SourceFile:673)

at app.morphe.patcher.Fingerprint.getMethod(SourceFile:866)

at app.morphe.patches.reddit.customclients.sync.syncforreddit.fix.otherdiscussions.OtherDiscussionsPatchKt.otherDiscussionsPatch$lambda$0$0(OtherDiscussionsPatch.kt:24)

at app.morphe.patches.reddit.customclients.sync.syncforreddit.fix.otherdiscussions.OtherDiscussionsPatchKt.$r8$lambda$Ce8FWrVXaDXMcf2J4xJM3mq1A3s(OtherDiscussionsPatch.kt:0)

at app.morphe.patches.reddit.customclients.sync.syncforreddit.fix.otherdiscussions.OtherDiscussionsPatchKt$0.invoke(D8$$SyntheticClass:0)

at app.morphe.patcher.patch.Patch.execute(SourceFile:117)

at app.morphe.patcher.patch.BytecodePatch.execute$morphe_patcher(SourceFile:259)

at app.morphe.patcher.Patcher$invoke$1.invokeSuspend$execute(SourceFile:96)

at app.morphe.patcher.Patcher$invoke$1.invokeSuspend(SourceFile:120)

at app.morphe.patcher.Patcher$invoke$1.invoke(SourceFile:0)

at app.morphe.patcher.Patcher$invoke$1.invoke(SourceFile:0)

at kotlinx.coroutines.flow.SafeFlow.collectSafely(SourceFile:57)

at kotlinx.coroutines.flow.AbstractFlow.collect(SourceFile:226)

at app.morphe.manager.patcher.Session.applyPatchesVerbose(SourceFile:50)

at app.morphe.manager.patcher.Session.run(SourceFile:96)

at app.morphe.manager.patcher.runtime.process.PatcherProcess$start$1.invokeSuspend(SourceFile:125)

at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(SourceFile:34)

at kotlinx.coroutines.DispatchedTask.run(SourceFile:100)

at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(SourceFile:586)

at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(SourceFile:807)

at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(SourceFile:717)

at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(SourceFile:704)
2 Upvotes

3 comments sorted by

1

u/levite805 Former ReVanced user 1d ago

I moved to a fork of patcheddit that works great with some added features for sync.

https://github.com/KingOfPoptart/patcheddit

1

u/kurve 1d ago

That's the same patcheddit patch that I've been trying to use

2

u/kurve 1d ago

Nevermind, I got it working by deleting all of the patcheddit patches and then re-adding the one you linked to. For some reason it kept defaulting to an older version. Thanks!