Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
I've reached to a problem where if the price is reported many times in the single product page with different formats the plugin thinks it is two different prices
changedetectionio.processors.restock_diff.processor:get_itemprop_availability:71 - More than one price found {'2879.2', '2879.20'}, throwing exception, cant use this plugin.
My bet is that the price is both shown in the tag and java script JSON as follows:
<meta itemprop="price" content="2879.20">
<script type="application/ld+json">{.......,"offers":{"price":2879.2,......</script>
But I haven't done any debbugging.
Version
v0.46.04
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Get the single product price correctly independent of how it is presented on the webpage
Additional context
Change Detection is running from a docker image (lscr.io/linuxserver/changedetection.io:latest)
Beta Was this translation helpful? Give feedback.
All reactions