Error parsing: Query returned empty response
-
I am trying to scrape the number: 5,921 from the following page: https://www.media-stat.admin.ch/maps/profile/profile.html?237.5861.en
Source: https://www.media-stat.admin.ch/maps/profile/profile.html?237.5861.en
Query type: xpath
xpath address: //*[@id=”profile”]/tbody/tr[2]/td[3]This is the code I tried:
[wpws url=’https://www.media-stat.admin.ch/maps/profile/profile.html?237.5861.en’ query=’//*[@id=”profile”]/tbody/tr[2]/td[3]’ query_type=’xpath’ output=’text’]After encoding the query this is the code:
[wpws url=’https://www.media-stat.admin.ch/maps/profile/profile.html?237.5861.en’ query=’%2F%2F*%5B%40id%3D%22profile%22%5D%2Ftbody%2Ftr%5B2%5D%2Ftd%5B3%5D’ querydecode=’1′ query_type=’xpath’ output=’text’]
I get the error:
Error parsing: Query returned empty responseAny help would be appreciated.
Thanks.
- The topic ‘Error parsing: Query returned empty response’ is closed to new replies.