muchdogesec / history4feed

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

#17 has caused jobs endpoint to break #20

Closed himynamesdave closed 1 month ago

himynamesdave commented 1 month ago

http://127.0.0.1:8000/api/v1/jobs/?feed_id=f3b2b84d-7a6e-5998-963c-60289c310d28

ValueError at /api/v1/jobs/
Exception raised in callable attribute "urls"; original exception was: 'NoneType' object has no attribute 'link'

Request Method: GET
Request URL: http://127.0.0.1:8000/api/v1/jobs/?feed_id=f3b2b84d-7a6e-5998-963c-60289c310d28
Django Version: 5.0.6
Python Executable: /usr/local/bin/python
Python Version: 3.11.9
Python Path: ['/usr/src/app', '/usr/local/bin', '/usr/local/lib/python311.zip', '/usr/local/lib/python3.11', '/usr/local/lib/python3.11/lib-dynload', '/usr/local/lib/python3.11/site-packages']
Server time: Wed, 31 Jul 2024 16:52:31 +0000
Installed Applications:
['django.contrib.admin',
 'django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.messages',
 'django.contrib.staticfiles',
 'rest_framework',
 'drf_spectacular',
 'django.contrib.postgres',
 'history4feed.app']
Installed Middleware:
['django.middleware.security.SecurityMiddleware',