fstyle Posted October 7, 2016 Share Posted October 7, 2016 Have been trying to use linux cli to make starting bots easier on my VPS. But I'm having an error. Command used: find ~/ -name "OSBot*.jar" -print0 | xargs -0 ls -t | head -n 1 | xargs -I{} java -jar {} -login fstyle:pwd -debug 5005 -proxy 192.168.x.x:x:x:x -bot bot@[member=gmail].com:pwd:1234 -world 326 error: root@NarrowSerene-VM:~/Desktop/Bots# sh bot.sh [ERROR][SSL Manager][10/06 06:44:13 AM]: Found an UNKNOWN host! Please report on the forums! [ERROR][SSL Manager][10/06 06:44:13 AM]: Found an UNKNOWN host! Please report on the forums! Downloaded 1% of osbot 2.4.89.jar [read=58231] Downloaded 2% of osbot 2.4.89.jar [read=58231] 3% to 97% here... Downloaded 98% of osbot 2.4.89.jar [read=58231] Downloaded 99% of osbot 2.4.89.jar [read=58231] Downloaded 100% of osbot 2.4.89.jar [read=58204] Completed download... after the download completes it just shows the login panel of osbot Quote Link to comment Share on other sites More sharing options...
BurritoBug Posted October 7, 2016 Share Posted October 7, 2016 java -jar OSBot.jar -debug 5005 -proxy 0.0.0.0:00000 -login username:password -bot email@email.com:password:0000 -script scriptName:param1 ? Quote Link to comment Share on other sites More sharing options...
fstyle Posted October 7, 2016 Author Share Posted October 7, 2016 On 10/7/2016 at 7:06 AM, BurritoBug said: java -jar OSBot.jar -debug 5005 -proxy 0.0.0.0:00000 -login username:password -bot email@email.com:password:0000 -script scriptName:param1? [ERROR][SSL Manager][10/06 06:44:13 AM]: Found an UNKNOWN host! Please report on the forums! still appears Quote Link to comment Share on other sites More sharing options...
fstyle Posted October 7, 2016 Author Share Posted October 7, 2016 bump Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted October 7, 2016 Share Posted October 7, 2016 On 10/7/2016 at 12:36 PM, fstyle said: bump Use the bump button instead please try changing the debug port to -debug 5006 or something else or remove the debug port? Quote Link to comment Share on other sites More sharing options...
fstyle Posted October 8, 2016 Author Share Posted October 8, 2016 On 10/7/2016 at 12:54 PM, Khaleesi said: Use the bump button instead please try changing the debug port to -debug 5006 or something else or remove the debug port? Sorry for the text bump. was desperate for a solution. lol tried removing and changing to 5006. still the same error [ERROR][SSL Manager][10/06 06:44:13 AM]: Found an UNKNOWN host! Please report on the forums! Quote Link to comment Share on other sites More sharing options...