ImranR98 / Obtainium

Get Android app updates straight from the source.
https://obtainium.imranr.dev
GNU General Public License v3.0
8.24k stars 179 forks source link

Brave Browser on Obtainium For Android Phones GOS #1952

Closed stantonlarson closed 2 weeks ago

stantonlarson commented 3 weeks ago

When Brave Browser is downloaded to Obtainium it downloads but it will not install. I contacted GOS and they suggested that this was an issue with your app.

This is the message I get when I try to install Brave on Obtainium.

It says ( Unexpected Error ) Range Error ( start ) invalid value: Not in inclusive range 0.1:-1

This was the feedback I received from Graphene OS: Looks like a configuration error in Obtanium? Its trying to access index -1 in a range of 0.1. I'd look for a channel for Obtanium to get support and/or manually review the Brave entry configuration

Can you please review this report and see if your app can be fixed to install Brave. Thanks

stantonlarson commented 3 weeks ago

Brave Browser Message when I click install

DwainZwerg commented 3 weeks ago

Clearly looks like an incorrect configuration. What do your settings look like?

Otherwise, try these settings: includePrereleases = true fallbackToOlderReleases = true verifyLatestTag = false versionExtractionRegEx = Relea versionDetection = true

stantonlarson commented 2 weeks ago

Good Afternoon

These are my settings and still not working. All other apps I had install are working as intended including the updates

Thanks 

Nov 5, 2024, 05:40 by @.***:

Clearly looks like an incorrect configuration. What do your settings look like?

Otherwise, try these settings: includePrereleases = true fallbackToOlderReleases = true verifyLatestTag = false versionExtractionRegEx = Relea versionDetection = true

— Reply to this email directly, > view it on GitHub https://github.com/ImranR98/Obtainium/issues/1952#issuecomment-2456825557> , or > unsubscribe https://github.com/notifications/unsubscribe-auth/BMVQASLEPQP572UXRWJLL4TZ7COBBAVCNFSM6AAAAABRF2AQISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJWHAZDKNJVG4> . You are receiving this because you authored the thread.> Message ID: > <ImranR98/Obtainium/issues/1952/2456825557> @> github> .> com>

stantonlarson commented 2 weeks ago

Screenshot_20241105-124845 Screenshot_20241105-124955 Screenshot_20241105-125026

DwainZwerg commented 2 weeks ago

Verify Latest Tag must be false!

stantonlarson commented 2 weeks ago

Verify the latest tag

I am still getting the same error

DarkCrypt commented 2 weeks ago

@DwainZwerg stantonlarson is using the config from Obtainium's Config website which is producing the issue.

@stantonlarson This config is for stable version Bravearm64Universal.

Brave Config: Install Link: Brave (Stable)

stantonlarson commented 2 weeks ago

This conf file you provided me worked. What was causing the issue ? thanks

DarkCrypt commented 2 weeks ago
You're welcome friend. This table is a comparison of the differences between the configs. Obtainium Website Config Revised Config
Include prereleases:
OFF
Include prereleases:
ON
(Some stable releases are tagged pre-release.)
Filter Release Titles by Regular Expression:
NONE
Filter Release Titles by Regular Expression:
Release
(Brave offers 3 different versions within GitHub releases. Stable, Beta, and Nightly. Using this filter targets stable releases.)
Verify the latest tag:
ON
Verify the latest tag:
OFF
(Some stable releases are tagged latest and some are tagged pre-release. This needs to be off in order to retrieve updates from both tags.)
Trim Version String With ReGex:
Relea
Trim Version String With ReGex:
NONE
(Filter not used.)
Filter APKs by Regular Expression:
NONE
Filter APKs by Regular Expression:
Universal
(Brave offers multiple apks. Using this filter targets the Bravearm64Universal apk.)
DwainZwerg commented 2 weeks ago

should be corrected