nextcloud / nextcloud/server

[Bug]: audio.svg missing for mp3 files in activity stream

Open
#52,917 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

0. Needs triage 31-feedback bug
Dominant language
PHP
Stars
36.9k
Forks
5.2k
Avg merge
2d 3h
Merged PRs (30d)
713

Description

⚠️ This issue respects the following points: ⚠️
Bug description

When uploading a mp3 file with the ending .mp3 the audio icon is missing in the activity stream. This issue is present at least since NC 29.

Image
Steps to reproduce
  1. Upload a file with .mp3 ending (lower case)
  2. Check the Activity Stream
Expected behavior

mp3 icon should show up

Actual behaviour
A missing image icon is displayed instead

Nextcloud Server version

31

Operating system

Debian/Ubuntu

PHP engine version

PHP 8.3

Web server

Apache (supported)

Database engine version

MariaDB

Is this bug present after an update or on a fresh install?

None

Are you using the Nextcloud Server Encryption module?

Encryption is Enabled

What user-backends are you using?
  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other
Configuration report
{    "system": {        "instanceid": "***REMOVED SENSITIVE VALUE***",        "passwordsalt": "***REMOVED SENSITIVE VALUE***",        "secret": "***REMOVED SENSITIVE VALUE***",        "trusted_domains": [            "cloud.geistigewelt.tv",            "www.geistigewelt.tv",            "www.vollendungderseele.com"        ],        "datadirectory": "***REMOVED SENSITIVE VALUE***",        "dbtype": "mysql",        "version": "31.0.5.1",        "overwrite.cli.url": "https:\/\/cloud.geistigewelt.tv",        "dbname": "***REMOVED SENSITIVE VALUE***",        "dbhost": "***REMOVED SENSITIVE VALUE***",        "dbport": "",        "dbtableprefix": "oc_",        "mysql.utf8mb4": true,        "dbuser": "***REMOVED SENSITIVE VALUE***",        "dbpassword": "***REMOVED SENSITIVE VALUE***",        "logtimezone": "UTC",        "installed": true,        "mail_smtpmode": "smtp",        "mail_sendmailmode": "smtp",        "mail_from_address": "***REMOVED SENSITIVE VALUE***",        "mail_domain": "***REMOVED SENSITIVE VALUE***",        "default_language": "de",        "force_language": "de",        "default_locale": "de_DE",        "default_phone_region": "DE",        "filelocking.enabled": true,        "memcache.local": "\\OC\\Memcache\\APCu",        "memcache.distributed": "\\OC\\Memcache\\Redis",        "cache_ttl": 600,        "maintenance": false,        "maintenance_window_start": 5,        "updater.release.channel": "stable",        "theme": "",        "loglevel": 3,        "mail_smtpsecure": "tls",        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",        "mail_smtpport": "25",        "app_install_overwrite": [            "documentserver_community",            "cookbook",            "richdocumentscode",            "passwords",            "richdocuments",            "theming_customcss",            "event_update_notification",            "occweb",            "files_rightclick",            "appointments"        ],        "encryption.key_storage_migrated": false,        "memcache.locking": "\\OC\\Memcache\\Redis",        "redis": {            "host": "***REMOVED SENSITIVE VALUE***",            "port": 6379,            "timeout": 0,            "password": "***REMOVED SENSITIVE VALUE***"        },        "defaultapp": ""    }}
List of activated Apps

Nextcloud Signing status

Nextcloud Logs

Additional info

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue in the Activity Stream with a lowercase .mp3 upload, then trace the missing image reference for that activity entry. Done means the expected audio icon displays instead of a missing-image placeholder.

Written by the indexing model from the issue text.

Assessment

Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.