Forum

FAQs and other general questions are answered here
By Becker
#23101
I have two environments. Run BF Bot Manager locally on a laptop in Simulation mode. I also run BF Bot Manager on a VPS in Real mode. I can create tips on my laptop import it into my VPS Real Mode. No problem. If I try to create tips in the VPS environment and choose Move "My S." to "Manage tips" form, nothing happens. I can save the tips to a file, but I can't import it.

The importable file looks like:
"Provider","Handicap","SelectionId","MarketId","EventId","SelectionName","MarketName","EventName","MarketType","StartTime","BetType","Size","Points","Price","MinPrice","MaxPrice","BSP"
"Puskas_2","0","12685189","1.172933842","30008041","Shenzhen FC","Match Odds","Henan v Shenzhen FC","MATCH_ODDS","2020-09-14 10:00:00","UNKNOWN","10","0","0","1.01","20","False"

The not importable file looks like:
"Provider","Handicap","SelectionId","MarketId","EventId","SelectionName","MarketName","EventName","MarketType","StartTime","BetType","Size","Points","Price","MinPrice","MaxPrice","BSP"
"Puskas","0","12685189","1.172933842","30008041","Shenzhen FC","Match Odds","Henan v Shenzhen FC","MATCH_ODDS","2020-09-14 10.00.00","UNKNOWN","10","0","0","1.01","20","False"

They are both the same. I might have an incorrect setting somewhere, but I have not been able to find it.
User avatar
By BfBotManager
#23104
Hi Becker,

It is most likely issue with start time format as second file used . to separate hour/minute/second values. This is probably related to the computer Windows settings for date and time. Try changing those Windows settings for date/time to be the same on both computers and to use format "2020-09-14 10:00:00".

Notice difference between "2020-09-14 10:00:00" and "2020-09-14 10.00.00".
By Becker
#23107
Yes, the time format for has to be : or it won't co-operate. Solved, thank you!