You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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">
This discussion was converted from issue #2634 on September 16, 2024 20:40.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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