Giter VIP home page Giter VIP logo

Comments (8)

ribasco avatar ribasco commented on August 27, 2024

Have you double-checked if the IP is reachable? A timeout exception usually means the server isn't responding to the request.

I have not yet tested this library on Rust so I'll give it a try on my end to make sure it works.

from async-gamequery-lib.

ribasco avatar ribasco commented on August 27, 2024

Just an update, I was able to successfully connect and authenticate to my local rust instance with rcon.web property set to false (legacy). However, command requests are failing due to an exception thrown. I have opened a new issue (Issue #87) and will have to look into this further.

from async-gamequery-lib.

ribasco avatar ribasco commented on August 27, 2024

The fix has been uploaded to the sonatype snapshots repository (1.0.5-SNAPSHOT). Can you test and confirm the changes? Thanks

<dependency>
  <groupId>com.ibasco.agql</groupId>
  <artifactId>agql-source-rcon</artifactId>
  <version>1.0.5-SNAPSHOT</version>
</dependency>

from async-gamequery-lib.

EthanWang779 avatar EthanWang779 commented on August 27, 2024

修复程序已上传到 sonatype 快照存储库 ( 1.0.5-SNAPSHOT)。您可以测试并确认更改吗?谢谢

<dependency>
  <groupId>com.ibasco.agql</groupId>
  <artifactId>agql-source-rcon</artifactId>
  <version>1.0.5-SNAPSHOT</version>
</dependency>

Unresolved dependency: 'com.ibasco.agql:agql-source-rcon:jar:1.0.5-SNAPSHOT'

from async-gamequery-lib.

ribasco avatar ribasco commented on August 27, 2024

update your maven's settings.xml and add the sonatype repository.

example:

<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
    <activeProfiles>
        <activeProfile>nexus</activeProfile>
    </activeProfiles>
    <profiles>
        <profile>
            <id>nexus</id>
            <repositories>
                <repository>
                    <id>sonatype-snapshots</id>
                    <url>https://oss.sonatype.org/content/repositories/snapshots</url>
                    <layout>default</layout>
                    <releases>
                        <enabled>false</enabled>
                    </releases>
                    <snapshots>
                        <enabled>true</enabled>
                    </snapshots>
                </repository>
            </repositories>
        </profile>
    </profiles>
</settings>

from async-gamequery-lib.

ribasco avatar ribasco commented on August 27, 2024

hello, any updates on this issue? have you tested the changes?

from async-gamequery-lib.

EthanWang779 avatar EthanWang779 commented on August 27, 2024

你好,关于这个问题的任何更新?你测试过这些变化吗?

I'm very sorry. I've been studying websocket recently, but I haven't tested the things you modified

from async-gamequery-lib.

ribasco avatar ribasco commented on August 27, 2024

你好,关于这个问题的任何更新?你测试过这些变化吗?

I'm very sorry. I've been studying websocket recently, but I haven't tested the things you modified

No problem! I will go ahead and publish the changes. In case you decide to use this library and find any more issues related to this matter, feel free to open a new issue. Thank you!

from async-gamequery-lib.

Related Issues (20)

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.