openfoodfacts / openfoodfacts-server

Open Food Facts database, API server and web interface - 🐪🦋 Perl, CSS and JS coders welcome 😊 For helping in Python, see Robotoff or taxonomy-editor
http://openfoodfacts.github.io/openfoodfacts-server/
GNU Affero General Public License v3.0
652 stars 381 forks source link

Import of some products from pro platform seem to fail #6287

Closed stephanegigandet closed 2 years ago

stephanegigandet commented 2 years ago

Describe the bug

for org-nestle-waters, this product (and maybe others) are not imported to the public platform:

https://fr.pro.openfoodfacts.org/produit/8002270446764/sanpellegrino-momenti-orange-sanguine-fleur-d-oranger-6x33cl

From the minion_log4perl log, it seems the job dies after:

[58137] ProductOpener/Ingredients.pm 5689 ProductOpener.Ingredients {} detect_allergens_from_text - done [58137] ProductOpener/Import.pm 1720 ProductOpener.Import {} fix_salt_equivalent {code => "7613036249928",product_id => "7613036249928"} [58137] ProductOpener/Import.pm 1723 ProductOpener.Import {} compute_serving_size_data {code => "7613036249928",product_id => "7613036249928"} [58138] ProductOpener/Import.pm 1726 ProductOpener.Import {} compute_nutrition_score {code => "7613036249928",product_id => "7613036249928"}

To Reproduce

Try to export the product, watch logs in /srv/off/logs/

Expected behavior

Product is imported.

Screenshots

No response

Additional context

No response

Type of device

Other

Browser version

No response

Number of products impacted

No response

Time per product

No response

stephanegigandet commented 2 years ago

Caused by https://github.com/openfoodfacts/openfoodfacts-server/issues/6288

stephanegigandet commented 2 years ago

fixed