CrownedHaley
CrownedHaley
CC#
Created by CrownedHaley on 3/11/2025 in #help
OAuth Twitch Bug?
You have to set this environment variable. Doing it the other didn't work for me: Environment.SetEnvironmentVariable("ASPNETCORE_FORWARDEDHEADERS_ENABLED", "true");
7 replies
CC#
Created by CrownedHaley on 3/11/2025 in #help
OAuth Twitch Bug?
No description
7 replies
CC#
Created by CrownedHaley on 3/11/2025 in #help
OAuth Twitch Bug?
No description
7 replies
CC#
Created by CrownedHaley on 3/11/2025 in #help
OAuth Twitch Bug?
server {
listen 80;
server_name twitch2.crownedhaley.com;

location / {
proxy_pass http://127.0.0.1:5147;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
}
server {
listen 80;
server_name twitch2.crownedhaley.com;

location / {
proxy_pass http://127.0.0.1:5147;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
}
Yes the url is added to the twitch side
7 replies
CC#
Created by CrownedHaley on 3/11/2025 in #help
OAuth Twitch Bug?
No description
7 replies
CC#
Created by CrownedHaley on 10/23/2024 in #help
SignalR Call Outside of Hub or Controller
No description
3 replies
CC#
Created by CrownedHaley on 10/23/2024 in #help
SignalR Call Outside of Hub or Controller
No description
3 replies
CC#
Created by CrownedHaley on 8/15/2024 in #help
Weird Build Error
15 replies
CC#
Created by CrownedHaley on 8/15/2024 in #help
Weird Build Error
is it that version at the bottom?
15 replies
CC#
Created by CrownedHaley on 8/15/2024 in #help
Weird Build Error
No description
15 replies
CC#
Created by CrownedHaley on 8/15/2024 in #help
Weird Build Error
.net core 2.141.6 i am assuming
15 replies
CC#
Created by CrownedHaley on 8/15/2024 in #help
Weird Build Error
2024-08-15T20:42:36.1627313Z ==============================================================================
2024-08-15T20:42:36.1627370Z Task : .NET Core
2024-08-15T20:42:36.1627411Z Description : Build, test, package, or publish a dotnet application, or run a custom dotnet command. For package commands, supports NuGet.org and authenticated feeds like Package Management and MyGet.
2024-08-15T20:42:36.1627509Z Version : 2.141.6
2024-08-15T20:42:36.1627550Z Author : Microsoft Corporation
2024-08-15T20:42:36.1627589Z Help : [More Information](https://go.microsoft.com/fwlink/?linkid=832194)
2024-08-15T20:42:36.1627313Z ==============================================================================
2024-08-15T20:42:36.1627370Z Task : .NET Core
2024-08-15T20:42:36.1627411Z Description : Build, test, package, or publish a dotnet application, or run a custom dotnet command. For package commands, supports NuGet.org and authenticated feeds like Package Management and MyGet.
2024-08-15T20:42:36.1627509Z Version : 2.141.6
2024-08-15T20:42:36.1627550Z Author : Microsoft Corporation
2024-08-15T20:42:36.1627589Z Help : [More Information](https://go.microsoft.com/fwlink/?linkid=832194)
15 replies
CC#
Created by CrownedHaley on 8/15/2024 in #help
Weird Build Error
That didn't work
15 replies
CC#
Created by CrownedHaley on 12/4/2022 in #help
❔ Getting every point in a convex hull
I haven't been able to come up with anything usable yet
12 replies
CC#
Created by CrownedHaley on 12/4/2022 in #help
❔ Getting every point in a convex hull
I need to find a way to get every point within the brown points so I can fill it in
12 replies
CC#
Created by CrownedHaley on 12/4/2022 in #help
❔ Getting every point in a convex hull
12 replies
CC#
Created by CrownedHaley on 12/4/2022 in #help
❔ Getting every point in a convex hull
The points are in the brown tiles:
12 replies