WeslieDE/Chris.OS.Configurator

Chris.OS.Additions issue

phillipwgardner opened this issue · 2 comments

This is the wrong place for it!

Hi there @Sahrea I am monitoring your other project Chris.OS.Additions and would like to make an issue for it, though I can't seem to make contact or create an issue on said project.

The chat functionality OpenSim -> Discord does not work, it seems like the messages are not being forwarded from regions to the webhook, messages like region start / stop and avatar entry / exit do come through.

The bot for Discord to enable Discord -> OpenSim works well however!

Thanks in advance, if you are able to render any assistance and I am willing to debug as needed.

For informations I am running the latest OpenSim dev branch and of course the most recent code for Chris.OS.Additions.

@kimrosebush

As far as I could follow, I figured out as much as the following:

The function 'base.World.GetScenePresence(chat.SenderUUID)' from DiscordRelay.cs is not working, I also tried the variation 'chat.From' though this is also turning up empty.

Programming isn't my strongest though something is missing along the lines.

I created a pull request in the appropriate place, hope this is helpful to you.

@kimrosebush