Peggun / osd

Open-Source Data for everyone to use freely. Built upon the Flask framework in Python
Apache License 2.0
1 stars 0 forks source link

TypeError: Query.paginate() takes 1 positional argument but 3 positional arguments (and 1 keyword-only argum... #40

Open sentry-io[bot] opened 2 months ago

sentry-io[bot] commented 2 months ago

Sentry Issue: OSD-APP-16

TypeError: Query.paginate() takes 1 positional argument but 3 positional arguments (and 1 keyword-only argument) were given
  File "C:\Users\prest\OneDrive - John Septimus Roe Anglican Community School\Documents\Software Engineering\Python\WorkSpace\osd\src\app\api\routes\pull\api_pull.py", line 33, in get_books
    paginated_books = books_query.paginate(page, per_page, error_out=False)

This issue was automatically created by Sentry via Send a notification for new issues