inotia00 / rvx-builder

A NodeJS ReVanced Extended builder
GNU General Public License v3.0
525 stars 47 forks source link

How to provide a Reddit Client ID? #108

Closed auanasgheps closed 10 months ago

auanasgheps commented 10 months ago

Describe the bug How do I provide a Reddit Client ID to build a modded Reddit Client?

On Android I would create reddit_client_id_revanced.txt in the storage root containing the Reddit ID. I tried placing such file in the revanced folder, but I get this error:

GRAVE: Spoof client failed: app.revanced.patcher.patch.PatchException: No client ID provided

To Reproduce Steps to reproduce the behavior:

  1. Attempt to build a Reddit client such as Infinity or Sync for Reddit
  2. Enable mod Spoof Client
  3. Build will fail because the Client ID is missing

Screenshots immagine

immagine

revanced-builder Version: 3.9.12

Desktop (please complete the following information):

Additional context Using Official Revanced patches

inotia00 commented 10 months ago

rvx-builder is compatible with official ReVanced sources, but this does not mean it provides support for official ReVanced Patches

Ask the official ReVanced subreddit

btw rvx-builder is patched with CLI, so you need to add the value to options.json

auanasgheps commented 10 months ago

Thanks, it works :)