titaniumnetwork-dev / Ultraviolet

A highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers. Works by intercepting HTTP requests with a service worker script that follows the TompHTTP specifications.
https://docs.titaniumnetwork.org/proxies/ultraviolet
GNU Affero General Public License v3.0
440 stars 3.61k forks source link

RangeError: Failed to construct 'Response': The status provided (0) is outside the range [200, 599]. #99

Closed pretzer25 closed 3 months ago

pretzer25 commented 5 months ago

Issue tracker is ONLY used for reporting bugs. New features should be discussed on our Discord server.

to work

RangeError: Failed to construct 'Response': The status provided (0) is outside the range [200, 599].

umm... RangeError: Failed to construct 'Response': The status provided (0) is outside the range [200, 599].

fix it

1.try the proxy 2. 3. 4.

Context (Environment)

verlcel

Detailed Description

Possible Implementation

VillainsRule commented 5 months ago

what proxy service what link

tuta-amb commented 5 months ago

Which proxy is this? This is generally caused by an invalid response from the proxy (bare) server.

pretzer25 commented 5 months ago

https://ultraviolet-static-archive-sandy.vercel.app/

tuta-amb commented 5 months ago

@pretzner25 This is an issue with the bare server, it is not properly configured. Since you are deploying on Vercel, you cannot host the bare server (the proxy server) there, as it requires a backend (Vercel is a static host). You must either host a bare server somewhere else or use someone else's.