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
[NB the following was discovered by code inspection, and probably doesn't make anything specifically 'broken' - but reporting of failures would be improved by resolving this]
[NB the following was discovered by code inspection, and probably doesn't make anything specifically 'broken' - but reporting of failures would be improved by resolving this]
The following lines return unexpected values:
DataCiteDoi/lib/plugins/EPrints/Plugin/Event/DataCiteEvent.pm
Line 66 in 570925d
DataCiteDoi/lib/plugins/EPrints/Plugin/Event/DataCiteEvent.pm
Line 70 in 570925d
The return value from an EventQueue action should be an HTTP code:
https://github.com/eprints/eprints/blob/3.3/perl_lib/EPrints/DataObj/EventQueue.pm#L138-L151
I think that if an event action
die
s then the error gets logged in the EventQueue object'sdescription
field.Resolution would be to:
$repo->log
to make something appear in indexer.log fileThe text was updated successfully, but these errors were encountered: