Jump to content

Linux CLI help


Recommended Posts

Posted

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

Posted

Use the bump button instead please

try changing the debug port to -debug 5006 or something else smile.png

 

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!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...