Citrinate / BoosterManager

An ASF Plugin for creating Steam booster packs and managing Steam trading card items
Apache License 2.0
43 stars 2 forks source link

Error after updating to DotNet v8 #7

Closed woctezuma closed 12 months ago

woctezuma commented 1 year ago
2023-11-18 23:27:03|dotnet-5756|INFO|ASF|InitCore() ArchiSteamFarm V5.5.0.0 (generic/98d541a0-893c-4ebb-91b8-45e2b65a4245 | .NET 8.0.0; win-x64; Microsoft Windows 10.0.19045)
2023-11-18 23:27:04|dotnet-5756|INFO|ASF|InitPlugins() Chargement BoosterManager V2.5.1.0... 
2023-11-18 23:27:07|dotnet-5756|FATAL|ASF|OnUnhandledException() System.MissingMethodException: Method not found: 'System.Threading.Tasks.Task`1<ArchiSteamFarm.Web.Responses.HtmlDocumentResponse> ArchiSteamFarm.Steam.Integration.ArchiWebHandler.UrlGetToHtmlDocumentWithSession(System.Uri, System.Collections.Generic.IReadOnlyCollection`1<System.Collections.Generic.KeyValuePair`2<System.String,System.String>>, System.Uri, ERequestOptions, Boolean, Byte, Int32, Boolean)'.
   at BoosterManager.WebRequest.GetBoosterPage(Bot bot)
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
   at BoosterManager.WebRequest.GetBoosterPage(Bot bot)
   at BoosterManager.BoosterQueue.UpdateBoosterInfos()
   at BoosterManager.BoosterQueue.Run()
   at BoosterManager.BoosterQueue.<.ctor>b__14_0(Object e)
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()

References:

Citrinate commented 12 months ago

Just added a pre-release version for ASF 5.5: https://github.com/Citrinate/BoosterManager/releases/tag/2.6.0

woctezuma commented 12 months ago

Thanks!