Skip to content

Update errors.rst #344

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/access/errors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Error message hierarchy

* `pybliometrics.scopus.exception.Scopus401Error: UNAUTHORIZED`: Either the provided key is not correct, in which case you should change it in your :doc:`configuration file <../configuration>`, or you are outside the network that provides you access to the Scopus database (e.g. your university network). Remember that you need both to access Scopus.

* `pybliometrics.scopus.exception.Scopus404Error: NOT FOUND`: The entity you are looking for does not exist. Check that your identifier is still pointing to the item you are looking for.
* `pybliometrics.scopus.exception.Scopus404Error: NOT FOUND`: The entity you are looking for does not exist. Check that your identifier is still pointing to the item you are looking for. [Here](https://github.com/pybliometrics-dev/pybliometrics/issues/309#issuecomment-1823628377) you can find an example on how to retrieve the new Scopus ID.

* `pybliometrics.scopus.exception.Scopus413Error`: The request entity is too large to be processed by the web server. Try a less complex query.

Expand Down