Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playfab/crossplay issue #691

Open
ArrowPrint opened this issue Jun 24, 2024 · 0 comments
Open

Playfab/crossplay issue #691

ArrowPrint opened this issue Jun 24, 2024 · 0 comments

Comments

@ArrowPrint
Copy link

Hello,
I have been facing issue of Playfab not connecting, getting the following log

Jun 24 17:39:50 supervisord: valheim-server 06/24/2024 17:39:50: PlayFab reconnect server 'xxxxx'
Jun 24 17:39:50 supervisord: valheim-server 06/24/2024 17:39:50: Server 'OurOwnValhalla' begin PlayFab create and join network for server 

I have gone through the previous issues and posts on reddit and installed
apt-get update && apt-get install -y libpulse-dev libatomic1 libc6

using bash

This server did work for about an hour or 2 then i was updating the discord webhooks, it just stopped working.
Is there something iam missing?

Following is my env variables

PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
DEBIAN_FRONTEND=noninteractive
PUID=1000
PGID=1000
TZ=Europe/Rome
SERVER_NAME=xxxx
WORLD_NAME=xxxx
SERVER_PASS=xxxxx
SERVER_PUBLIC=true
BACKUPS_MAX_AGE=30
SUPERVISOR_HTTP=true
SUPERVISOR_HTTP_PORT=9001
SUPERVISOR_HTTP_USER=admin
SUPERVISOR_HTTP_PASS=xxxxxx
SERVER_ARGS=-crossplay
VALHEIM_PLUS=false
DISCORD_WEBHOOK=https://discord.com/api/webhooks/xxxxxxx
DISCORD_MESSAGE=Starting Valheim server
PRE_BOOTSTRAP_HOOK=curl -sfSL -X POST -H "Content-Type: application/json" -d "{\"username\":\"Valheim\",\"content\":\"$DISCORD_MESSAGE\"}" "$DISCORD_WEBHOOK"
VALHEIM_LOG_FILTER_CONTAINS_Spawned=Got character ZDOID from
ON_VALHEIM_LOG_FILTER_CONTAINS_Spawned={ read l; l=${l//*ZDOID from /}; l=${l// :*/}; msg="Player $l spawned into the world"; curl -sfSL -X POST -H "Content-Type: application/json" -d "{\"username\":\"Valheim\",\"content\":\"$msg\"}" "$DISCORD_WEBHOOK"; }
VALHEIM_LOG_FILTER_CONTAINS_code=Session "OurValhalla" registered with join code
ON_VALHEIM_LOG_FILTER_CONTAINS_code={ read l; l=${l//*Session "OurValhalla" registered with join code /}; l=${l// :*/}; msg="Join code is $l"; curl -sfSL -X POST -H "Content-Type: application/json" -d "{\"username\":\"Valheim\",\"content\":\"$msg\"}" "$DISCORD_WEBHOOK"; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant