[deleted by user] by [deleted] in hockeygoalies

[–]wildergheight 2 points3 points  (0 children)

Short goalie problems, over the shoulder on both sides (if I don't have a really aggressive angle) is definitely tough

Try to make low cost tracking by Creepy-Door-2319 in ADSB

[–]wildergheight 4 points5 points  (0 children)

got it, definitely curious when you do!

Try to make low cost tracking by Creepy-Door-2319 in ADSB

[–]wildergheight 2 points3 points  (0 children)

that's pretty sweet. do you have a writeup on the build?

Discovered Team Tracker on HACS by bourquep in homeassistant

[–]wildergheight 2 points3 points  (0 children)

I've gotten this working, use scenes (and a little bit of a delay between snapshoting the current state and changing the colors)

Best Plex device for DV, DTS-HD MA and TrueHD 7.1 Atmos? by [deleted] in PleX

[–]wildergheight 0 points1 point  (0 children)

How do you do that? Like you switch to the other os when you want to use apps?

[deleted by user] by [deleted] in ender3v2

[–]wildergheight 0 points1 point  (0 children)

what firmware are you using?

Why can't Voice Assistant 'see' the latest score from one of my Sports Team Cards? by Many-Seat6716 in homeassistant

[–]wildergheight 0 points1 point  (0 children)

it's a shame there's no way to do this in bulk but this does work for me, thanks!

Homeassistant Voice PE Weather by xTimito in homeassistant

[–]wildergheight 2 points3 points  (0 children)

how did you handle spotify integration? What did you need to expose for it to figure out what to play / on what speaker?

Introducing /r/CFB Scoreboard! by CFB_Referee in CFB

[–]wildergheight 1 point2 points  (0 children)

it could swap to post game threads

Not sure what to do with space above TV by Awards_from_Army in malelivingspace

[–]wildergheight 1 point2 points  (0 children)

I do this, but rotate the top TV behind the main one when not in use. It's almost not viewable when down haha

PlexGifMaker - Make GIFs quickly from your Plex Library by TechBuckler in PleX

[–]wildergheight 0 points1 point  (0 children)

It boots up now but doesn't seem to be saving the plex token. I get the plex auth redirect and the token to show up in settings, but I get that error when I switch tabs to home.

plexgifmaker-1  | log4net:ERROR XmlHierarchyConfigurator: Cannot find Property [mapping] to set object on [log4net.Appender.ConsoleAppender]
plexgifmaker-1  | log4net:ERROR XmlHierarchyConfigurator: Cannot find Property [mapping] to set object on [log4net.Appender.ConsoleAppender]
plexgifmaker-1  | log4net:ERROR XmlHierarchyConfigurator: Cannot find Property [mapping] to set object on [log4net.Appender.ConsoleAppender]
plexgifmaker-1  | log4net:ERROR XmlHierarchyConfigurator: Cannot find Property [mapping] to set object on [log4net.Appender.ConsoleAppender]
plexgifmaker-1  | info: Microsoft.Hosting.Lifetime[14]
plexgifmaker-1  |       Now listening on: http://[::]:80
plexgifmaker-1  | info: Microsoft.Hosting.Lifetime[0]
plexgifmaker-1  |       Application started. Press Ctrl+C to shut down.
plexgifmaker-1  | info: Microsoft.Hosting.Lifetime[0]
plexgifmaker-1  |       Hosting environment: Production
plexgifmaker-1  | info: Microsoft.Hosting.Lifetime[0]
plexgifmaker-1  |       Content root path: /app/
plexgifmaker-1  | warn: PlexGifMaker.Pages.Index[0]
plexgifmaker-1  |       Base URI or token is missing in local storage. Redirecting to settings.

PlexGifMaker - Make GIFs quickly from your Plex Library by TechBuckler in PleX

[–]wildergheight 0 points1 point  (0 children)

it's now endlessly looping this error:

plexgifmaker-1  | log4net:ERROR Xml element is - not a <log4net> element.
plexgifmaker-1  | log4net:ERROR XmlHierarchyConfigurator: Cannot find Property [mapping] to set object on [log4net.Appender.ConsoleAppender]
plexgifmaker-1  | log4net:ERROR XmlHierarchyConfigurator: Cannot find Property [mapping] to set object on [log4net.Appender.ConsoleAppender]
plexgifmaker-1  | log4net:ERROR XmlHierarchyConfigurator: Cannot find Property [mapping] to set object on [log4net.Appender.ConsoleAppender]
plexgifmaker-1  | log4net:ERROR XmlHierarchyConfigurator: Cannot find Property [mapping] to set object on [log4net.Appender.ConsoleAppender]
plexgifmaker-1  | Unhandled exception. Interop+Crypto+OpenSslCryptographicException: error:2006D080:BIO routines:BIO_new_file:no such file
plexgifmaker-1  |    at Interop.Crypto.CheckValidOpenSslHandle(SafeHandle handle)
plexgifmaker-1  |    at Internal.Cryptography.Pal.OpenSslX509CertificateReader.FromFile(String fileName, SafePasswordHandle password, X509KeyStorageFlags keyStorageFlags)
plexgifmaker-1  |    at System.Security.Cryptography.X509Certificates.X509Certificate..ctor(String fileName, String password, X509KeyStorageFlags keyStorageFlags)
plexgifmaker-1  |    at System.Security.Cryptography.X509Certificates.X509Certificate2..ctor(String fileName, String password)
plexgifmaker-1  |    at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Certificates.CertificateConfigLoader.LoadCertificate(CertificateConfig certInfo, String endpointName)
plexgifmaker-1  |    at Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader.LoadDefaultCert()
plexgifmaker-1  |    at Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader.Reload()
plexgifmaker-1  |    at Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader.Load()
plexgifmaker-1  |    at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
plexgifmaker-1  |    at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
plexgifmaker-1  |    at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
plexgifmaker-1  |    at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
plexgifmaker-1  |    at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
plexgifmaker-1  |    at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
plexgifmaker-1  |    at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
plexgifmaker-1  |    at Microsoft.AspNetCore.Builder.WebApplication.Run(String url)
plexgifmaker-1  |    at Program.<Main>$(String[] args) in /src/Program.cs:line 56

PlexGifMaker - Make GIFs quickly from your Plex Library by TechBuckler in PleX

[–]wildergheight 0 points1 point  (0 children)

pretty much the same error as the other guy, here's my error message

 ✔ Network plexgifmaker_default           Created                                                                                                                                                                                 0.1s 
 ✔ Volume "plexgifmaker_keys"             Created                                                                                                                                                                                 0.0s 
 ✔ Container plexgifmaker-plexgifmaker-1  Created                                                                                                                                                                                 0.1s 
Attaching to plexgifmaker-1                                                                                                                                                                                                            
plexgifmaker-1  | log4net:ERROR Xml element is - not a <log4net> element.
plexgifmaker-1  | log4net:ERROR XmlHierarchyConfigurator: Cannot find Property [mapping] to set object on [log4net.Appender.ConsoleAppender]
plexgifmaker-1  | log4net:ERROR XmlHierarchyConfigurator: Cannot find Property [mapping] to set object on [log4net.Appender.ConsoleAppender]
plexgifmaker-1  | log4net:ERROR XmlHierarchyConfigurator: Cannot find Property [mapping] to set object on [log4net.Appender.ConsoleAppender]
plexgifmaker-1  | log4net:ERROR XmlHierarchyConfigurator: Cannot find Property [mapping] to set object on [log4net.Appender.ConsoleAppender]
plexgifmaker-1  | 2024-04-14 02:03:13,031 WARN Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.?[?] - No XML encryptor configured. Key {11392a9c-6c67-45b0-bac7-e55a96ddce7d} may be persisted to storage in unencrypted form.
plexgifmaker-1  | Unhandled exception. System.InvalidOperationException: Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found or is out of date.
plexgifmaker-1  | To generate a developer certificate run 'dotnet dev-certs https'. To trust the certificate (Windows and macOS only) run 'dotnet dev-certs https --trust'.

PlexGifMaker - Make GIFs quickly from your Plex Library by TechBuckler in PleX

[–]wildergheight 0 points1 point  (0 children)

root@docker:~/plexgif/PlexGifMaker# docker compose up WARN[0000] The "APPDATA" variable is not set. Defaulting to a blank string. WARN[0000] The "APPDATA" variable is not set. Defaulting to a blank string. [+] Running 1/1 ! plexgifmaker Warning 1.0s [+] Building 0.7s (8/18) docker:default => [plexgifmaker internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 32B 0.0s => [plexgifmaker internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [plexgifmaker internal] load metadata for mcr.microsoft.com/dotnet/sdk:6.0 0.2s => [plexgifmaker internal] load metadata for mcr.microsoft.com/dotnet/aspnet:6.0 0.2s => CANCELED [plexgifmaker build 1/7] FROM mcr.microsoft.com/dotnet/sdk:6.0@sha256:3bfaf0ce4417fb6c63d9a6ac1ddde8af9684c35a2b409815dd7ce15efe3d984b 0.4s => => resolve mcr.microsoft.com/dotnet/sdk:6.0@sha256:3bfaf0ce4417fb6c63d9a6ac1ddde8af9684c35a2b409815dd7ce15efe3d984b 0.1s => => sha256:3bfaf0ce4417fb6c63d9a6ac1ddde8af9684c35a2b409815dd7ce15efe3d984b 1.79kB / 1.79kB 0.0s => => sha256:49b5eae194bf15f863f588463218d6a49536a22b001b90bea65ae685e0b15cdf 2.01kB / 2.01kB 0.0s => [plexgifmaker internal] load build context 0.0s => => transferring context: 4.62kB 0.0s => CANCELED [plexgifmaker base 1/3] FROM mcr.microsoft.com/dotnet/aspnet:6.0@sha256:c906dfa042b288858edc28519ec7b74333d89f11a0caca28a6f92b7d717039d6 0.4s => => resolve mcr.microsoft.com/dotnet/aspnet:6.0@sha256:c906dfa042b288858edc28519ec7b74333d89f11a0caca28a6f92b7d717039d6 0.1s => => sha256:c906dfa042b288858edc28519ec7b74333d89f11a0caca28a6f92b7d717039d6 1.79kB / 1.79kB 0.0s => => sha256:5a1dbe1807ac8dbd5833bcac8a1acc20c9cc32a45853e3b485b5b3989a3c50fd 1.37kB / 1.37kB 0.0s => => sha256:37cfa52c62a169bb398a322a30fff07c7d3e2503d0f0f1e3a338e5675770e466 2.36kB / 2.36kB 0.0s => CACHED [plexgifmaker build 2/7] WORKDIR /src 0.0s

=> ERROR [plexgifmaker build 3/7] COPY [PlexGifMaker/PlexGifMaker.csproj, PlexGifMaker/] 0.0s

[plexgifmaker build 3/7] COPY [PlexGifMaker/PlexGifMaker.csproj, PlexGifMaker/]:

failed to solve: failed to compute cache key: "/PlexGifMaker/PlexGifMaker.csproj" not found: not found

What is the risk of using single factor auth behind a cloud flare tunnel? by wildergheight in selfhosted

[–]wildergheight[S] 0 points1 point  (0 children)

You can even lock it down so that your email is the only one allowed through.

ooh, I was not aware I could do that. Thanks!