Closed not-amplify closed 2 months ago
can you tell me what release of v3 you are using, everything seems to be fine on latest and sites seem to be loading
also the error you specified seeing is fine, thats just bare-mux's fake websocket
can you tell me what release of v3 you are using, everything seems to be fine on latest and sites seem to be loading
Ultraviolet v3.1 with a modification from illusionsTBA’s middleware injection UV.
That shouldn’t affect it tho
could you try a fresh version off of the GitHub releases or npm?
could you try a fresh version off of the GitHub releases or npm?
I updated my repo with ur version and its still not working now I'm also having a bare clients issue, siggggggghhhhhhhhhhhhhhh.....................
There’s a error if ('serviceWorker' in navigator) { BareMux.registerRemoteListener(navigator.serviceWorker.controller) navigator.serviceWorker.ready.then(async () => { setupTransports(); })}; i added a }
There’s a error if ('serviceWorker' in navigator) { BareMux.registerRemoteListener(navigator.serviceWorker.controller) navigator.serviceWorker.ready.then(async () => { setupTransports(); })}; i added a }
What the full code so I can see the difference I’m always dumb and confused on 2 hours of sleep
This was previous if ('serviceWorker' in navigator) { BareMux.registerRemoteListener(navigator.serviceWorker.controller) navigator.serviceWorker.ready.then(async () => { setupTransports(); });
this is what i did
if ('serviceWorker' in navigator) {
BareMux.registerRemoteListener(navigator.serviceWorker.controller) navigator.serviceWorker.ready.then(async () => { setupTransports(); })};
Okay
can you tell me what release of v3 you are using, everything seems to be fine on latest and sites seem to be loading
Ultraviolet v3.1 with a modification from illusionsTBA’s middleware injection UV.
Illusions version of UV has not been updated to UV 3x. If your using it that's probably why. If you flat out modified UV you probably just messed up
can you tell me what release of v3 you are using, everything seems to be fine on latest and sites seem to be loading
Ultraviolet v3.1 with a modification from illusionsTBA’s middleware injection UV.
Illusions version of UV has not been updated to UV 3x. If your using it that's probably why. If you flat out modified UV you probably just messed up
I directly modified UV. I can confirm that it is not me because UV v3 without the modifications doesn’t work still
can you tell me what release of v3 you are using, everything seems to be fine on latest and sites seem to be loading
Ultraviolet v3.1 with a modification from illusionsTBA’s middleware injection UV.
Illusions version of UV has not been updated to UV 3x. If your using it that's probably why. If you flat out modified UV you probably just messed up
I directly modified UV. I can confirm that it is not me because UV v3 without the modifications doesn’t work still
UV v3 without modifications seems to work on the public proxy instances, could you send me the link to the repo where v3 is trying to be implemented if thats possible
can you tell me what release of v3 you are using, everything seems to be fine on latest and sites seem to be loading
Ultraviolet v3.1 with a modification from illusionsTBA’s middleware injection UV.
Illusions version of UV has not been updated to UV 3x. If your using it that's probably why. If you flat out modified UV you probably just messed up
I directly modified UV. I can confirm that it is not me because UV v3 without the modifications doesn’t work still
UV v3 without modifications seems to work on the public proxy instances, could you send me the link to the repo where v3 is trying to be implemented if thats possible
https://github.com/NightProxy/Night-UV I gotta redo the mods to update the repo cause I also modified the build
Discord works perfectly fine for me, using a Gitpod deployment
Discord works perfectly fine for me, using a Gitpod deployment
do you not see this issue is dead ;-;
Hey, I'm currently developing a proxy using UV v3 and I just get this when I try to use Discord: Something I've noticed is it attempts to connect to ws://127.0.0.1:1 and that's the last error message before it fails I've also noticed issues with other sites :/ I'm not sure if it could be my register code but here it is:
Any help would be appreciated