Mayor McCheese
Explore posts from serversmagic code???
I can't help you understand the dithering component, if it's truly non deterministic then you've got other problems, otherwise I suspect you don't understand the circumstances.
It's likely a set of actions that you're taking creating a state where it works the next execution.
Without seeing the code it's hard to tell.
Is this in a git repo public somewhere?
16 replies
magic code???
You're going to have trouble referencing files like that, generally navigating up
..
is a bad idea. It implies a directory structure must exist in a place that isn't under your control.
One thing to do is copy the files to the output directory and reference them from the same directory you're executing from
Alternatively you can store them in a dedicated well known and configurable location.16 replies
magic code???
It sounds like what you have going on is you have some csv's in your project that aren't being copied to the output directory so it's not failing to load files that aren't there?
This is a wild ass guess, like @Adise said there's not a lot here to go on.
16 replies