brunoamaral / gregory-ai

Artificial Intelligence and Machine Learning to help find scientific research and filter relevant content
https://gregory-ai.com/
Other
47 stars 7 forks source link

avoid error if api accesss expired. WIP #363

Closed brunoamaral closed 11 months ago

brunoamaral commented 1 year ago

today I noticed that if the access_scheme as expired, the system returned a ValueError message because the variable was not set.

These changes log the error, but don't include the name of the access scheme that expired. Therefore still not ready to merge.