Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flutter: upgrader.ITunesResults.version: RangeError (index): Invalid value: Valid value range is empty: 0 #316

Open
GautamSharma05 opened this issue Jul 28, 2023 · 6 comments
Labels
need more information Further information is requested

Comments

@GautamSharma05
Copy link

flutter: upgrader.ITunesResults.version: RangeError (index): Invalid value: Valid value range is empty: 0
flutter: upgrader.ITunesResults.trackViewUrl: RangeError (index): Invalid value: Valid value range is empty: 0
flutter: upgrader.ITunesResults.releaseNotes: RangeError (index): Invalid value: Valid value range is empty: 0
flutter: upgrader.ITunesResults.description: RangeError (index): Invalid value: Valid value range is empty: 0

upgrader:
dependency: "direct main"
url: "https://pub.dev"
source: hosted
version: "8.0.0"

@dawid-niedzwiecki
Copy link

Please fix, it's very annoying :(

@larryaasen
Copy link
Owner

@GautamSharma05 To better assist in analyzing issues, please include all of the upgrader log, which can be enabled by setting debugLogging to true.

@larryaasen larryaasen added the need more information Further information is requested label Nov 7, 2023
@mulvad
Copy link
Contributor

mulvad commented Nov 29, 2023

This happens if your app isn't listed in the App Store. There is a simple fix for it, that I can provide in a PR if needed?

@larryaasen
Copy link
Owner

@mulvad What kind of fix are you thinking about?

@mulvad
Copy link
Contributor

mulvad commented Nov 29, 2023

I made a proposal here: #360

@atsokha
Copy link

atsokha commented Jan 31, 2024

@larryaasen Today, we have disabled access to the app for all countries except the USA, Canada, and Mexico. As a result, we are encountering the following error:
flutter: upgrader.ITunesResults.version: RangeError (index): Invalid value: Valid value range is empty: 0 flutter: upgrader.ITunesResults.trackViewUrl: RangeError (index): Invalid value: Valid value range is empty: 0 flutter: upgrader.ITunesResults.releaseNotes: RangeError (index): Invalid value: Valid value range is empty: 0 flutter: upgrader.ITunesResults.description: RangeError (index): Invalid value: Valid value range is empty: 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need more information Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants