You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When the bot tries to search for free games, or when the !freegames command is used, the following error appears and no games are added:
2024-10-10 15:23:56|ArchiSteamFarm-18|ERROR|ASF|Execute() An error occurred: AggregateException One or more errors occurred. (Method not found: 'Void System.Net.Http.HttpClientHandler.set_AutomaticDecompression(System.Net.DecompressionMethods)'.) (Method not found: 'Void System.Net.Http.HttpClientHandler.set_AutomaticDecompression(System.Net.DecompressionMethods)'.) (Method not found: 'Void System.Net.Http.HttpClientHandler.set_AutomaticDecompression(System.Net.DecompressionMethods)'.)
"<1> Unknown command!" is replied when I try to do !freegames
Desktop (please complete the following information):
This issue has been addressed in pull request #100. Latest plugin version (v1.7.1) should reflect thoses fix/changes
The error "Method not found" when using the plugin with latest asf was caused by changes in the trimmed binary. The pull request updates the SimpleHttpClient class to use reflection for property access, ensuring compatibility even if some properties names change or are trimmed in the future.
Describe the bug
When the bot tries to search for free games, or when the !freegames command is used, the following error appears and no games are added:
2024-10-10 15:23:56|ArchiSteamFarm-18|ERROR|ASF|Execute() An error occurred: AggregateException One or more errors occurred. (Method not found: 'Void System.Net.Http.HttpClientHandler.set_AutomaticDecompression(System.Net.DecompressionMethods)'.) (Method not found: 'Void System.Net.Http.HttpClientHandler.set_AutomaticDecompression(System.Net.DecompressionMethods)'.) (Method not found: 'Void System.Net.Http.HttpClientHandler.set_AutomaticDecompression(System.Net.DecompressionMethods)'.)
"<1> Unknown command!" is replied when I try to do !freegames
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: