muchdogesec / history4feed

Creates a complete full text historical archive for an RSS or ATOM feed.
https://www.dogesec.com/
Apache License 2.0
103 stars 2 forks source link

Pagination error showing in the logs when accessing swagger UI URL #7

Closed himynamesdave closed 3 months ago

himynamesdave commented 3 months ago
 13
h4f_django-1  | 17-Jul-24 09:31:43 [LOG] =====================history4feed======================
h4f_django-1  | /usr/src/app/history4feed/app/views.py: Warning [PostView]: OpenApiExample could not be paginated because <class 'history4feed.app.utils.XMLPostPagination'> either has an unknown schema structure or the individual pagination fields did not provide example values themselves. Using the plain example value as fallback.
fqrious commented 3 months ago

that's a warning not an error, it's tryna use automatic pagination but I did it manually by writing the openai schema myself