AI Product Matcher avatar
AI Product Matcher

Pricing

Pay per usage

Go to Store
AI Product Matcher

AI Product Matcher

Developed by

Matěj Sochor

Matěj Sochor

Maintained by Community

Match products across multiple e-commerce websites. Use this AI product matching Actor whenever you need to find matching pairs of products from different online shops for dynamic pricing, competitor analysis or market research.

0.0 (0)

Pricing

Pay per usage

14

Total users

586

Monthly users

24

Runs succeeded

82%

Last modified

4 months ago

crafter avatar

Actor is failing to run

Closed

Eve Ezetta (crafter) opened this issue
2 years ago

Trackback

Traceback (most recent call last):
2023-11-27T19:30:28.522Z File "/usr/local/lib/python3.9/multiprocessing/pool.py", line 125, in worker
2023-11-27T19:30:28.523Z result = (True, func(*args, **kwds))
2023-11-27T19:30:28.524Z File "/usr/local/lib/python3.9/multiprocessing/pool.py", line 48, in mapstar
2023-11-27T19:30:28.525Z return list(map(*args))
2023-11-27T19:30:28.526Z File "/usr/src/app/actors/executor/product_mapping_engine/scripts/dataset_handler/preprocessing/texts/text_preprocessing.py", line 245, in multi_run_text_preprocessing_wrapper
2023-11-27T19:30:28.528Z return preprocess_textual_data(*args)
2023-11-27T19:30:28.529Z File "/usr/src/app/actors/executor/product_mapping_engine/scripts/dataset_handler/preprocessing/texts/text_preprocessing.py", line 203, in preprocess_textual_data
2023-11-27T19:30:28.530Z dataset[column] = preprocess_text(dataset[column].values)
2023-11-27T19:30:28.531Z File "/usr/src/app/actors/executor/product_mapping_engine/scripts/dataset_handler/preprocessing/texts/text_preprocessing.py", line 153, in preprocess_text
2023-11-27T19:30:28.532Z text = remove_useless_spaces_and_characters(text)
2023-11-27T19:30:28.533Z File "/usr/src/app/actors/executor/product_mapping_engine/scripts/dataset_handler/preprocessing/texts/text_preprocessing.py", line 72, in remove_useless_spaces_and_characters
2023-11-27T19:30:28.534Z text = re.sub(r'(?<=\d) - (?=\d)', r'-', text)
2023-11-27T19:30:28.535Z... [trimmed]
crafter avatar

Resolved!