initial file loading time causing input test to fail?
- Created Thursday, November 20th 2014 @ 13:15:43
I'm loading a 13M file that is in my src folder when the bot initilizes. however input test is failing in 5.2 seconds and says it's not getting any input.
The file loads in about 4 seconds on my computer, but I don't know if it takes longer on the server. Does the input test allow full 10 seconds to get an input? because that might help too
- Created Thursday, November 20th 2014 @ 13:21:16
try again, I just changed the time to 10 seconds
- Updated Saturday, November 29th 2014 @ 07:59:02
How to attach my data files into strategy? In my archive there three files: program.cs - C# program somename1.txt somenamy2.txt - my files
but in tests i get "Unhandled Exception: System.UnauthorizedAccessException: Access to the path "//somename1.txt" is denied. at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in :0 "
- Created Saturday, November 29th 2014 @ 23:02:56
For me all source and data files all went in a folder called src after uploading so try putting src/ before your file