titaniumnetwork-dev / Ultraviolet-App

Example application of Ultraviolet which can be deployed in production.
https://docs.titaniumnetwork.org/proxies/ultraviolet
MIT License
253 stars 4.02k forks source link

Error processing your request #49

Open matti377 opened 1 year ago

matti377 commented 1 year ago

I Installed The VPN on an VPS with an public ip (ubuntu server). It is running in the background with pm2 (I did everything like it was explained in the wiki). When I enter an url, for example google.com I get this: Screenshot 2023-04-23 at 10 56 48 Does somebody know how to fix this?

Bigfoot9999 commented 1 year ago

You have to have a bare server running or change the settings in uv.config.js.

matti377 commented 1 year ago

wat do I need to change? Here is my file:

self.__uv$config = { prefix: "/uv/service/", bare: "/bare/", encodeUrl: Ultraviolet.codec.xor.encode, decodeUrl: Ultraviolet.codec.xor.decode, handler: "/uv/uv.handler.js", client: "/uv/uv.client.js", bundle: "/uv/uv.bundle.js", config: "/uv/uv.config.js", sw: "/uv/uv.sw.js", };

C-1-R commented 1 year ago

I've got the same problem. It was working fine just a week ago. When I go to the bare server it says the following: { "versions": [ "v1", "v2" ], "language": "NodeJS", "memoryUsage": 10.82, "project": { "name": "bare-server-node", "description": "TOMPHTTP NodeJS Bare Server", "repository": "https://github.com/tomphttp/bare-server-node", "version": "1.2.5" } } Does this have anything to do with the problem?

PotatoLord1234 commented 11 months ago

Hey, the same thing is happening to me. Did you ever figure it out?

Notplayingallday383 commented 9 months ago

kind of weird but maybe Update UV and Bare cus v1.2.5 of Bare isnt the latest 2.0.1 is and for UV 2.0.0 is the latest or v1.0.11 if u need bare v2 so yea prob update that and try again

Praveit commented 9 months ago

How do I update it?

mochaisthere commented 9 months ago

if you are using an NGINX reverse proxy, try updating the buffer sizes.

Deovolentezz commented 5 months ago

I have the same problem, how to solve it?