Janus-gateway: some error during successful deployment/ execution of Janus gateway!

Created on 24 Oct 2018  路  6Comments  路  Source: meetecho/janus-gateway

Let me give you a little insight about my janus gateway implementation, The Janus is deployed on a GCP instance and I'm sending the stream through GStreamer via
raspberry pi.
[ERR] [plugins/janus_voicemail.c:janus_voicemail_init:345] Permission denied
[WARN] The 'janus.plugin.voicemail' plugin could not be initialized

so these are the error which displayed just after starting the server, by this command ./janus -F /opt/janus/etc/janus/

and there is this error message which keeps popping up:
[ERR] [transports/janus_http.c:janus_http_handler:1215] Invalid url /ws/v1/cluster/apps/new-application

and it keeps coming after a minute or so, regardless the server is running fine and showing the stream over website without any issue!

Most helpful comment

it isn't some random bot, cos i'm having the same issue with my janus gateway implementation.

All 6 comments

Closing as not an issue

@lminiero with all due respect can you share any thoughts regarding this, why I'm facing this?

This is food for the group, as it's not a code issue.

That said:

[ERR] [plugins/janus_voicemail.c:janus_voicemail_init:345] Permission denied
[WARN] The 'janus.plugin.voicemail' plugin could not be initialized

This is a permission error while initializing the recordings folder of the voicemail plugin (which you're probably not using and you better disable)

[ERR] [transports/janus_http.c:janus_http_handler:1215] Invalid url /ws/v1/cluster/apps/new-application

This is some http BOT or crawler that is hitting the janus http server with random queries.

it isn't some random bot, cos i'm having the same issue with my janus gateway implementation.

Closing as not an issue

why janus community is so rude ?

IMPORTANT! READ OR WE WILL JUST CLOSE YOUR ISSUE!

  1. We only use GitHub for code issues, NOT for connectivity/negotiation/WebRTC issues or questions: for those, use the meetecho-janus group instead.
  2. If you think you really found a bug, make sure nobody reported it already (do a search first, and check open issues);
  3. Make sure the issue wasn't already solved in master: we will ignore the issue otherwise.
  4. Do NOT paste large amounts of text inline in the issue or comments: it makes the exchanges much harder to follow. If you need to provide logs or code snippets, either use a service like pastebin and gist, or use the details and code block Markdown features to collapse them.
  5. If you're encountering crashes, make sure you provide a useful trace of what happened: depending on the issue, we may need output from AddressSanitizer or GDB stacktraces (more details available here).

If you understood the guidelines, please do remove this text and share your findings. Notice that if you remove this text without reading the guidelines, or you just ignore them, we'll close the issue without further explanation.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tugtugtug picture tugtugtug  路  7Comments

MagicIndustries picture MagicIndustries  路  4Comments

cmacq2 picture cmacq2  路  11Comments

karth295 picture karth295  路  10Comments

GiaCatKhongVinh picture GiaCatKhongVinh  路  8Comments