mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #32] Errors while processing data #32
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @andr6 on GitHub (May 11, 2017).
Original GitHub issue: https://github.com/RD17/ambar/issues/32
Hi,
I am seeing allot of the following errors on the pipeline for all the files being used via SMB Crawler .
2017-05-11 14:59:05.470: [error] [p0] error submiting parsed text to Api, unexpected response code //windowsxptools/g/docs/file.html 500 {"message":"Invalid non-string/buffer chunk\n TypeError: Invalid non-string/buffer chunk\n at validChunk (_stream_writable.js:186:14)\n at GridWriteStream.Writable.write (_stream_writable.js:213:12)\n at ondata (_stream_readable.js:542:20)\n at emitOne (events.js:77:13)\n at emit (events.js:169:7)\n at Readable.read (_stream_readable.js:368:10)\n at flow (stream_readable.js:759:26)\n at resume (_stream_readable.js:739:3)\n at nextTickCallbackWith2Args (node.js:511:9)\n at process._tickCallback (node.js:425:17)"}
This is happening to all the files.
Any ideas ?
Thanks
@isido993 commented on GitHub (May 11, 2017):
Hello!
The error is not critical and won't affect search performance and experience anyhow.
However it's a bug, and we'll fix it. Please send us the file (
file.html- the one that generates the error) to help us investigate the issue.Thanks
@andr6 commented on GitHub (May 11, 2017):
Hi @fpd4444
Can't do that :) But this happening to all files now.
@isido993 commented on GitHub (May 12, 2017):
@andr6
We made some updates, please run
sudo ./ambar.py updateand then try processing this files again.@sochix commented on GitHub (May 19, 2017):
@andr6 did it help?
@andr6 commented on GitHub (May 20, 2017):
It did. No more errors on html. I am seeing the same errors being applied to images file types(jpg,, png, etc)
I haven't upgrade yet to the latest version since my understanding is that it will need to start from 0.
@isido993 commented on GitHub (May 22, 2017):
@andr6
We fixed the error you mentioned (processing images) in the latest version. Please update (you're right, it requires resetting Ambar index, but it worth it since the search is much more advance in this new version)
@andr6 commented on GitHub (May 22, 2017):
@fpd4444 If i upgrade does the data needs to be reprocessed again ?
@sochix commented on GitHub (May 22, 2017):
@andr6 yep
@sochix commented on GitHub (May 28, 2017):
@andr6 should I close this issue?
@andr6 commented on GitHub (Jun 1, 2017):
Please do