Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to parse time / System.ArgumentOutOfRangeException #2

Closed
NikKOo31 opened this issue Feb 3, 2020 · 1 comment
Closed

Unable to parse time / System.ArgumentOutOfRangeException #2

NikKOo31 opened this issue Feb 3, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@NikKOo31
Copy link

NikKOo31 commented Feb 3, 2020

2020-02-02 15:50:01|ArchiSteamFarm-5344|INFO|XXXXXXX|OnBotInitModules() GamesToBooster : XXXXXX
2020-02-02 15:50:01|ArchiSteamFarm-5344|INFO|ASF|.ctor() <XXXXXXX> Auto-attepmt to make booster from XXXXXX is planned at 02/02/2020 16:50

2020-02-02 16:52:03|ArchiSteamFarm-5344|INFO|ASF|CreateBooster() <XXXXXXX> Crafting booster from XXXXXX is not availiable now
2020-02-02 16:52:03|ArchiSteamFarm-5344|INFO|ASF|CreateBooster() Unable to parse time "3 Feb @ 1:19pm", please report this.

2020-02-02 17:00:02|ArchiSteamFarm-5344|INFO|ASF|CreateBooster() <XXXXXXX> Crafting booster from XXXXXX is not availiable now
2020-02-02 17:00:02|ArchiSteamFarm-5344|INFO|ASF|CreateBooster() Unable to parse time "3 Feb @ 1:19pm", please report this.
2020-02-02 17:00:02|ArchiSteamFarm-5344|FATAL|ASF|OnUnhandledException() System.ArgumentOutOfRangeException: Number must be either non-negative and less than or equal to Int32.MaxValue or -1. (Parameter 'dueTime')
   at System.Threading.Timer.Change(Int64 dueTime, Int64 period)
   at System.Threading.Timer.Change(TimeSpan dueTime, TimeSpan period)
   at BoosterCreator.BoosterHandler.CreateBooster(Bot bot, ConcurrentDictionary`2 gameIDs)
   at BoosterCreator.BoosterHandler.AutoBooster()
   at BoosterCreator.BoosterHandler.<.ctor>b__4_0(Object e)
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__139_1(Object state)
   at System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
2020-02-02 17:00:02|ArchiSteamFarm-5344|ERROR|ASF|Exit() Exiting with nonzero error code!
@Rudokhvist Rudokhvist added the bug Something isn't working label Feb 3, 2020
@Rudokhvist
Copy link
Owner

Thank you for your report!
I released new version of plugin with a this bug fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants