Closed potat-dev closed 2 years ago
hide-cast-button depends on integrations but integrations have not been merged yet. This patch can not succeed without the integrations.
hide-cast-button depends on integrations but integrations have not been merged yet. This patch can not succeed without the integrations.
What does this mean? Could you explain how to fix or work around it? Could you reference the issue or pull request that will resolve this if it is a known error?
Here is a reference on how to merge integrations.
I have read this document multiple times and it makes one minor passing note about integrations at the very bottom without referencing this error. I did figure it out myself now.
For anyone else encountering this: download the latest integration APK from https://github.com/revanced/revanced-integrations (or any other source that you're using) and supply the path to this APK to the CLI with the "-m" option.
The error is a custom one by a patch. The CLI is agnostic to any patch which is why it can't mention this error message. The patch explains that integrations were not merged, which should implicate the need for the opposite.
The error is a custom one by a patch. The CLI is agnostic to any patch which is why it can't mention this error message. The patch explains that integrations were not merged, which should implicate the need of the opposite.
That is true, I understand. However, this does not excuse the poor documentation. Frequent issues like this one should be documented with their solutions.
The CLI documentation would be in the wrong place as the error is a custom one returned by a patch.
I get an error when trying to patch:
And I don't understand how to fix it