dicedtomato

Results 82 comments of dicedtomato

Is this issue still happening? Could you turn on the [debug logs](https://zipline.diced.sh/docs/guides/debugging#enabling-debug-logs) and show the logs surrounding the error if it's still happening?

A possibility is that the temp directory isn't being created, I don't test Zipline on windows but try to create the `C:\Users\ADMINI~1\AppData\Local\Temp\2\zipline` directory your self and see if the issue...

Not sure if this will fix it, but try setting the `CORE_TEMP_DIRECTORY` variable to somewhere other than inside of `AppData\Local\Temp` for example maybe just your user folder and call the...

are you running via docker? if you aren't using the provided example docker-compose.yml file you should make sure that the postgres container has a volume or everytime it restarts it...

if it didn't restart, then there probably a 75% chance that it's not zipline's fault considering you might be sharing the volume with other stuff... i suggest using a separate...

@TheAnachronism Try the DATASOURCE_S3_USE_SSL=true variable.

@TheAnachronism I'm honestly not sure what the issue here is.. if you are sure that the logs don't contain anything it would be pretty difficult to figure out what happened....

> How does zipline do that internally? Does it just redirect to the public URL from the s3 bucket, or does it get the file from there and then serve...

By the looks of it, sometimes it seems to be fine and then sometimes it's being stretched/shrinked?

should be fied https://github.com/diced/zipline/commit/f3634eff48ea72cbf6335e718af9a88635286a1c