Giter Site home page Giter Site logo

Prosody.err logs about docs HOT 9 CLOSED

christiancuri avatar christiancuri commented on July 21, 2024
Prosody.err logs

from docs.

Comments (9)

christiancuri avatar christiancuri commented on July 21, 2024

U are using what OS?

from docs.

rohitcoder avatar rohitcoder commented on July 21, 2024

Ubuntu 18.04 on AWS EC2

AMI => ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-20200408

from docs.

christiancuri avatar christiancuri commented on July 21, 2024

Correct, i'm using same OS and AMI on AWS, you can try run scripts from new ec2 machine? I created this docs based on this OS on AWS, and i not got this error, i already create 4 machines using this doc, and i will try get your error to resolve, but, you can try install from new ec2 machine ?

from docs.

rohitcoder avatar rohitcoder commented on July 21, 2024

Hi @christiancuri ,

I did a fresh installation and when i try to restart all services, i get this error "Failed to restart jigasi.service: Unit jigasi.service not found."

You can check this host: https://call-stage.edvoid.com/

This is a staging subdomain and its separate, can you check if this is right?

my secret is: example_app_secret

i tried generating token with jwt.io but i don't think it's working.

from docs.

rohitcoder avatar rohitcoder commented on July 21, 2024

@christiancuri should i close this thread?

from docs.

christiancuri avatar christiancuri commented on July 21, 2024

@rohitcoder this message
"Failed to restart jigasi.service: Unit jigasi.service not found." not has problem, because on this doc not have step to install jigasi, but the script to restart is to restart all jitsi services, not have problem

from docs.

christiancuri avatar christiancuri commented on July 21, 2024

@rohitcoder success working on your host, https://prnt.sc/saq0t8

i created the token using https://repl.it/languages/nodejs with the following code
`const jwt = require('jsonwebtoken')

const obj = {
context: {
user: {
email: '[email protected]',
name: 'Christian Curi',
id: '123'
},
group: 'group'
},
room: 'MikeSantos'
}

const token = jwt.sign(obj, 'example_app_secret', {
issuer: 'jitsi',
subject: https://call-stage.edvoid.com,
expiresIn: '12h',
audience: 'jitsi'
})

console.log(token)`

from docs.

rohitcoder avatar rohitcoder commented on July 21, 2024

@christiancuri ,

I don't think it's still working as expected "for authentication"

I followed your same method still, i am not able to make a video call to a second person with help of this. You can follow below use cases to reproduce my situation.

Use Case 1

  1. Create a JWT token for "User A" and assign room "test" in JSON payload
  2. Now using this, same token visit https://call-stage.edvoid.com/test?jwt=GENERATED_TOKEN_HERE you won't see any error, because you created it for test room.
  3. But, now visit another room using visit https://call-stage.edvoid.com/otherRoom?jwt=GENERATED_TOKEN_HERE still, you are not getting error as authentication failed.

Use Case 2

  1. In your above reply, you sent me a screenshot https://prnt.sc/saq0t8 where you demonstrated you can access room using this JWT but, did you verified by calling from that room to other user? Because it doesn't work for me here! I was also able to see a screen like you for me only, but i wasn't able to make a call.
  2. Create a JWT token for "User A" and assign room "test" in JSON payload
  3. Create another JWT token for "User B" and assign room "test" in JSON payload
  4. Now, using this both tokens open room in Multiple browsers or incognito tabs, you'll notice you can see only your own face you can't send a message/ do a video call with another person who joined same room. + I am also not getting any notification like "You are assigned role as moderator" like we receive in normal jitsi without auth.

Let me know, if you can help me out with this, or i'll try to forward this in main Jitsi Forum.

Thanks,
Rohit

from docs.

rohitcoder avatar rohitcoder commented on July 21, 2024

Closing this thread since i didn't received any response in 11 days, This kind of open issue distracts me, i've lot of opened issues, so closing it now, i believe i won't get any answer now.

from docs.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.