Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR - Upload handler failed to dump file .... Bad guid #7

Closed
gallypette opened this issue Oct 2, 2019 · 3 comments
Closed

ERROR - Upload handler failed to dump file .... Bad guid #7

gallypette opened this issue Oct 2, 2019 · 3 comments

Comments

@gallypette
Copy link

Hi,

I have a manager running on Ubuntu, and whids running on Win 10 (running in VBox).
I get the following type of errors popping up in the manager's output:

2019/10/02 11:25:25 ERROR - Upload handler failed to dump file ({19480def-65c1-5d94-0000-001081270200}/c9df481b3d530a4c9d79c6cd526a186f/c9df481b3d530a4c9d79c6cd526a186f_event.json.gz): Bad guid

I think it's a problem of case sensitivity here:

guidRe = regexp.MustCompile(`\{[A-F0-9]{8}-([A-F0-9]{4}-){3}[A-F0-9]{12}\}`)

`(?i)\{[A-F0-9]{8}-([A-F0-9]{4}-){3}[A-F0-9]{12}\}`

should work, but I am unsure you need case sensitivity elsewhere.

cheers,
jlouis

@qjerome
Copy link
Contributor

qjerome commented Oct 2, 2019

Hi @gallypette,

Yep, that's a bug I noticed and fixed recently but not committed ...
By the way, the fix is indeed the one you suggested.

Thanks for your issue,
Cheers,

qjerome added a commit that referenced this issue Oct 2, 2019
qjerome added a commit that referenced this issue Oct 2, 2019
@qjerome
Copy link
Contributor

qjerome commented Oct 2, 2019

I fixed the thing and made a new release v1.6.1

@qjerome qjerome closed this as completed Oct 2, 2019
@gallypette
Copy link
Author

Cool thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants