enricobacis / wos

📚 Web of Science python client
https://wos.readthedocs.io/
MIT License
210 stars 45 forks source link

Invalid record output #29

Closed geekdinazor closed 5 years ago

geekdinazor commented 5 years ago

Prerequisites

Make sure these boxes are checked before filling an issue

Version

Version: 0.1.15

Description

Some records parsed incorrectly in wos package. Output was:

Authenticated (SID: XXX)
<?xml version="1.0" ?>
<records></records>
</records>

but when I try it with R package (wosr) seems parsed correctly.

Steps to Reproduce

  1. wos --user PremiumUser --password Password query 'UT=000368341300002' -c1 or python equivalent. I realize that 59 more accession numbers fit that issue. If you want, I can send them, too.

Expected behavior: Record should parsed correctly Actual behavior: Incorrect output (see upper)

enricobacis commented 5 years ago

Hi,

I tried your search query here

https://apps.webofknowledge.com/WOS_AdvancedSearch_input.do?product=WOS&search_mode=AdvancedSearch&replaceSetId=&goToPageLoc=SearchHistoryTableBanner

and it cannot find any result, I'm not sure why another package is providing answers. Could you also try to perform an online search and check the results?

geekdinazor commented 5 years ago

Yes, I've checked and get result. Sorry I've fixed it. Result

enricobacis commented 5 years ago

I can't open the link: 403 Forbidden

enricobacis commented 5 years ago

I'm sorry but I can't still find it, so I can't reproduce it and debug it. It might be a problem with wos itself, you might want to check with them directly.

enricobacis commented 5 years ago

I'm closing this for now. Feel free to reopen it if you want to provide more details.