Coder Social home page Coder Social logo

node-red-contrib-bigfile's People

Contributors

jacques44 avatar mrj44-collab avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

node-red-contrib-bigfile's Issues

npm version not in sync

Hi,

the version of bigfile on npm has line 81 of bigfile.js
RED.nodes.registerType("bigfile reader",BigFileInNode);
rather than
RED.nodes.registerType("bigfile",BigFileInNode);

Can you update to be in sync ? - thanks

Getting error when I use big file reader in bluemix node-red

Hi,
I was able to include the big file reader in my app on bluemix.
I downloaded my starter code, then added the following line in package.json:
"node-red-contrib-bigfile":"1.1.0",
and pushed it back to blue mix. I was able to see the big file reader in the node-red editor.
When I try to deploy, I get the error message in the debug tab:

"5/2/2016, 10:38:50 PM2997ced5.fc4302
msg : error
TypeError: undefined is not a function"

How to solve the above issue?
Thanks

Payload arguments are not being interpolated into the BigSSH node as expected

It appears the BigSSH node is broken. The connection is working fine, and I can execute commands that are written out fully as a string inside the node.

However, if I set "msg.payload = {"password":"123"}" and set the command to "echo ${payload.password}" then payload.password does not get parsed into the command. I hope this makes sense. I have attached screen shots.

I am willing to donate $40 if you can address this. This is the only node that meets my needs. Feel free to email me at [email protected]

Screenshot 2021-02-17 171943
Screenshot 2021-02-17 172016
Screenshot 2021-02-17 172102
Screenshot 2021-02-17 172126

streaming control

Hi
I'm trying to use this node to read big files, passing them to an http streamer (as blocks).
Is there a way to manage the flow control in order to wait the reception confirmation of a block to proceed in reading the next one.

Thanks

Keep msg objects

I've found your code much faster to load files but it seems to lose other objects I've added to the message. Can't seem to spot where the message gets supplanted in the code myself but I'm by no means a javascript expert. Any help is appreciated and thanks for the the node.

Start and End options

I'm hoping to use the big file reader in a project I am working on to read in large files and stream the data to an executable. Sometimes the data I need to read is to an updated file and in this case I only want to read the information added since the last read. As such, I'm attempting to use the start and end config options but I am unable to get them to work.

This is an example of what I am passing into BigFile where startingLocation and endingLocation are integers:
{ filename: path, config: { flow: "buffer", start: startingLocation, end: endingLocation } }

Setting these values seems to have no affect. BigFile always returns the content of the entire file.

How can I set these values?

Thanks!

Unexpected state, incoming data and no stream

I'm suddenly getting "Unexpected state, incoming data and no stream" while using big exec. What would be possible causes for this to appear?

I've looked at the source code, found where the error message is being generated but don't have enough of the big picture to figure out what is going on.

Hopefully someone could shed some light. I'm using this within the Node-Red environment.

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.