JoJoCa
JoJoCa
CC#
Created by JoJoCa on 8/13/2023 in #help
✅ Cant build a docker file
thank you that was it!
5 replies
CC#
Created by JoJoCa on 8/13/2023 in #help
✅ Cant build a docker file
though I'm using the most recent dotnet version (7.0.400)
5 replies
CC#
Created by JoJoCa on 8/8/2023 in #help
✅ dotnet watch not working
ah ok, uh what command do I use to start said file? the folder has a dockerfile inside so do I just type docker-compose in my terminal?
23 replies
CC#
Created by JoJoCa on 8/8/2023 in #help
✅ dotnet watch not working
What does that mean? Do I need to change something in docker itself?
23 replies
CC#
Created by JoJoCa on 8/8/2023 in #help
✅ dotnet watch not working
a different question tho, when I do dotnet watch, I get this error
crit: Microsoft.AspNetCore.Hosting.Diagnostics[6]
Application startup exception
StackExchange.Redis.RedisConnectionException: It was not possible to connect to the redis server(s). UnableToConnect on redis:6379/Interactive, Initializing/NotStarted, last: NONE, origin: BeginConnectAsync, outstanding: 0, last-read: 2s ago, last-write: 2s ago, keep-alive: 60s, state: Connecting, mgr: 10 of 10 available, last-heartbeat: never, global: 6s ago, v: 2.2.4.27433
at StackExchange.Redis.ConnectionMultiplexer.ConnectImpl(ConfigurationOptions configuration, TextWriter log) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 1163
at StackExchange.Redis.ConnectionMultiplexer.Connect(ConfigurationOptions configuration, TextWriter log) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 1032
at Coflnet.Sky.Api.Startup.<>c__DisplayClass5_0.<ConfigureServices>b__4(IServiceProvider provider) in C:\Users\Jonah\Documents\skyblock\SkyApi\Startup.cs:line 96
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, RuntimeResolverContext context)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(Type serviceType)
crit: Microsoft.AspNetCore.Hosting.Diagnostics[6]
Application startup exception
StackExchange.Redis.RedisConnectionException: It was not possible to connect to the redis server(s). UnableToConnect on redis:6379/Interactive, Initializing/NotStarted, last: NONE, origin: BeginConnectAsync, outstanding: 0, last-read: 2s ago, last-write: 2s ago, keep-alive: 60s, state: Connecting, mgr: 10 of 10 available, last-heartbeat: never, global: 6s ago, v: 2.2.4.27433
at StackExchange.Redis.ConnectionMultiplexer.ConnectImpl(ConfigurationOptions configuration, TextWriter log) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 1163
at StackExchange.Redis.ConnectionMultiplexer.Connect(ConfigurationOptions configuration, TextWriter log) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 1032
at Coflnet.Sky.Api.Startup.<>c__DisplayClass5_0.<ConfigureServices>b__4(IServiceProvider provider) in C:\Users\Jonah\Documents\skyblock\SkyApi\Startup.cs:line 96
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, RuntimeResolverContext context)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(Type serviceType)
23 replies
CC#
Created by JoJoCa on 8/8/2023 in #help
✅ dotnet watch not working
alright I'll try that, thank you!
23 replies
CC#
Created by JoJoCa on 8/8/2023 in #help
✅ dotnet watch not working
I have all the required parts in a docker file yeah
23 replies
CC#
Created by JoJoCa on 8/8/2023 in #help
✅ dotnet watch not working
I tried cloning it from the mod github like I did with the other dependencies but it doesnt exist
23 replies
CC#
Created by JoJoCa on 8/8/2023 in #help
✅ dotnet watch not working
yeah I did, but I can't figure out what websocket-sharp is
23 replies