Getting "Error: Data read, but end of buffer not reached"
See original GitHub issueHey, I am getting “Error: Data read, but end of buffer not reached” and I don’t know why. Can you help, please?
Code:
const msgpack = require('msgpackr')
let unpacked = msgpack.unpack(Buffer.from("4234235rfasdfasdf", 'base64'));
Thanks
Issue Analytics
- State:
- Created a year ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Error Data read, but end of buffer not reached... bug or not
Hello,. I recently updated my project to the last version of Gatsby and plugin from Gatsby 4.5 to 4.6.1.
Read more >We reached end of buffer Error - Microsoft Power BI Community
Solved: Hello, I have data I was able to load via the Web API and it displayed fine. When I refreshed the report,...
Read more >Sharp unable to read file buffer - node.js - Stack Overflow
1 Answer 1 · Maybe check the type of your provided input req.files.image.data one more time. Is it really a not corrupted image...
Read more >get data from dataflow - Power Query | Microsoft Learn
Error: We reached the end of the buffer". Reason: Only analytical dataflows can be used in a Get data operation from a dataflow....
Read more >Top 10 Most Common Node.js Developer Mistakes - Toptal
The more complex the task, the worse this can get. By nesting callbacks in such a way, we easily end up with error-prone,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can unpack with msgpack-node and pack the result with msgpackr to get the new test string.
Awesome, thank you very much for the declarations 😄