Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Runtime error when viewer is called with URL which does not exist (regression) #1427

Open
stweil opened this issue Jan 9, 2025 · 0 comments
Labels
🐛 bug A non-security related bug.

Comments

@stweil
Copy link
Member

stweil commented Jan 9, 2025

Description

The viewer needs the URL of an existing METS file.
If it is given a wrong URL, it simply did not show a digitized object in the past.
Now it shows a TYPO3 oops.

Reproduction

Steps to reproduce the behaviour:

  1. Run the viewer with a URL which points to a valid METS file.
  2. The viewer shows the related digitized object.
  3. Run the viewer with an invalid URL.
  4. The viewer shows a TYPO3 oops.

Expected Behavior

Ideally there should be a clear error message that shows which problems exist with the URL,
but at least there should not be a runtime error ("oops").

Environment

  • OS version: Debian GNU Linux stable
  • TYPO3 version: 11
  • Release: 5.0.7
@sebastian-meyer sebastian-meyer added the 🐛 bug A non-security related bug. label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug A non-security related bug.
Projects
None yet
Development

No branches or pull requests

2 participants