marius-wieschollek / passwords

A simple, yet feature rich password manager for Nextcloud
GNU Affero General Public License v3.0
208 stars 42 forks source link

[BUG]: undefined property #625

Closed manuelkamp closed 9 months ago

manuelkamp commented 9 months ago

⚠️ This issue respects the following points: ⚠️

Server Information

{
    "version": {
        "server": "28.0.1.1",
        "app": "2023.12.31",
        "lsr": false,
        "php": "8.1.27",
        "cronPhp": "8.1.27"
    },
    "environment": {
        "os": "Linux",
        "architecture": "x86_64",
        "bits": 64,
        "database": "pgsql",
        "cron": "cron",
        "proxy": false,
        "sslProxy": true,
        "subdirectory": false
    },
    "services": {
        "images": "imagick",
        "favicons": "bi",
        "previews": "screeenly",
        "security": "hibp",
        "words": "auto",
        "previewApi": true,
        "faviconApi": false
    },
    "status": {
        "autoBackupRestored": false
    },
    "settings": {
        "channel": "stable",
        "nightlies": false,
        "handbook": false,
        "performance": 5
    },
    "encryption": {
        "sse": {
            "SSEv1r1": false,
            "SSEv1r2": true,
            "SSEv2r1": false,
            "SSEv3r1": false,
            "none": false,
            "default": "SSEv1r2"
        },
        "cse": {
            "CSEv1r1": false,
            "none": true,
            "default": "none"
        }
    }
}

Client Information

Browser and Version: not known which browser/user triggered this Client OS and Version: Windows 11

Bug description

Undefined property: OCA\Passwords\Helper\Preview\ScreeenlyHelper::$logger at /var/www/nextcloud/apps/passwords/lib/Helper/Preview/ScreeenlyHelper.php#45

Steps to reproduce

I do not know, I found it in error logs

Expected behavior

No errors in logs

Nextcloud Logs

Undefined property: OCA\Passwords\Helper\Preview\ScreeenlyHelper::$logger at /var/www/nextcloud/apps/passwords/lib/Helper/Preview/ScreeenlyHelper.php#45

Browser Logs

n.a.
marius-wieschollek commented 9 months ago

Should be resolved with the latest update