Jitsi - Recording unavailable: Failed to start a Jibri session, no Jibris available - jitsi

I am following this tutorial https://www.youtube.com/watch?v=S43-A1N_COE.
When I start recording, error “Recording unavailable” was appeared.
Already browse the same error, but not getting fixed yet.
Here my jicofo.log and jibri.log
https://codeshare.io/5NRdbV
I think the main point why I getting this error because of this logs
INFO: [29] org.jitsi.jicofo.recording.jibri.JibriRecorder.log() Failed to start a Jibri session, no Jibris available
And don’t know how to solve it.
Are that some settings that I missed?
Update
When I try to install Jibri on another server, its worked. I follow this (docs)[https://docs.easyjitsi.com/docs/gettingstartedjibri] btw.

Related

Google colab errors - Notebook loading error:

When I open in Google Drive an error appears:
There was an error loading this notebook. Ensure that the file is accessible and try again.
A network error occurred and the request could not be completed.
https://drive.google.com/drive/?action=locate&id=1HokQj5jSvoeblc3dOr4A_iLnDGN377dZ&authuser=1
Failed to fetch
TypeError: Failed to fetch
When I try to download via colab.research.google.com, an error appears:
A network error occurred and the request could not be completed.
GapiError: A network error occurred and the request could not be completed.
at GG.hy [as constructor] (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20190311-085300-RC00_237811388:1345:363)
at new GG (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20190311-085300-RC00_237811388:1564:363)
at za.program_ (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20190311-085300-RC00_237811388:1652:331)
at Ba (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20190311-085300-RC00_237811388:509:336)
at za.throw_ (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20190311-085300-RC00_237811388:508:402)
at Da.throw (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20190311-085300-RC00_237811388:510:248)
at c (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20190311-085300-RC00_237811388:519:79)
At the same time, the examples provided by Colab, for example, colab.research.google.com/notebooks/bigquery.ipynb are working fine.
consider restarting your browser.
I get a similar problem using colab with firefox sometimes. Same initial message:
There was an error loading this notebook. Ensure that the file is accessible and try again. A network error occurred and the request could not be completed.
Then colab gets stuck, and won't open any files at all. Closing and restarting the colab tab does not clear the problem.
Eventually I discovered that restarting firefox fixes it for me.
I realise that this is too late to help the OP, and it may not be quite the same problem anyway, but when I first hit the issue myself I couldn't find any online help for it, so now I've got an answer I wanted to share.
I get a similar problem using colab with any app and used a vpn proxy and it worked.
Remove all the cookies and refresh the tab, it worked for me.

Lucidworks fusion 3.1.0 error starting api

I am trying to run fusion but I keep getting this error: error starting api: api service (pid 8156) failed
zookeeper and solr are started but when it comes to the api i get this error. Any insights are appreaciated.
Run cmd as admin and then try to run the command if that doesn't still work then go to conf/conf.properties and search for port number and change it to some free port on your machine.
Please start the fusion.cmd as Administrator. I faced the same issue and got resolved when I tried as administrator.

Windows could not start the Apache2.4 service. Error 1067: The process terminated unexpectedly

I just put my PC on this morning and I get the following error when starting Apache2.4 from Services:
Windows could not start the Apache2.4 service on Local Computer. Error
1067: The process terminated unexpectedly.
I went on Event Viewer to check the logs as most people were suggesting this online and that was no help either, see below screenshot of the error log:
This doesn't really point to the problem or say what the actual problem is, so my question is how can I find the actual cause of Apache not working?

Repeated IBM bluemix Node Red app crashing; status 1

My Node Red application in IBM BlueMix is repeatedly crashing - once an hour - with no real error message other than "exited with status: 1."
How can I troubleshoot this issue?
Is there someone from IBM BlueMix support that monitors this that could take a look?
I looked at my logs and there's nothing in there that really says what's going on.
Edit per requests:
The regular log for "OUT/ERR" is scrolling so fast with HTTPD logs that I can't get it to copy/paste. Filtering to "ERR" Channel the only thing I see is below. I believe this is an error which occurs during deploy when the application restarts.
[App/0] ERR js-bson: Failed to load c++ bson extension, using pure JS version
My Node Red application is gathering data from Wink, LIFX, and other IoT services and compiles them together into a Freeboard dashboard.
Caught crash on screenshot here -- not enough cred to post images so it'll only post as a link
The zlib error was fixed in the 0.13.2 Node-RED release (that shipped 19/02/16).
If you re-stage your application is should pick up the new version of Node-RED
You can re-stage the application using the cf command line management application:
cf restage <app name>

Unexpected error: CLIENT_ERROR on Openshift

Following the guide at https://www.openshift.com/developers/download-cartridges i wanted to try installing the CDK to see what it brings to the table. Unfortunately, I was unable to install the cartridge because of the following error:
Unexpected error: CLIENT_ERROR: Download of 'http://cdk-claytondev.rhcloud.com/archive/2ccd7a3a7762e4ebb873c0d64a247b180e0600b8/cdk.zip' exceeded Content-Length of 9728. Download aborted.
Execute rhc create-app cdk http://cdk-claytondev.rhcloud.com/manifest/2ccd7a3a7762e4ebb873c0d64a247b180e0600b8 against a local installation of OpenShift Origin. Or try to create an App throught the web console (again on a local installation, both are untested on rhcloud).
Looks like this was an issue on OpenShift Online also, which got fixed, but is still an issue on OpenShift Origin. Here is the bugzilla ticket for this issue (https://bugzilla.redhat.com/show_bug.cgi?id=1017776), I suggest you add your email address to it to be notified as they make progress against fixing it.