-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed to run custom build command for mediasoup-sys v0.3.1
#17
Comments
i have the same issue here https://media.discordapp.net/attachments/773218752400588801/939437894458802227/Knipsel.PNG |
Hello, thanks for the help (I'm coming back now because my pc had problems) Now, Vortex is installed but does not seem to start Error: however I can't find the line corresponding to Vortex's ws (after that I don't know if it is well configured. I confess I'm a little bit lost regarding the configuration of Vortex on my server) |
@Cocam123 i had to do some hunting around for it if u get it working please inform me as i have vortex running but no audio for some odd reason |
@Cocam123 @DisListMe You must configure it in. env |
@SurpriseLon no no i know this thank you tho
currently but it just dosnt take audio
|
@DisListMe you can try with tmux (I use it and it works well) on the other hand, I have configured Vortex with the following settings: Vortex starts but cannot join a voice channel (as if Vortex was not installed) |
you need to set your ws (websocket) to your own domain m8 @Cocam123 |
Or Short version You may have a SSL certificate issue. The connection point rule can be summarized as: wss connects on https only https accepts wss only |
i'm still having issues myself getting |
i use it with pm2 and it works just fine just need to create a start script in a package.json |
again @scottoss thank you for that i will keep in mind but again my main issue is i can connect via my own instance and api and ws but once im in voice with another user we can not actually hear one another, ive set up everything as needed from what i can tell but i will attempt again and if nothing still changes i will re-create on new vps or dedi and list my steps one by one to see if maybe its in my process or something else cause im utterly dumbstruck |
i dont know what u might have done wrong i also have a own instance wich works fine but if u post ur steps here i may be able to help |
I'm not understanding how a setup of the above would look like can you show me a example please of
I was told my |
hello,I got a seam problem when I am ready to run Vortex,I use the command I'm not very familiar with how to configure the environment for "rusy" language programs, so I tried to modify the /src/util/variables.rs file based on the error message, and I'm wondering if the reason for the error is that I configured the wrong file. Here is the content of my /variables.rs use mediasoup::data_structures::TransportListenIp; lazy_static! {
} pub fn preflight_checks() {
} |
Hello everyone. First of all, sorry for the delay I took. I just wanted to say that my problem concerning Vortex is still not solved. Indeed, when I try to start Vortex, I have the following error that appears: thread 'main' panicked at 'Missing WS_URL environment variable.: NotPresent', src/util/variables.rs:16:43 I searched for several hours to solve this problem but could not find a solution. If you need any particular information (like API link, .env file information or anything else, please let me know) I thank you in advance for your answer |
You're missing the variable WS_URL in your .env file. You can see the variables needed in the README.md file I don't know how detailed you want this explained, but you have to add this to your .env file |
Hello, WS_URL has been added in the .env file under vortex configuration but it still does not work By the way, I have created a new issue just to talk about this particular problem
|
Hello,
For several days (since I installed Revolt on my server) I can't install vortex because the following error occurs:
I send a txt file below with the error
My server is under Debian and I can't find the resolution to this problem
Thanks to everyone who will help me
The text was updated successfully, but these errors were encountered: