Daniel Holøien
Daniel Holøien
Still no fix? ```2022-01-27 | 20:01:11.873 | INFO | Epicgames Freebies Claimer (1.5.8) by Revadike 2022-01-27 | 20:01:13.801 | INFO | Found 1 unclaimed freebie(s) for $mail 2022-01-27 | 20:01:17.476...
> Around the time this script stopped working they started showing me a quite challenging captcha every time I claim the free game using the web interface. If they now...
> Implemented in #188 But [PowerShell/PowerShell#18333](https://github.com/PowerShell/PowerShell/issues/18333) / [PowerShell/PowerShell#12129](https://github.com/PowerShell/PowerShell/issues/12129) may cause some issues for Invoke-gsudo specifically, not for `gsudo -u UserName` This doesn't solve the issue tho. The end goal is...
I have a similar problem where my rewatched episodes doesn't even register. Here's a [link to the screenshot](https://user-images.githubusercontent.com/39239702/210140442-53c61ec4-0387-4661-908b-6b8d5daa2f80.png) of my [MAL episodes log](https://myanimelist.net/history/NorskNoobing/anime). Here you can also see that the...
I've started creating a dockerfile and testing the image. I've installed all the requirements and dependencies that are defined in [CONTRIBUTING.md](https://github.com/DenverCoder1/github-readme-streak-stats/blob/main/CONTRIBUTING.md), and it seems like composer starts without any problems....
I just tested, both the apt repo and manual deb package installation from the following documentation, and I'm still getting the same issues. https://learn.microsoft.com/en-us/powershell/scripting/install/install-ubuntu?view=powershell-7.4 The only way I'm able to...
@ryleu If you're using [`itzg/minecraft-server`](https://hub.docker.com/r/itzg/minecraft-server) for the server image and [`itzg/mc-proxy`](https://hub.docker.com/r/itzg/mc-proxy) for Velocity, it's already possible. Both of these images allow for interpolation in the config files in order to...
I copied your exact settings, but when I ran `docker compose up -d` I got the following error: ```bash > docker compose up -d valheim-server services.valheim-server.environment.[14]: unexpected type map[string]interface {}...
> Did you ever get anywhere with this? I'm running into the same error. I tested out different approaches by following documentation, thinking of different scenarios it could work in,...
> `- 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"; }` And you confirmed that...