Unexpected filter behaviour on some sites? #650
Replies: 16 comments 1 reply
-
Doesnt appear to be issued from them.. |
Beta Was this translation helpful? Give feedback.
-
With javascript turned off.. |
Beta Was this translation helpful? Give feedback.
-
That would explain the results without javascript. But with javascript, the result is the same: |
Beta Was this translation helpful? Give feedback.
-
They are doing something really clever somehow.. the xpath/css selector is in the tests and no one else reported an issue I'm going to close this, BUT please please update with what you learn its almost like they are using an iframe but not quite, they have something special here |
Beta Was this translation helpful? Give feedback.
-
When I use the filter generated by the visual selector tool it works
and a 'wait before read' of 5 seconds |
Beta Was this translation helpful? Give feedback.
-
How would you explain that reverting to dgtlmoon/changedetection.io:0.39.14 resolves the issue? |
Beta Was this translation helpful? Give feedback.
-
@freddieleeman unsure, maybe you can debug? I can say the filter applies only sometimes, and ONLY for this website, and you are the only one to report it.. |
Beta Was this translation helpful? Give feedback.
-
Can you explain why it works for me in the latest version? |
Beta Was this translation helpful? Give feedback.
-
Here is another example: https://1drv.ms/f/s!Ainhp1nBLzMJrEeyV5NOiKa8zDA3 |
Beta Was this translation helpful? Give feedback.
-
mm my xpath checker says nothing found |
Beta Was this translation helpful? Give feedback.
-
That is weird. And this one? https://nl.mouser.com/ProductDetail/DFRobot/SEN0395?qs=ljCeji4nMDmvEgq75EdCVA%3D%3D |
Beta Was this translation helpful? Give feedback.
-
@freddieleeman I think I found something interesting, could you try this change locally?
I think playwrights |
Beta Was this translation helpful? Give feedback.
-
No cigar; visual selector preview looks good, but no result. |
Beta Was this translation helpful? Give feedback.
-
I reopened this is as a discussion, i dont quite think it's a bug in the xpath/css selector, but there is something going on with the sites that we dont fully understand yet |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@freddieleeman i got it to work on our hosted/subscription service, we have a bit more complicated fetching backend setup
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
"No history found"
Version
dgtlmoon/changedetection.io:latest
To Reproduce
URL: https://www.digikey.nl/nl/products/detail/dfrobot/SEN0395/14322660
Fetch method:
BothPlaywright Chromium/JavascriptCSS/JSON/XPATH Filter: //div[@data-testid="price-and-procure-title"]
Expected behavior
Result: "0 op voorraad"
Additional context
Reverting to dgtlmoon/changedetection.io:0.39.14 resolves the issue
Beta Was this translation helpful? Give feedback.
All reactions