VivixCore / devobot

Automatically exported from code.google.com/p/devobot
0 stars 0 forks source link

Running on opensim #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

How could this script run on opensimulator? Maybe to do this, it would only
need a recompile of libomv, so as to allow users to specify a loginuri
within the config or on the command line.

Thanks,

Ale

Original issue reported on code.google.com by sko...@gmail.com on 21 Jul 2009 at 5:09

GoogleCodeExporter commented 9 years ago
If you consult the libomv docs you'll find a setting that allows a custom login 
uri -
at one point it was LOGIN_SERVER

Original comment by meat.car...@gmail.com on 25 Jul 2009 at 10:37

GoogleCodeExporter commented 9 years ago
Hi,

Thanks for your help with that. I've tried both LOGIN_SERVER and 
LOGIN_AGNI_SERVER as
below:

# libomv client settings
settings = {
        "Settings.LOGIN_SERVER": "http://osgrid.org:8002/",

but this is what I get when I run it:

Traceback (most recent call last):
  File bot, line unknown, in Initialize
  File run, line unknown, in Initialize
  File bot, line unknown, in login
  File bot, line unknown, in _reload
SyntaxError: unexpected token : (<string>, line 1)

Is there a way to find out more of what's going wrong when it tries to connect?

Thanks,

Ale

Original comment by sko...@gmail.com on 3 Sep 2009 at 2:39

GoogleCodeExporter commented 9 years ago
Hi skoria,

I've just checked in a change that allows specifying "Settings.LOGIN_SERVER" in
config.settings - you can use either a custom login url as in your example 
above, or
one of the pre-defined LL server names such as AGNI or ADITI.

I've tested connecting to osgrid and it was successful.

Original comment by stephen.mc on 12 Sep 2009 at 3:56