Ultraviolet icon indicating copy to clipboard operation
Ultraviolet copied to clipboard

Bare Server

Open sankuhubreal opened this issue 11 months ago • 15 comments

When trying to search with a clean version of Ultraviolet, I am receiving an error of "there are no bare clients" with "Code: UNKOWN". Here's a screenshot of my issue. Any way to resolve it? Thanks! error

sankuhubreal avatar Mar 07 '24 02:03 sankuhubreal

I also get this same issue. No idea how to fix it.

whos-evan avatar Mar 08 '24 03:03 whos-evan

setup issue, no bare server being hosted probably

tuta-amb avatar Mar 08 '24 15:03 tuta-amb

setup issue, no bare server being hosted probably

I had this same issue and my bare was intact it appears to be an issue with Ultraviolet.

not-amplify avatar Mar 09 '24 01:03 not-amplify

setup issue, no bare server being hosted probably

I had this same issue and my bare was intact it appears to be an issue with Ultraviolet.

I specifically found that when compiled this error has to do with uv.sw.js

not-amplify avatar Mar 09 '24 01:03 not-amplify

maybe more sw registering problems

tuta-amb avatar Mar 09 '24 02:03 tuta-amb

maybe more sw registering problems

That’s what I thought so I tried setting my register method to the default, my own, and few others. None of them worked

not-amplify avatar Mar 09 '24 13:03 not-amplify

What service is this being hosted on?

NottPeak avatar Mar 10 '24 00:03 NottPeak

What service is this being hosted on?

I’ve used every hosting I can think of all the same…

not-amplify avatar Mar 10 '24 14:03 not-amplify

its something with your implementation then, i would recommend looking at Ultraviolet App or other sites like nebula for an example. you could also leave a link to a repo with your current code and ill check it out

NottPeak avatar Mar 10 '24 22:03 NottPeak

its something with your implementation then, i would recommend looking at Ultraviolet App or other sites like nebula for an example. you could also leave a link to a repo with your current code and ill check it out

nebula has also similar issues!

zptqghsw avatar Mar 11 '24 09:03 zptqghsw

Known issue with new version of Ultraviolet, you can use an older version for now

ProgrammerIn-wonderland avatar Mar 11 '24 09:03 ProgrammerIn-wonderland

Known issue with new version of Ultraviolet, you can use an older version for now

I got it working... people are not applying epoxy correctly. people need to add importScripts("/epoxy/index.js); and add the the Baremux set transport method to the epoxy and configure the wispUrl and then your set.

not-amplify avatar Mar 11 '24 12:03 not-amplify

Known issue with new version of Ultraviolet, you can use an older version for now

I got it working... people are not applying epoxy correctly. people need to add importScripts("/epoxy/index.js); and add the the Baremux set transport method to the epoxy and configure the wispUrl and then your set.

How to do it, can you give a tutorial?

zptqghsw avatar Mar 11 '24 13:03 zptqghsw

Known issue with new version of Ultraviolet, you can use an older version for now

I got it working... people are not applying epoxy correctly. people need to add importScripts("/epoxy/index.js); and add the the Baremux set transport method to the epoxy and configure the wispUrl and then your set.

How to do it, can you give a tutorial?

I'm currently working on getting it to use libcurl to see which is better cause I'm still having some issues where wisp will crash with epoxy

not-amplify avatar Mar 12 '24 11:03 not-amplify

Known issue with new version of Ultraviolet, you can use an older version for now

I got it working... people are not applying epoxy correctly. people need to add importScripts("/epoxy/index.js); and add the the Baremux set transport method to the epoxy and configure the wispUrl and then your set.

How to do it, can you give a tutorial?

I'm currently working on getting it to use libcurl to see which is better cause I'm still having some issues where wisp will crash with epoxy

does anybody know how to successfully implete=ment libcurl with the backend?

not-amplify avatar Mar 14 '24 15:03 not-amplify

this issue was resolved in 3.1.1, try updating uv-app if you are using it or updating your uv version if its your own custom frontend

closing as completed

Percslol avatar May 04 '24 18:05 Percslol