Coder Social home page Coder Social logo

node-red-contrib-zip's People

Contributors

gfcittolin avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

node-red-contrib-zip's Issues

Example flows on how to use this.

I find the documentation a bit confusing, will be good if we can have a 'hello world' example on how to use this. I'm thinking of a flow.json which one can import, similar to what others are doing.

Unbound send in nrInputShim

For older versions of Node-Red (<1.0), the zip node will fail. The nrInputShim needs to be changed when initializing the send value. Instead of:
send = send || node.send;
it should be:
send = send || node.send.bind(node);

Thanks,
Michel

Cannot catch error of Zip node

Hi there,

I use a zip node to extract the zip file, in case the decompression fails, zip node will output an error "Error parsing zip file: Error: Can't find end of central directory : is this a zip file ? If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html 1" (★)

I want to catch this error with catch node, I used catch node and chose Catch errors from zip node but not catch error (★)

How to catch the error from zip node using catch node?
Thanks!

zip file corrupted:
http://www.mediafire.com/file/dztidjddqmtoio4/Data.zip/file

node-zip-1

Zipping a local directory.

Hi there,

I have a use case where by I would like to zip up a directory on my node-red host machine. The directory path is /tmp/helloWorld/ and then I would like to place the zipped file to /tmp/bye.zip. Is this currently possible?

Error parsing zip file: Error: Can't find end of central directory

Hello

I am using this node on the following zip file but I get the error below:

Error parsing zip file: Error: Can't find end of central directory : is this a zip file ? If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html"

zip file is located here: https://donnees.roulez-eco.fr/opendata/jour/

Is the file corrupted or is it a problem due to the node?

Thibaut

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.