UseInterstellar / Interstellar

One of the most popular modern web proxies with blazing fast speeds and a variety of games.
https://discord.gg/Interstellar
GNU Affero General Public License v3.0
926 stars 10.93k forks source link

Can't access any websites #809

Closed Hotrod006 closed 1 month ago

Hotrod006 commented 1 month ago

When I try to look anything up, I receive this error message on-screen "RangeError: Failed to construct 'Response': The status provided (0) is outside the range [200, 599]."

Steps to reproduce the behavior:

  1. Run: npn run start
  2. Go to the local host website
  3. Search up anything

I expected to go to the website I was looking up, which in my case was YouTube.com.

IncognitoTGT commented 1 month ago

did you make your codespace public?

Lun-r commented 1 month ago

You're most likely getting that error due to not setting your port to public when you run pnpm i && pnpm start. usually the pop-up appears in the bottom right, and will give you the option to either a. "open in browser" (which results in the error you're getting), or b. "make public" (which will have it run as intended). hope this helps

IncognitoTGT commented 1 month ago

stale