opengsq-python icon indicating copy to clipboard operation
opengsq-python copied to clipboard

Python library designed for querying game servers. It supports 24 different query protocols and has been downloaded over 34,000 times.

Results 13 opengsq-python issues
Sort by recently updated
recently updated
newest added

Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 5. Release notes Sourced from actions/configure-pages's releases. v5.0.0 Changelog Attempt to auto-detect configuration files with varying file extensions @​JamesMGreene (#139) Convert errors into Actions-compatible logging...

dependencies
github_actions

```Python import asyncio from dotenv import load_dotenv import os from opengsq.protocols import Source load_dotenv() async def main(): source = Source(host=os.getenv("HOST_IP"), port=os.getenv("QUERY_PORT")) info = await source.get_info() print(info) asyncio.run(main()) ``` I keep...

I am unable to to send commands to my ASA server and get a TimeoutError with Source.RemoteConsole(host, int(port) as rcon: await rcon.authenticate(password) response = await rcon.send_command(args)

bug

Bumps sphinx-docsearch from 0.0.4 to 0.0.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sphinx-docsearch&package-manager=pip&previous-version=0.0.4&new-version=0.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
python

Updated the Satisfactory protocol to work with the new Lightweight Query API from the 1.0 Satisfactory update

The official documentation is a markdown file in the game's directory so no info if redistributable, but the developer on the linked reference repo has updated their example implementation https://github.com/dopeghoti/SF-Tools/blob/main/sfcheck.py

Hello, today i update the library on ubuntu 22 to the latest version 3.1.0. My python is 3.10 and my python cron has stopped working. opengsq source --host 45.144.155.171 --port...

This fixes #51 by passing `remote_addr=` to `loop.create_datagram_endpoint()` inside `UdpClient.communicate()`, omitting the `local_addr=` argument for protocols that don't specify a source port or allow broadcasting. This PR may have side...

When trying to pass a domain name like `mc.advancius.net` on Windows to the RakNet protocol, the library does not receive any response and times out. This can be reproduced with...

Bumps the npm-minor-and-patch group with 1 update: [sphinx-docsearch](https://github.com/algolia/sphinx-docsearch). Updates `sphinx-docsearch` from 0.1.0 to 0.2.0 Release notes Sourced from sphinx-docsearch's releases. 0.2.0 What's Changed feat: support Ask AI by @​kai687 in...

dependencies
python