Minidoracat

Results 5 comments of Minidoracat

@JinHadah @koraktor How to fix it? ARK RCON ![unknown](https://user-images.githubusercontent.com/11269639/34407385-2600cb44-ebf9-11e7-9b60-a96482786628.png)

@koraktor I used SourceServer ,bug Timeout :'( ![tim 20171228180221](https://user-images.githubusercontent.com/11269639/34407430-57abc9c8-ebf9-11e7-995a-fdc7a8f3e4a4.png)

> I am also having this issue You can download the updated steamclient.so file from: https://discord.com/channels/136501320340209664/1394252791966601226/1394252791966601226 Then replace the existing file at: /home/pzserver/serverfiles/linux64/steamclient.so This should fix the Steam mod authentication...

> https://github.com/eigeen/palworld-server-docker-patched > > 也可以尝试我修改过的镜像构建版本 > > 考虑到本身是短期解决方案,建议各位不要过多折腾,官方应该会修的( 剛剛試用了你的版本,檔案一樣是原版的 hash 哦 ```bash sudo docker exec -u 0 -it palworld-server md5sum /palworld/Pal/Binaries/Linux/PalServer-Linux-Test 647b75edde73dd7d9825523fe8aa0f3e /palworld/Pal/Binaries/Linux/PalServer-Linux-Test ```

I found the root cause of this issue. In `BaseLogTable.vue`, the `clearSelectedFile` function emits an event: ```javascript // BaseLogTable.vue line 165-168 const emit = defineEmits(['clearSelectedFile', 'clearQuery']); const clearSelectedFile = ()...