-
Notifications
You must be signed in to change notification settings - Fork 12
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
bug: Error creating EyeWitness screenshots with a non-standard URL #15
Comments
Reproduced, working on it |
Bug came from EyeWitness itself, explication here I've tested the patch, it works fine. Problem here is that the code of EyeWitness need to be patched, it's quite hard to maintain. So we could filter the known bad url before, here using the semi column, and launch the task I will try that way |
Posted a new issue to see if we must circumvent this on our end : RedSiege/EyeWitness#656 |
Is the space in your example URL intended?
After the original MR, you would have had traceback because EyeWitness has no logic to handle invalid spaces (and I'm not entirely convinced there is a reason to build the logic since the traceback is sufficiently indicative of the error). That is to say, https://github.com/RedSiege/EyeWitness/pull/605/files might prevent an incorrect malformed URL error, but will not handle the error resulting from the space in your example. Anyway, RedSiege/EyeWitness#659 To be clear though, this doesn't address that Eyewitness will stop completely on malformed URLs. Might be worth a new issue to address that explicitly-- to allow the rejection of a malformed URL, rather than completely stopping. |
No, not intended. It's a copy-paste from the original issue on the legacy repository of reNgine
👍 Thanks for your clarification |
Merged RedSiege/EyeWitness#659 You can probably close #15 Cheers |
Is there an existing issue for this?
Current Behavior
Submitted by @solo10010
The task of creating screenshots stops completely if EyeWitness encounters a strange URL
Expected Behavior
I expected that if errors occurred, the collection of screenshots would continue and not be interrupted completely.
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: