Invalid session (null)

I keep getting the error: [ERR] [transports/janus_http.c:janus_http_handler:1545] Invalid session (null) in my command line (and 404 in browser) when I try to access my.ip.address:8088/janus. I just setup Janus following the instructions from meetecho/janus-gateway

Here is me running Janus:
https://paste.sh/_mrqWdiO#Ehh_lzCS__-ytDGQRh9qNZCk
Here is my config file (it did this with default config so I tried manually setting the ip address as well as setting the ip address to 0.0.0.0 even though I knew it was listening correctly as I am getting feedback in CLI)
https://paste.sh/rgon-W7J#zbuJfQDaGXIee75RO85SmBxR

This is with all the default out of the box settings and configurations in Ubuntu. Any thoughts on what’s causing this and how I can fix it?

That’s not a browsable address: it’s an API backend.
https://janus.conf.meetecho.com/docs/deploy

1 Like

I read that page so many times and I don’t know why it didn’t click for me. I get it now. There is the share/demo directory but I need to point lighttpd or something to that to make it work. That makes sense now.

1 Like