Paul Tepper Fisher

Results 11 comments of Paul Tepper Fisher

Isn't it looking up the XmppConnection directly? It's not clear how the connection could be null, given how it's getting/looking it up. Maybe the protocolProvider is just never registered somehow?

I'm running exactly what's currently on the master branch. I saw an issue posted here from back in January that mentioned the same exception. The solution seemed to involve using...

This is the exception I'm getting: java.lang.NullPointerException at org.jitsi.jigasi.xmpp.CallControl.handleIQ(CallControl.java:166) at org.jitsi.jigasi.xmpp.CallControlComponent.handleIQ(CallControlComponent.java:320) at org.jitsi.jigasi.xmpp.CallControlComponent.handleIQSetImpl(CallControlComponent.java:284) at org.jitsi.xmpp.component.ComponentBase.handleIQSet(ComponentBase.java:360) at org.xmpp.component.AbstractComponent.processIQRequest(AbstractComponent.java:515) at org.xmpp.component.AbstractComponent.processIQ(AbstractComponent.java:289) at org.xmpp.component.AbstractComponent.processQueuedPacket(AbstractComponent.java:239) at org.xmpp.component.AbstractComponent.access$100(AbstractComponent.java:81) at org.xmpp.component.AbstractComponent$PacketProcessor.run(AbstractComponent.java:1051) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at...

Now, I'm noticing a different set of exceptions related to a missing native library. Could one of the libraries not have been generated/compiled? It seems to reference a library called...

Hi @damencho , I built Jigasi from source, but I followed the instructions for deploying it and have set it up to run on Docker. I also have Jitsi-Meet, Jicofo,...

So, I tried re-installing Jigasi and updating the configs, and that seems to have addressed the initial issue. I no longer get the NullPointerException in the CallControl.handleIq method! It looks...

It's still not yet working. I think the root cause of the previous issue may have been a missing native dependency. Installing directly from apt-get seems to include the unix-java.so...

OK, thanks for the heads up! @nikvaessen do you have any suggestions on how to go about debugging transcription? It looks like the transcriptionGateway/session get started but I don't see...

Just following up on this issue. One additional question that may be relevant: I noticed in the JVB docs that Jigasi doesn't support multiplexing multiple media streams on a single...

Hi @debora-ito — thanks for getting back to us. If you take a look at the pom.xml file, you can find the versions of each dependency we are using. So,...