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
On our instance we have gotten 2000+ of this error since core has been unblocked
Exception:
<MaybeEncodingError: Error sending result: ''(1, <ExceptionInfo: MetadataException("local variable 'required_output' referenced before assignment | Additional metadata: An error occurred while generating the scorecard: local variable 'required_output' referenced before assignment")>, None)''. Reason: ''PicklingError("Can't pickle <class 'augur.tasks.util.metadata_exception.MetadataException'>: it's not the same object as augur.tasks.util.metadata_exception.MetadataException")''.>
Traceback (most recent call last):
File "/opt/venv/lib/python3.9/site-packages/billiard/pool.py", line 366, in workloop put((READY, (job, i, result, inqW_fd))) File "/opt/venv/lib/python3.9/site-packages/billiard/queues.py", line 366, in put self.send_payload(ForkingPickler.dumps(obj)) File "/opt/venv/lib/python3.9/site-packages/billiard/reduction.py", line 56, in dumps cls(buf, protocol).dump(obj) billiard.pool.MaybeEncodingError: Error sending result: ''(1, <ExceptionInfo: MetadataException("local variable 'required_output' referenced before assignment | Additional metadata: An error occurred while generating the scorecard: local variable 'required_output' referenced before assignment")>, None)''. Reason: ''PicklingError("Can't pickle <class 'augur.tasks.util.metadata_exception.MetadataException'>: it's not the same object as augur.tasks.util.metadata_exception.MetadataException")''.
The text was updated successfully, but these errors were encountered:
cdolfi
changed the title
process_ossf_dependency_metrics Error: local variable \'required_output\' referenced before assignment
secondary error: process_ossf_dependency_metrics Error: local variable \'required_output\' referenced before assignment
Mar 12, 2025
On our instance we have gotten 2000+ of this error since core has been unblocked
Exception:
Traceback (most recent call last):
The text was updated successfully, but these errors were encountered: