module 'lxml.etree' has no attribute '_ElementStringResult'
-
After last update to 0.45.17, I've this problem:
"module 'lxml.etree' has no attribute '_ElementStringResult'"
Any other have this issue?
Thank's a lot
-
@girish it happens randomly...
Edit: problem it seems to be related tho scrapes that have configured "CSS/JSONPath/JQ/XPath Filters" instruction populated from "Visual Filter Selector".
So, to reproduce please try to do this:
- Add a website Url
- In Request Select "Playwright Chromium/Javascript via 'ws://0.0.0.0:3000'"
- In "Visual Filter Selector" select some area
- Save
At this point, you should have "CSS/JSONPath/JQ/XPath Filters" populated with filters, eg. xpath1:/html/body/div[2]
Let me know,
Thank's a lot
-
@nebulon first I want to be sure that is not a Cloudron-related problem, than maybe I'll open upstream.
Maybe is this issue related to Python version?
-
I think it would help to report to upstream as it does not appear to be a generic package issue and so far we are not able to reproduce this. Nor are we experts on the app internals itself, so upstream authors may be able to shed more light on this.
-
I think it would help to report to upstream as it does not appear to be a generic package issue and so far we are not able to reproduce this. Nor are we experts on the app internals itself, so upstream authors may be able to shed more light on this.
-
@nebulon thank's...
-
@p44 I think https://github.com/dgtlmoon/changedetection.io/issues/2312 is this issue. They have fixed it in the latest release.
-