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
> Traceback (most recent call last):
> File "/Users/satyaortiz-gagne/travail/mila/CODE/paperoni-config/venv/cp311/lib/python3.11/site-packages/starbear/serve.py", line 278, in run
> await self.fn(self.page)
> File "/Users/satyaortiz-gagne/travail/mila/CODE/paperoni-config/venv/cp311/lib/python3.11/site-packages/starbear/wrap.py", line 33, in wrapped_app
> await app(page)
> File "/Users/satyaortiz-gagne/travail/mila/CODE/paperoni/paperoni/webapp/common.py", line 276, in app
> return await fn(page, page[target])
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/Users/satyaortiz-gagne/travail/mila/CODE/paperoni/paperoni/webapp/find-authors-ids.py", line 325, in app
> author_id = reaserchers[0].author_id
> ~~~~~~~~~~~^^^
> IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
paperoni/paperoni/webapp/find-authors-ids.py
Lines 322 to 325 in 85f8b2b
The text was updated successfully, but these errors were encountered: