GodMode2
GodMode2 copied to clipboard
ValueError: Couldn't parse datetime string '0' - value is not a string.
Got this message when tried another database — this one had timestamp in it. Regularly, it has values like 481462949 but this time it had value 0. In case of 481462949 GodMode fails with same exception.
Exception is quite long, made a gist https://gist.github.com/ReDetection/aac3dd12fb23bff6068ceba64f4dc482
Can't find exact place to fix. Can you spot it?
Workarounded by explicitly defining it column as Integer