Giter Site home page Giter Site logo

Comments (9)

alexraskin avatar alexraskin commented on August 12, 2024 2

My solution was to write my own RCON library specifically for palworld.

I think this would be fun to try and tackle.

from palcon-discord.

ssw1279 avatar ssw1279 commented on August 12, 2024

discord/discord-api-docs#2482
Looking about the delay. I checked the contents like the link. That said, the rental server I use requires around 10s wait time, but the discord bot only supports within 3 seconds. It seems like a crash is happening.

from palcon-discord.

ssw1279 avatar ssw1279 commented on August 12, 2024

Is it possible to modify utf as well? utf still doesn't work.

from palcon-discord.

alexraskin avatar alexraskin commented on August 12, 2024

Is it possible to modify utf as well? utf still doesn't work.

Can you give me some more detail?

Thanks!

from palcon-discord.

ssw1279 avatar ssw1279 commented on August 12, 2024

2024-02-15 09:04:29,968 - main - ERROR - Unable to fetch/send game server info: 'utf-8' codec can't decode byte 0xec in position 38: invalid continuation byt
e
[2024-02-15 09:04:30] [ERROR ] discord.app_commands.tree: Ignoring exception in command 'info'
Traceback (most recent call last):
File "C:\PalCON-Discord\venv\Lib\site-packages\discord\app_commands\commands.py", line 828, in _do_call
return await self.callback(interaction, **params) # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\PalCON-Discord\main.py", line 70, in info
await interaction.response.send_message(CONFIG["generic_bot_error"])
File "C:\PalCON-Discord\venv\Lib\site-packages\discord\interactions.py", line 801, in send_message
await adapter.create_interaction_response(
File "C:\PalCON-Discord\venv\Lib\site-packages\discord\webhook\async
.py", line 219, in request
raise NotFound(response, data)
discord.errors.NotFound: 404 Not Found (error code: 10062): Unknown interaction

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "C:\PalCON-Discord\venv\Lib\site-packages\discord\app_commands\tree.py", line 1248, in _call
await command._invoke_with_namespace(interaction, namespace)
File "C:\PalCON-Discord\venv\Lib\site-packages\discord\app_commands\commands.py", line 853, in _invoke_with_namespace
return await self._do_call(interaction, transformed_values)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\PalCON-Discord\venv\Lib\site-packages\discord\app_commands\commands.py", line 846, in _do_call
raise CommandInvokeError(self, e) from e
discord.app_commands.errors.CommandInvokeError: Command 'info' raised an exception: NotFound: 404 Not Found (error code: 10062): Unknown interaction

apply the changed main.py to the utf version, it will be output as above. Maybe change it, it looks like the utf coding has changed.

from palcon-discord.

alexraskin avatar alexraskin commented on August 12, 2024

@Bratah123 Do you think just calling the .decode("utf-8", errors="ignore") would be enough? I was thinking we could just pass it in when we call get_indices_from_info(res)? Let me know what you think

from palcon-discord.

Bratah123 avatar Bratah123 commented on August 12, 2024

@Bratah123 Do you think just calling the .decode("utf-8", errors="ignore") would be enough? I was thinking we could just pass it in when we call get_indices_from_info(res)? Let me know what you think

I think this problem isn't related to this issue, it might be non-latin characters messing up again?

from palcon-discord.

alexraskin avatar alexraskin commented on August 12, 2024

I think this problem isn't related to this issue, it might be non-latin characters messing up again?

Ah, okay, have you thought about a fix for this? I have one in mind, but curious if you and kookie are already working on something?

from palcon-discord.

Bratah123 avatar Bratah123 commented on August 12, 2024

I think this problem isn't related to this issue, it might be non-latin characters messing up again?

Ah, okay, have you thought about a fix for this? I have one in mind, but curious if you and kookie are already working on something?

His specific error might be caused by our utf branch of the bot, which was our experimental bot trying to solve this problem.

My solution was to write my own RCON library specifically for palworld.

I'm open to any solutions that are tested though

from palcon-discord.

Related Issues (16)

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.