Martin Walk

Results 15 issues of Martin Walk

What is the idiomatic way in Python-RQ to handle dependent jobs, when the job they depend on fails? I work on a media transformation service. I have a download job,...

I heavily use the new _Retrying Failed Jobs_ feature. (Thank you again 🎉) At them moment I raise an exception, whenever I want a job to fail. Is it possible...

feature

https://jira.lyrasis.org/browse/DS-4414 Fixes #7752 OAI import throws AuthorizeException when there is no Anonymous READ policy for the license bitstream. Solution: Check if we are authorized to retrieve the bitstream before trying...

bug
merge conflict
quick win
port to main
interface: OAI-PMH

I am trying to get a list of all (including the ones not referenced by a commit) object ids in the object database. I found `git_odb_foreach()` in libgit2, but nothing...

When running `metha-ls` or `metha-cat`, I only get this output: `FATA[0000] illegal base64 data at input byte 0`

**Describe the bug** Clicking the Syndication Feed Icon on a community or collection in 7.4 results in a 404 Whitelabel Error Page. Not sure if a wrong link is displayed...

bug
help wanted
high priority
good first issue
integration: syndication feed

**Describe the bug** In a repository with DOI pre-registration turned on and using the `VersionedDOIIdentifierProvider` in `identifier-service.xml`, I still get non-versioned DOIs in pre-registration when I create a new version....

bug
component: versioning
identifier: DOIs
medium priority

**Describe the bug** On several occasions we experienced logging of the webapp to `dspace.log` was stopping after a logrotate. Only our command line tasks, that were triggered via `cron.d` were...

bug
high priority
configuration
error handling
help wanted

After trying to delete a database via `dropdb ` i received the following error message. This used to work without problems. I use Version 2.7 (243) on macOS Ventura 13.5.2....

Description from this (http://stackoverflow.com/questions/32770896/nodes-del-command-callback-not-firing) Stackoverflow question: "The callback on the del function is not firing. The del function is running, file are deleted, I see no error messages. If I...