PulsarRPA icon indicating copy to clipboard operation
PulsarRPA copied to clipboard

ebay 'web xSql' not result

Open pljay opened this issue 1 year ago • 4 comments

url:https://www.ebay.com/itm/155607414510 image

pljay avatar Jan 05 '24 06:01 pljay

image

pljay avatar Jan 05 '24 06:01 pljay

Please paste the X-SQL in text format.

galaxyeye avatar Jan 08 '24 07:01 galaxyeye

Please paste the X-SQL in text format.

select dom_base_uri(dom) as url, dom_first_text(dom, '.main-container #mainContent [class~='x-item-title'] .x-item-title__mainTitle') as title, dom_first_text(dom, '.main-container #mainContent [class~='x-price-section'] .x-price-primary') as defaultPrice from load_and_select('URL' , ':root');

pljay avatar Jan 10 '24 05:01 pljay

The SQL looks correct. But I need more information to find out what happened. You can check your log for more information, if you can not resolve the problem yourself, please upload the log file.

platonai avatar Jan 26 '24 15:01 platonai