Giter VIP home page Giter VIP logo

botplatform's People

Watchers

 avatar  avatar

botplatform's Issues

Can't connect to the bot server using Java SDK

Hello,

I downloaded your Java SDK and then imported in my project in Eclipse. The 
project built after I added missing jars (mina, json, common logging, log4j,...)

When I run the HelloWorld example, I got this error

Exception in thread "main" com.incesoft.botplatform.sdk.RobotException: login 
timeout.
    at com.incesoft.botplatform.sdk.support.DefaultRobotServer.loginImpl(DefaultRobotServer.java:416)
    at com.incesoft.botplatform.sdk.support.DefaultRobotServer.login(DefaultRobotServer.java:372)
    at com.incesoft.botplatform.sdk.example.HelloWorld.main(HelloWorld.java:24)
Caused by: com.incesoft.botplatform.sdk.RobotException: login timeout.
    at com.incesoft.botplatform.sdk.support.DefaultRobotServer.loginImpl(DefaultRobotServer.java:416)
    at com.incesoft.botplatform.sdk.support.DefaultRobotServer.loginImpl(DefaultRobotServer.java:403)
    ... 2 more
Caused by: com.incesoft.botplatform.sdk.RobotException: login timeout.
    at com.incesoft.botplatform.sdk.support.DefaultRobotServer.loginImpl(DefaultRobotServer.java:405)
    ... 3 more

I run the SDK on several machines with XP, Vista and Seven. The firewall was 
turned off on those machines.

I tried ping and telnet to the bot server and they worked just fine.

Any idea how this problem occured?

Thank you for your help.

Original issue reported on code.google.com by [email protected] on 2 Jul 2010 at 5:06

C# / COM object can't connect to server

I used the example application and execute this code:
 RobotServerFactory serverFactory = new RobotServerFactory();
            serverFactory.Init(2);
            RobotServer server = serverFactory.CreateRobotServer
("server.botplatform.com", 6602);
            //server.MessageReceived += new 
IRobotServerEvents_MessageReceivedEventHandler(server_MessageReceived);
            server.Login("your sppid", "your sppwd", 60000);

(with my sppid and password of course. It fails on the server.Login line.



Error msg:
System.Runtime.InteropServicesCOMException:
connect failed

I'm on Windows 7 and used regsvr32 to register the SDK dll.

Anyone else has issues connecting to the new botplatform?


Original issue reported on code.google.com by [email protected] on 20 May 2010 at 7:28

Will not debug or build

Normally when you download stuff they should just run, but not for me. The
main error i'm getting in the error list is "error C1083: Cannot open
include file: 'boost/asio.hpp': No such file or directory" when i try to
debug or build i get a error saying BotPlatform.dll can not run.

There should be more info on how to start the bot.

Original issue reported on code.google.com by [email protected] on 20 May 2010 at 1:35

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.