Submision Match Failures

Hi

I had multiple failed match attempts after my submissions to the player portal.
After pulling the Bot Logfile the error was something along the line of…


{“date”:“2022-04-16T16:38:20.712224Z”,“log”:“It was not possible to find any compatible framework version”} {“date”:“2022-04-16T16:38:20.712277Z”,“log”:“The framework ‘Microsoft.NETCore.App’, version ‘3.1.0’ was not found.”} {“date”:“2022-04-16T16:38:20.712283Z”,“log”:" - The following frameworks were found:"} {“date”:“2022-04-16T16:38:20.712293Z”,“log”:" 5.0.5 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]"} {“date”:“2022-04-16T16:38:20.712943Z”,“log”:""} {“date”:“2022-04-16T16:38:20.712960Z”,“log”:“You can resolve the problem by installing the specified framework and/or SDK.”} {“date”:“2022-04-16T16:38:20.712967Z”,“log”:""} {“date”:“2022-04-16T16:38:20.712973Z”,“log”:“The specified framework can be found at:”} {“date”:“2022-04-16T16:38:20.712978Z”,“log”:" - Download .NET Core 3.1 Runtime"}


Only after I took my project to .NET 5 I was able to get a successful match on the Player Portal.
I see in the docker file in the solution folder is still pointing to the 2021 docker image?


Base image provided by Entelect Challenge

FROM public.ecr.aws/m5z5a5b2/languages/dotnetcore:2021

I assume .Net Core 3.1 && .NET 6 is not installed on that image and that’s why this is failing?

I just want to find out if this is something that we need to fix on our side or is there an issue with the docker image?

It’s something that the EC team should fix on their side. They said that they were looking at upgrading the dotnet docker image to version 6, but when that might happen, only they would know.

Hi @Donovan and @AtomicNomad.

:see_no_evil: it is as you say it is an issue on our side. We are working on and update and will let you know :blush: