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

Inconsistent 503 Errors #59

Open
yachtwave opened this issue Aug 27, 2024 · 2 comments
Open

Inconsistent 503 Errors #59

yachtwave opened this issue Aug 27, 2024 · 2 comments

Comments

@yachtwave
Copy link

yachtwave commented Aug 27, 2024

I installed Sentry in my React Native app. It sends an error log anytime an HTTPS call receives a 503 response. I now see random and inconsistent 503 errors when [react-native-store-version] checks for an updated version. Is anyone else experiencing the same?

Here is a public link to the Sentry entry.

https://yachtwave.sentry.io/share/issue/afa9c03da5b048b1bd45ae103b4c5a77/

Here is more detail from Sentry:

XHR
info
01:54:05.181
GET: https://itunes.apple.com/lookup?id=6447794172&country=us&1724766844848 [503]
HTTP
info
01:54:05.145
GET: https://itunes.apple.com/lookup [503]

{
http.query: id=6447794172&country=us&1724766844848,
reason: service unavailable,
request_body_size: 0,
response_body_size: 0
}

@daehyeonmun2021
Copy link

Same issue. So I had to wrap it with try and skip checking store version to avoid this exception.

@yachtwave
Copy link
Author

yachtwave commented Sep 30, 2024

I see a lot of 503 errors in Sentry with this package and the URL: https://itunes.apple.com/lookup. Is Apple against using this URL for this purpose and prefers that the Apple Store API be used instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants