Page 1 of 1

Problem with previously working bots not sending bets today

Posted: Thu Mar 04, 2021 3:52 pm
by theglove01
Hi,

Having some issues today with bots for the horse markets not working. All bots have previously worked fine and not changes have been to them.

Today so far nothing has happened though. On this particular bot that was set to enter on the 14:40 race I got the following from the log file
Code: Select all
04/03/2021 14:38:35: ReadTips Exception: System.FormatException: String was not recognized as a valid DateTime.
   at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
   at CsvHelper.TypeConversion.DateTimeConverter.ConvertFromString(TypeConverterOptions options, String text)
   at lambda_method(Closure )
   at CsvHelper.CsvReader.<GetRecords>d__1`1.MoveNext()
   at Framework.TipsController.LICtDC1qIM(IEnumerable`1  )

Re: Problem with previously working bots not sending bets today

Posted: Thu Mar 04, 2021 4:30 pm
by BfBotManager
This error is reported for imported tips, start time is not properly formatted, so bot is unable to import tips and parse start time.

If you keep having problems then open new support ticket and send us tips file, strategy file, screenshots of loaded markets, imported tips and all other relevant settings that you might be using.
https://www.bfbotmanager.com/en/contact

Re: Problem with previously working bots not sending bets today

Posted: Thu Mar 04, 2021 4:37 pm
by theglove01
Not sure I understand this as the date and time format is exactly the same as previous selections and the same as markets I've manually added via the markets tree.

Re: Problem with previously working bots not sending bets today

Posted: Thu Mar 04, 2021 4:58 pm
by theglove01
15:50 has just done the same
Code: Select all
04/03/2021 15:38:36: ReadTips Exception: System.FormatException: String was not recognized as a valid DateTime.
   at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
   at CsvHelper.TypeConversion.DateTimeConverter.ConvertFromString(TypeConverterOptions options, String text)
   at lambda_method(Closure )
   at CsvHelper.CsvReader.<GetRecords>d__1`1.MoveNext()
   at Framework.TipsController.LICtDC1qIM(IEnumerable`1  )
04/03/2021 15:40:22: Keep alive success.
04/03/2021 15:47:23: Keep alive success.
04/03/2021 15:54:23: Keep alive success.
Absolutely nothing wrong with the tip import time or event start time.

Re: Problem with previously working bots not sending bets today

Posted: Thu Mar 04, 2021 5:14 pm
by BfBotManager
Please open new support ticket and send us all requested files so that we can check it.