Replies: 10 comments 32 replies
-
I'm having the same, I am unable to join a voice channel on my self-hosted version. Although the Revolt API server logs show a successful response after attempting to join the call: revolt-api-1 | INFO rocket::server > POST /channels/01J8S371F6EWFG6Z6TT26KBJYS/join_call:
revolt-api-1 | INFO _ > Matched: (call) POST /channels/<target>/join_call
revolt-api-1 | INFO _ > Outcome: Success
revolt-api-1 | INFO _ > Response succeeded. In the browser's developer tools, the network tab shows a response indicating an error: {
"type": "VosoUnavailable",
"location": "crates/delta/src/routes/channels/voice_join.rs:29:20"
}
|
Beta Was this translation helpful? Give feedback.
-
Hey guys, have you been able to resolve this? Just set up my instance and attempt to join a voice channel results in the same If it helps, I'm running revolt on Ubuntu 22.04, via docker compose. It's hosted on a droplet in Digital Ocean, I do have my own domain set up for it, and apart from voice basic stuff seems to work (I was able to register w/ invite only turned on and send messages to text channels). Happy to provide more info if needed |
Beta Was this translation helpful? Give feedback.
-
vortex .env
That's all I know at the moment. But at the moment I don't know how to make revolt work in the current version with vortex. |
Beta Was this translation helpful? Give feedback.
-
So, is there a way to run self-hosted revolt with voice chat? If somebody can do it, keep this discussion up to date please |
Beta Was this translation helpful? Give feedback.
-
I have successfully launched a voice chat!!! Revolt.toml
and search tocken place .env in vortex
and need open ports 10001-11000
|
Beta Was this translation helpful? Give feedback.
-
If someone also managed to laconically make voice chats work, please let us know. I would also like to repeat your success, preferably compatible with a self-hosted repository. I recently suffered from the fact that media was not loaded (even the avatar did not change), as a result, changing the port in candyfile helped. It wouldn't be bad if it was enough to change compose.yml in order to make voice channels work |
Beta Was this translation helpful? Give feedback.
-
If you can figure it out completely, it would be nice if you could provide full instructions on how to work with vortex, at the moment I'm stuck at compile time and have no idea how to solve the problem.
In my case, I'm working through WS 2022 and Docker Desktop |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hello there! I've managed to boot vortex (cloning vortex repo, adding default.nix and building it like johnsnowdies did) on a VM separate from Revolt. Both are set behind NPM. From this point VC became joinable, but there is no sound transferred as well as there are no errors neither in browser nor in Vortex console. I believe that I've screwed NPM configs coz I'm redirecting vortex.some.domain to http://vortex_host:8080 + websockets support w/o any additional advanced settings. TL;DR |
Beta Was this translation helpful? Give feedback.
-
Just an update on this since I see people are still trying to get Vortex running; |
Beta Was this translation helpful? Give feedback.
-
I build my own server with the repo sel-hosted. When I switch to the voice channel and click the button, my broswer returned "VosoUnavailable". So whether I need to install other services for the voice channel or I just need to edit some config file to enable the voice chat?
Beta Was this translation helpful? Give feedback.
All reactions