goldKeeper Posted April 3, 2018 Posted April 3, 2018 So I am currently in the process of making a server that is able to send information to a bot client and the bot client should be able to answer. That is basically where the problem started. My code runs fine but once I try it out in osbot it won't work. After fiddling around for some time I realized that I got the following error message: [ERROR][Bot #1][04/04 12:27:26 AM]: Blocked permission: ("java.net.SocketPermission" "localhost:0" "listen,resolve") I found one post in the forum that mentioned you are not able/allowed to create a server on a bot but obviously I am not trying to do that. I just want to have a connection between a server on an outside IP and the bot who communicates with it... Any help would be much appreciated.
goldKeeper Posted April 4, 2018 Author Posted April 4, 2018 Ok thanks for the reply. I was able to use my own security policy already which worked out fine aswell.