Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: IO Error when uploading a larger zip file #544

Closed
Pumpline opened this issue Apr 2, 2024 · 5 comments
Closed

Bug: IO Error when uploading a larger zip file #544

Pumpline opened this issue Apr 2, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@Pumpline
Copy link

Pumpline commented Apr 2, 2024

What happened?

When uploading a larger zip (in this case 6 gigabyte) file, an error occurs.

Version

latest (ghcr.io/diced/zipline or ghcr.io/diced/zipline:latest)

What browser(s) are you seeing the problem on?

Firefox

Zipline Logs

[Error: ENOENT: no such file or directory, open 'C:\Users\ADMINI~1\AppData\Local\Temp\2\zipline\zipline_partial_Uv2c_0_20971520'] {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'open',
  path: 'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\2\\zipline\\zipline_partial_Uv2c_0_20971520'
}

Browser Logs

Browser is not noticing this issue as I saw, tries to continue to upload but the upload bar stays stuck.

Additional Info

No response

@Pumpline Pumpline added the bug Something isn't working label Apr 2, 2024
@diced
Copy link
Owner

diced commented Apr 15, 2024

Is this issue still happening? Could you turn on the debug logs and show the logs surrounding the error if it's still happening?

@diced
Copy link
Owner

diced commented Apr 15, 2024

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 is resolved. Obviously this isn't a solution but I'll have to investigate it in more detail later on windows.

@Pumpline
Copy link
Author

Hey there,
the named folder already exists.
https://pumpline.de/cloud/aiv314TzUFoPipftwKuh.png

@diced
Copy link
Owner

diced commented Apr 22, 2024

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 directory something like zipline_temp.

reference: https://zipline.diced.sh/docs/config/core#core_temp_directory

@diced
Copy link
Owner

diced commented Oct 23, 2024

closing as stale

@diced diced closed this as not planned Won't fix, can't repro, duplicate, stale Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants