Closed pombredanne closed 3 months ago
I am getting this issue:
| ERROR Internal Server Error: /api/packages/filter_by_checksums/ web-1 | Traceback (most recent call last): web-1 | File "/usr/local/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner web-1 | response = get_response(request) web-1 | ^^^^^^^^^^^^^^^^^^^^^ web-1 | File "/usr/local/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response web-1 | response = wrapped_callback(request, *callback_args, **callback_kwargs) web-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ web-1 | File "/usr/local/lib/python3.11/contextlib.py", line 81, in inner web-1 | return func(*args, **kwds) web-1 | ^^^^^^^^^^^^^^^^^^^ web-1 | File "/usr/local/lib/python3.11/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper web-1 | return view_func(request, *args, **kwargs) web-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ web-1 | File "/usr/local/lib/python3.11/site-packages/rest_framework/viewsets.py", line 124, in view web-1 | return self.dispatch(request, *args, **kwargs) web-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ web-1 | File "/usr/local/lib/python3.11/site-packages/rest_framework/views.py", line 509, in dispatch web-1 | response = self.handle_exception(exc) web-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ web-1 | File "/usr/local/lib/python3.11/site-packages/rest_framework/views.py", line 469, in handle_exception web-1 | self.raise_uncaught_exception(exc) web-1 | File "/usr/local/lib/python3.11/site-packages/rest_framework/views.py", line 480, in raise_uncaught_exception web-1 | raise exc web-1 | File "/usr/local/lib/python3.11/site-packages/rest_framework/views.py", line 506, in dispatch web-1 | response = handler(request, *args, **kwargs) web-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ web-1 | File "/app/packagedb/api.py", line 498, in filter_by_checksums web-1 | serialized_package_data = [get_enhanced_package(package=package) for package in paginated_qs] web-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ web-1 | File "/app/packagedb/api.py", line 498, in <listcomp> web-1 | serialized_package_data = [get_enhanced_package(package=package) for package in paginated_qs] web-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ web-1 | File "/app/packagedb/api.py", line 680, in get_enhanced_package web-1 | return _get_enhanced_package(package, package_set_members) web-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ web-1 | File "/app/packagedb/api.py", line 692, in _get_enhanced_package web-1 | if peer.package_content >= package.package_content: web-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ web-1 | TypeError: '>=' not supported between instances of 'NoneType' and 'int'
I am getting this issue: