Code Monkey home page Code Monkey logo

Comments (8)

mobad avatar mobad commented on July 17, 2024 1

Okay, so I made a test that you can try. I want to see if this happens on other systems at all. Try with these jars: minecraft-comes-alive-7.5.3+1.20-universal.jar clutter-1.20-0.3.6.jar spark-1.10.42-fabric.jar wynntils-0.0.3-alpha.89-quilt.jar This may just be an implementation bug (my fault), but I'm not exactly sure what it is.

@SylvKT I've noticed that on https://github.com/SylvKT/sylv-api/blob/e57f877ee73b8b2b4ef379eb1b81d3c07cb4cc12/src/task/retrieve_jar.rs#LL78C20-L78C20 it's using file.write() which isn't guaranteed to write the entire buffer (https://docs.rs/tokio/latest/tokio/io/trait.AsyncWriteExt.html#method.write), I think it needs to use write_all.

To verify you can log the response of write and the size of the buffer to see if they match.
Or you save the downloaded jars can you try opening them in a normal zip program.

But I'd recommend using something like https://stackoverflow.com/a/74283625 so it doesn't have to save everything in memory and write to a file, it'll just write bytes in chunks as they are downloaded.

from rs-async-zip.

sylv256 avatar sylv256 commented on July 17, 2024 1

Okay, so I made a test that you can try. I want to see if this happens on other systems at all. Try with these jars: minecraft-comes-alive-7.5.3+1.20-universal.jar clutter-1.20-0.3.6.jar spark-1.10.42-fabric.jar wynntils-0.0.3-alpha.89-quilt.jar This may just be an implementation bug (my fault), but I'm not exactly sure what it is.

@SylvKT I've noticed that on https://github.com/SylvKT/sylv-api/blob/e57f877ee73b8b2b4ef379eb1b81d3c07cb4cc12/src/task/retrieve_jar.rs#LL78C20-L78C20 it's using file.write() which isn't guaranteed to write the entire buffer (https://docs.rs/tokio/latest/tokio/io/trait.AsyncWriteExt.html#method.write), I think it needs to use write_all.

To verify you can log the response of write and the size of the buffer to see if they match. Or you save the downloaded jars can you try opening them in a normal zip program.

But I'd recommend using something like https://stackoverflow.com/a/74283625 so it doesn't have to save everything in memory and write to a file, it'll just write bytes in chunks as they are downloaded.

Using write_all seems to have fixed the issue. Thank you! Also, sorry for opening an invalid issue.

from rs-async-zip.

Majored avatar Majored commented on July 17, 2024

I'm not personally getting an UnableToLocateEOCDR error with 0.0.15 on macOS (https://imgur.com/l5jGjhE).
Are you sure the file you're downloading is getting properly saved?

from rs-async-zip.

sylv256 avatar sylv256 commented on July 17, 2024

It's possible that it's trying to read the file before it's saved. I'll have to do more testing.
However, it's only those specific files.

from rs-async-zip.

sylv256 avatar sylv256 commented on July 17, 2024

After some tinkering, I've managed to somehow fix it. I don't know why this works, but it does. This must've been user error. I'm still going to investigate what I did differently.
https://github.com/SylvKT/sylv-api/blob/29c7790e36f035d5d5055062fd662aef62f3a543/src/task/retrieve_jar.rs#L207

from rs-async-zip.

sylv256 avatar sylv256 commented on July 17, 2024

So, it seems that the error still persists, but it's somewhat random. I've made it wait for one second now, but it doesn't seem to help.

from rs-async-zip.

sylv256 avatar sylv256 commented on July 17, 2024

This may be related to #70

from rs-async-zip.

sylv256 avatar sylv256 commented on July 17, 2024

Okay, so I made a test that you can try. I want to see if this happens on other systems at all. Try with these jars:
minecraft-comes-alive-7.5.3+1.20-universal.jar
clutter-1.20-0.3.6.jar
spark-1.10.42-fabric.jar
wynntils-0.0.3-alpha.89-quilt.jar
This may just be an implementation bug (my fault), but I'm not exactly sure what it is.

from rs-async-zip.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.