Something went wron...
 
Notifications
Clear all

Something went wrong

2 Posts
2 Users
0 Reactions
25 Views
(@leonardopc1991)
New Member
Joined: 3 years ago
Posts: 2
Topic starter  

I just installed Carbonio on Ubuntu 22.04, and even though all the services are running, I get the error "Something went wrong
We're sorry, but there was an error trying to load this page." I've repeated the installation several times, but I can't get it to work.


   
Quote
(@sharif)
Reputable Member Admin
Joined: 3 years ago
Posts: 786
 

@leonardopc1991

Check the status of all services:

su - zextras -c "zmcontrol -v && zmcontrol status"
systemctl list-units carbonio*
curl -s -v  http://127.78.0.4:10000/health  | jq

If needed, Reboot the server. Also the video server IP matches your interface ip or not:

root@mail:~# cat /etc/janus/janus.jcfg | grep -i mapping
        nat_1_1_mapping = "192.168.0.15"
root@mail:~#

   
ReplyQuote