react-native-community/upgrade-helper

UNABLE To Fetch RN versions in the list

akshatkumawat opened this issue · 10 comments

Bug

React Native versions

Steps to reproduce

Describe what you expected to happen:

  1. Open The tool

  2. Select the current version ( But it doesnt fetch )

  3. Select the Newer version ( But it doesnt fetch )

Same issue with me

Screenshot 2023-06-05 at 11 44 36 AM

curl 'https://raw.githubusercontent.com/react-native-community/rn-diff-purge/master/RELEASES'
-H 'sec-ch-ua: "Google Chrome";v="113", "Chromium";v="113", "Not-A.Brand";v="24"'
-H 'Referer: https://react-native-community.github.io/'
-H 'sec-ch-ua-mobile: ?0'
-H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'
-H 'sec-ch-ua-platform: "macOS"'
--compressed

Hi @akshatkumawat @nemapranay, I hope you're doing well.
I wanted to check in and see if the issue we discussed earlier is still ongoing.
(If not, let's consider closing the issue)

this start to come agian!!

Facing the same issue

Facing same issue

Facing the same issue, do we have alternative upgrade helper

I was able to resolve this problem by adding the following DNS entry to my network:

8.8.8.8

I was able to resolve this problem by adding the following DNS entry to my network:

8.8.8.8

This solution worked for me, thanks

I encountered the same issue, but it was resolved when I switched my internet connection. It appears that my internet provider was restricting access to the API responsible for fetching dropdown values.

8.8.8.8

This works for me, thanks