You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for this great tool! The following issue might be Windows-specific (version 1.0.6).
When using a keyword/query with :, no csv file is saved since the : is probably not allowed in a file name.
Example query using site: to seach a specific journal/publisher: sortgs "'Grünewald' AND 'Hänisch' site:iopscience.iop.org" --nresults 10
Hello Fernando,
thanks for this great tool! The following issue might be Windows-specific (version 1.0.6).
When using a keyword/query with
:
, nocsv
file is saved since the:
is probably not allowed in a file name.Example query using
site:
to seach a specific journal/publisher:sortgs "'Grünewald' AND 'Hänisch' site:iopscience.iop.org" --nresults 10
Will correctly list the publications...
![grafik](https://private-user-images.githubusercontent.com/61315771/392362546-01226d96-171b-43dd-aa9d-c9dcdb95afbb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMzk1NDgsIm5iZiI6MTczOTMzOTI0OCwicGF0aCI6Ii82MTMxNTc3MS8zOTIzNjI1NDYtMDEyMjZkOTYtMTcxYi00M2RkLWFhOWQtYzlkY2RiOTVhZmJiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA1NDcyOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZiZDI4MTJiYWYwMmYxMzBmZTg4OTJkZjE2OGUyNTdjZGMxODc1YzUwMjQ4OTg2ZWIxZjI5NjEyYTNhMTcwMDImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.aDjTBDolIK4hNWj-pegkHRM2bk5n77pgyy48FlP-cVc)
(search link)
but an empty file (truncated at
![grafik](https://private-user-images.githubusercontent.com/61315771/392362850-dac03bf3-c73d-4eb8-ac1c-9f40ef6d88f7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMzk1NDgsIm5iZiI6MTczOTMzOTI0OCwicGF0aCI6Ii82MTMxNTc3MS8zOTIzNjI4NTAtZGFjMDNiZjMtYzczZC00ZWI4LWFjMWMtOWY0MGVmNmQ4OGY3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA1NDcyOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg1MzBiYmFkOTAxZTAzZjQ0NjU4ZWJkM2I3MTEyMWZjMGIwNmI5ZGE4MTJlZDQ1ZGQ0ZjhiZjAyMTAzMjZhZmEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.NG0ppba7Qeu1u5-nTmHN4TbCJrWYQXj0mYEHcVpD5Do)
:
position) is created in Windows:The same query works fine in the Colab notebook, where the
:
is replaced by an underscore_
.Maybe a check for the
csv
filename has to be performed for Windows or you could add an option that allows to specify the filename of the csv-output?Thank you for any help!
The text was updated successfully, but these errors were encountered: