Ultraviolet
Ultraviolet copied to clipboard
Bare Server
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!
I also get this same issue. No idea how to fix it.
setup issue, no bare server being hosted probably
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.
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
maybe more sw registering problems
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
What service is this being hosted on?
What service is this being hosted on?
I’ve used every hosting I can think of all the same…
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
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!
Known issue with new version of Ultraviolet, you can use an older version for now
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.
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?
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
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?
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