nextcloud / files_pdfviewer

:book: A PDF viewer for Nextcloud
GNU Affero General Public License v3.0
85 stars 43 forks source link

[Bug]: PDF or Document File cannot be opened. Meanwhile pictures and videos are working perfectly fine #590

Closed platofan23 closed 2 years ago

platofan23 commented 2 years ago

⚠️ This issue respects the following points: ⚠️

Bug description

PDF or Document File cannot be opened. Meanwhile pictures and videos are working perfectly fine.

Steps to reproduce

  1. Open/Document PDF File or Download PDF-File in Version 23.0.3

Expected behavior

The PDF-File should open or be downloadable.

Installation method

Manually

Operating system

Debian Bullseye

PHP engine version

PHP8.0

Web server

Apache2

Database engine version

MariaDB

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

No response

Are you using the Nextcloud Server Encryption module?

Yes

What user-backends are you using?

Configuration report

{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "platofan27.ddns.net",
            "192.168.2.206",
            "10.6.0.1",
            "PlatoPi",
            "platofan27.ddns.net",
            "127.0.0.1",
            "::1",
            "2003:da:9f24:ec00:db6b:37c0:4def:2281",
            "2003:da:9f07:4000:11ab:d2bd:493f:e614",
            "2003:da:9f04:1f00:d52c:8a32:d240:27ad"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "version": "23.0.3.2",
        "dbtype": "mysql",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "dbtableprefix": "oc_",
        "installed": true,
        "default_language": "de",
        "force_language": "de",
        "default_locale": "de_DE",
        "default_phone_region": "DE",
        "force_locale": "de_DE",
        "defaultapp": "dashboard,files",
        "knowledgebaseenabled": true,
        "allow_user_to_change_display_name": true,
        "remember_login_cookie_lifetime": 1296000,
        "session_lifetime": 86400,
        "session_keepalive": true,
        "auto_logout": true,
        "token_auth_enforced": false,
        "token_auth_activity_update": 60,
        "auth.bruteforce.protection.enabled": true,
        "auth.webauthn.enabled": true,
        "hide_login_form": false,
        "skeletondirectory": "\/var\/www\/nextcloud\/core\/skeleton",
        "templatedirectory": "\/var\/www\/nextcloud\/templates",
        "lost_password_link": "disabled",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpdebug": false,
        "mail_smtpmode": "smtp",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": 25,
        "mail_smtptimeout": 10,
        "mail_smtpsecure": "",
        "mail_smtpauth": false,
        "mail_smtpauthtype": "LOGIN",
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "mail_template_class": "\\OC\\Mail\\EMailTemplate",
        "mail_send_plaintext_only": false,
        "mail_smtpstreamoptions": [],
        "mail_sendmailmode": "smtp",
        "overwritehost": "",
        "overwriteprotocol": "https",
        "overwritewebroot": "",
        "overwritecondaddr": "",
        "overwrite.cli.url": "https:\/\/platofan27.ddns.net\/",
        "htaccess.RewriteBase": "\/",
        "htaccess.IgnoreFrontController": false,
        "proxy": "",
        "proxyuserpwd": "***REMOVED SENSITIVE VALUE***",
        "proxyexclude": [],
        "allow_local_remote_servers": true,
        "trashbin_retention_obligation": "auto",
        "versions_retention_obligation": "auto",
        "appcodechecker": true,
        "updatechecker": true,
        "updater.server.url": "https:\/\/updates.nextcloud.com\/updater_server\/",
        "updater.release.channel": "stable",
        "has_internet_connection": true,
        "connectivity_check_domains": [
            "www.nextcloud.com",
            "www.startpage.com",
            "www.eff.org",
            "www.edri.org"
        ],
        "check_for_working_wellknown_setup": true,
        "check_for_working_htaccess": true,
        "check_data_directory_permissions": true,
        "config_is_read_only": false,
        "log_type": "file",
        "logfile": "\/var\/log\/nextcloud.log",
        "logfilemode": 416,
        "loglevel": 3,
        "syslog_tag": "Nextcloud",
        "log.condition": {
            "shared_secret": "***REMOVED SENSITIVE VALUE***",
            "users": [
                "sample-user"
            ],
            "apps": [
                "files"
            ]
        },
        "logdateformat": "F d, Y H:i:s",
        "logtimezone": "Europe\/Berlin",
        "log_query": false,
        "log_rotate_size": 104857600,
        "customclient_desktop": "https:\/\/nextcloud.com\/install\/#install-clients",
        "customclient_android": "https:\/\/play.google.com\/store\/apps\/details?id=com.nextcloud.client",
        "customclient_ios": "https:\/\/itunes.apple.com\/us\/app\/nextcloud\/id1125420102?mt=8",
        "customclient_ios_appid": "1125420102",
        "appstoreenabled": true,
        "appstoreurl": "https:\/\/apps.nextcloud.com\/api\/v1",
        "apps_paths": [
            {
                "path": "\/var\/www\/nextcloud\/apps",
                "url": "\/apps",
                "writable": true
            }
        ],
        "enable_previews": true,
        "preview_max_x": 4096,
        "preview_max_y": 4096,
        "preview_max_filesize_image": 50,
        "preview_libreoffice_path": "\/usr\/bin\/libreoffice",
        "preview_office_cl_parameters": " --headless --nologo --nofirststartwizard --invisible --norestore --convert-to png --outdir ",
        "enabledPreviewProviders": [
            "OC\\Preview\\PNG",
            "OC\\Preview\\JPEG",
            "OC\\Preview\\GIF",
            "OC\\Preview\\BMP",
            "OC\\Preview\\XBitmap",
            "OC\\Preview\\MP3",
            "OC\\Preview\\TXT",
            "OC\\Preview\\MarkDown",
            "OC\\Preview\\OpenDocument",
            "OC\\Preview\\Krita"
        ],
        "ldapUserCleanupInterval": 51,
        "sort_groups_by_name": false,
        "maintenance": false,
        "memcache.local": "\\OC\\Memcache\\APCu",
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0,
            "timeout": 0,
            "read_timeout": 0,
            "user": "",
            "password": "***REMOVED SENSITIVE VALUE***",
            "dbindex": 0
        },
        "memcached_servers": [
            [
                "localhost",
                11211
            ]
        ],
        "memcached_options": {
            "14": 50,
            "15": 50,
            "19": 50,
            "20": 50,
            "8": 50,
            "-1001": true,
            "16": true,
            "18": true
        },
        "cache_path": "",
        "cache_chunk_gc_ttl": 86400,
        "sharing.managerFactory": "\\OC\\Share20\\ProviderFactory",
        "sharing.maxAutocompleteResults": 25,
        "sharing.minSearchStringLength": 0,
        "sharing.enable_share_accept": false,
        "sharing.force_share_accept": false,
        "sharing.enable_share_mail": true,
        "transferIncomingShares": false,
        "mysql.utf8mb4": true,
        "supportedDatabases": [
            "sqlite",
            "mysql",
            "pgsql",
            "oci"
        ],
        "tempdirectory": "\/var\/www\/NCData\/tmp",
        "hashing_default_password": false,
        "hashingThreads": 1,
        "hashingMemoryCost": 65536,
        "hashingTimeCost": 4,
        "hashingCost": 10,
        "blacklisted_files": [
            ".htaccess"
        ],
        "share_folder": "\/",
        "theme": "",
        "cipher": "AES-256-CTR",
        "minimum.supported.desktop.version": "2.0.0",
        "localstorage.allowsymlinks": false,
        "quota_include_external_storage": false,
        "external_storage.auth_availability_delay": 1800,
        "filesystem_check_changes": 0,
        "part_file_in_storage": true,
        "mount_file": "\/var\/www\/nextcloud\/data\/mount.json",
        "filesystem_cache_readonly": false,
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "forwarded_for_headers": [
            "HTTP_X_FORWARDED",
            "HTTP_FORWARDED_FOR",
            "HTTP_X_FORWARDED_FOR"
        ],
        "max_filesize_animated_gifs_public_sharing": 10,
        "filelocking.enabled": true,
        "filelocking.ttl": 3600,
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "filelocking.debug": false,
        "upgrade.disable-web": false,
        "debug": false,
        "data-fingerprint": "",
        "copied_sample_config": false,
        "lookup_server": "https:\/\/lookup.nextcloud.com",
        "gs.enabled": false,
        "gs.federation": "internal",
        "csrf.optout": [
            "\/^WebDAVFS\/",
            "\/^Microsoft-WebDAV-MiniRedir\/"
        ],
        "simpleSignUpLink.shown": true,
        "login_form_autocomplete": true,
        "app_install_overwrite": [
            "nextcloudpi",
            "previewgenerator"
        ]
    }
}

List of activated Apps

Enabled:
  - admin_audit: 1.13.0
  - audioplayer: 3.3.0
  - bruteforcesettings: 2.3.0
  - camerarawpreviews: 0.7.15
  - cloud_federation_api: 1.6.0
  - contacts: 4.1.0
  - cospend: 1.4.6
  - dav: 1.21.0
  - duplicatefinder: 0.0.13
  - encryption: 2.11.0
  - end_to_end_encryption: 1.9.1
  - extract: 1.3.3
  - federatedfilesharing: 1.13.0
  - files: 1.18.0
  - files_automatedtagging: 1.13.0
  - files_external: 1.15.0
  - files_fulltextsearch: 23.0.0
  - files_pdfviewer: 2.4.0
  - files_rightclick: 1.2.0
  - files_texteditor: 2.14.0
  - files_trashbin: 1.13.0
  - files_versions: 1.16.0
  - files_videoplayer: 1.12.0
  - geoblocker: 0.5.4
  - hsts: 0.9.0
  - logreader: 2.8.0
  - lookup_server_connector: 1.11.0
  - nextcloudpi: 0.0.1
  - notes: 4.3.1
  - oauth2: 1.11.0
  - passwords: 2022.4.20
  - phonetrack: 0.7.0
  - photos: 1.5.0
  - previewgenerator: 4.0.0
  - provisioning_api: 1.13.0
  - ransomware_protection: 1.12.0
  - serverinfo: 1.13.0
  - settings: 1.5.0
  - spreed: 13.0.5
  - suspicious_login: 4.1.0
  - text: 3.4.1
  - theming: 1.14.0
  - twofactor_backupcodes: 1.12.0
  - twofactor_totp: 6.2.0
  - viewer: 1.7.0
  - workflow_pdf_converter: 1.8.0
  - workflowengine: 2.5.0
Disabled:
  - accessibility: 1.7.0
  - activity: 2.14.3
  - circles: 22.1.1
  - comments: 1.11.0
  - contactsinteraction: 1.2.0
  - dashboard: 7.1.0
  - federation: 1.11.0
  - files_sharing: 1.14.0
  - firstrunwizard: 2.10.0
  - nextcloud_announcements: 1.11.0
  - notifications: 2.10.1
  - notify_push: 0.3.0
  - password_policy: 1.12.0
  - privacy: 1.5.0
  - recommendations: 1.1.0
  - sharebymail: 1.12.0
  - support: 1.4.0
  - survey_client: 1.9.0
  - systemtags: 1.11.0
  - updatenotification: 1.11.0
  - user_ldap
  - user_status: 1.2.0
  - weather_status: 1.2.0

Nextcloud Signing status

No errors have been found.

Nextcloud Logs

{"reqId":"YlM_aVoHXygF2apS4NNEVQAAmAE","level":3,"time":"April 10, 2022 22:34:51","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"POST","url":"/login","message":"1 two-factor auth providers failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_a1oHXygF2apS4NNEVgAAmwE","level":3,"time":"April 10, 2022 22:34:52","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"GET","url":"/login/selectchallenge","message":"two-factor auth provider 'twofactor_nextcloud_notification' failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_a1oHXygF2apS4NNEVgAAmwE","level":3,"time":"April 10, 2022 22:34:52","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"GET","url":"/login/selectchallenge","message":"1 two-factor auth providers failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_bFoHXygF2apS4NNEWwAAnwA","level":3,"time":"April 10, 2022 22:34:53","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"GET","url":"/login/selectchallenge?redirect_url=/apps/theming/image/logo?useSvg%3D1%26v%3D9","message":"two-factor auth provider 'twofactor_nextcloud_notification' failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_bFoHXygF2apS4NNEWwAAnwA","level":3,"time":"April 10, 2022 22:34:53","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"GET","url":"/login/selectchallenge?redirect_url=/apps/theming/image/logo?useSvg%3D1%26v%3D9","message":"1 two-factor auth providers failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_bFoHXygF2apS4NNEXAAAnwI","level":3,"time":"April 10, 2022 22:34:53","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"GET","url":"/login/selectchallenge?redirect_url=/apps/theming/image/logo?v%3D9","message":"two-factor auth provider 'twofactor_nextcloud_notification' failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_bFoHXygF2apS4NNEXAAAnwI","level":3,"time":"April 10, 2022 22:34:53","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"GET","url":"/login/selectchallenge?redirect_url=/apps/theming/image/logo?v%3D9","message":"1 two-factor auth providers failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_bFoHXygF2apS4NNEXQAAnwE","level":3,"time":"April 10, 2022 22:34:53","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"GET","url":"/login/selectchallenge?redirect_url=/apps/encryption/ajax/getStatus","message":"two-factor auth provider 'twofactor_nextcloud_notification' failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_bFoHXygF2apS4NNEXQAAnwE","level":3,"time":"April 10, 2022 22:34:53","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"GET","url":"/login/selectchallenge?redirect_url=/apps/encryption/ajax/getStatus","message":"1 two-factor auth providers failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_bVoHXygF2apS4NNEXgAAnwM","level":3,"time":"April 10, 2022 22:34:53","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"GET","url":"/login/selectchallenge?redirect_url=/apps/theming/image/background?v%3D9","message":"two-factor auth provider 'twofactor_nextcloud_notification' failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_bVoHXygF2apS4NNEXgAAnwM","level":3,"time":"April 10, 2022 22:34:53","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"GET","url":"/login/selectchallenge?redirect_url=/apps/theming/image/background?v%3D9","message":"1 two-factor auth providers failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_dVoHXygF2apS4NNEXwAAoAM","level":3,"time":"April 10, 2022 22:35:01","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"GET","url":"/login/challenge/totp","message":"two-factor auth provider 'twofactor_nextcloud_notification' failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_dVoHXygF2apS4NNEXwAAoAM","level":3,"time":"April 10, 2022 22:35:01","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"GET","url":"/login/challenge/totp","message":"1 two-factor auth providers failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_dVoHXygF2apS4NNEZAAAowA","level":3,"time":"April 10, 2022 22:35:02","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"GET","url":"/login/selectchallenge?redirect_url=/apps/theming/image/logo?useSvg%3D1%26v%3D9","message":"two-factor auth provider 'twofactor_nextcloud_notification' failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_dVoHXygF2apS4NNEZAAAowA","level":3,"time":"April 10, 2022 22:35:02","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"GET","url":"/login/selectchallenge?redirect_url=/apps/theming/image/logo?useSvg%3D1%26v%3D9","message":"1 two-factor auth providers failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_dloHXygF2apS4NNEZQAAowM","level":3,"time":"April 10, 2022 22:35:02","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"GET","url":"/login/selectchallenge?redirect_url=/apps/theming/image/logo?v%3D9","message":"two-factor auth provider 'twofactor_nextcloud_notification' failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_dloHXygF2apS4NNEZQAAowM","level":3,"time":"April 10, 2022 22:35:02","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"GET","url":"/login/selectchallenge?redirect_url=/apps/theming/image/logo?v%3D9","message":"1 two-factor auth providers failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_dloHXygF2apS4NNEZgAAowE","level":3,"time":"April 10, 2022 22:35:02","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"GET","url":"/login/selectchallenge?redirect_url=/apps/theming/image/background?v%3D9","message":"two-factor auth provider 'twofactor_nextcloud_notification' failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_dloHXygF2apS4NNEZgAAowE","level":3,"time":"April 10, 2022 22:35:02","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"GET","url":"/login/selectchallenge?redirect_url=/apps/theming/image/background?v%3D9","message":"1 two-factor auth providers failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_dloHXygF2apS4NNEZwAAowI","level":3,"time":"April 10, 2022 22:35:03","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"GET","url":"/login/selectchallenge?redirect_url=/apps/encryption/ajax/getStatus","message":"two-factor auth provider 'twofactor_nextcloud_notification' failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_dloHXygF2apS4NNEZwAAowI","level":3,"time":"April 10, 2022 22:35:03","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"GET","url":"/login/selectchallenge?redirect_url=/apps/encryption/ajax/getStatus","message":"1 two-factor auth providers failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_eVoHXygF2apS4NNEaQAArAI","level":3,"time":"April 10, 2022 22:35:05","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"POST","url":"/login/challenge/totp","message":"two-factor auth provider 'twofactor_nextcloud_notification' failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_eVoHXygF2apS4NNEaQAArAI","level":3,"time":"April 10, 2022 22:35:05","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"POST","url":"/login/challenge/totp","message":"1 two-factor auth providers failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_eVoHXygF2apS4NNEaQAArAI","level":3,"time":"April 10, 2022 22:35:05","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"POST","url":"/login/challenge/totp","message":"two-factor auth provider 'twofactor_nextcloud_notification' failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_eVoHXygF2apS4NNEaQAArAI","level":3,"time":"April 10, 2022 22:35:05","remoteAddr":"10.6.0.5","user":"Joel","app":"core","method":"POST","url":"/login/challenge/totp","message":"1 two-factor auth providers failed to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2"}
{"reqId":"YlM_h1oHXygF2apS4NNEgAAAiAQ","level":4,"time":"April 10, 2022 22:35:19","remoteAddr":"10.6.0.5","user":"Joel","app":"webdav","method":"GET","url":"/remote.php/dav/files/Joel/Arbeit_Fraport/07.12.2021_Fraport_Wahl_Shoppingcard%20(3)%2007.12.2021_Fraport_Wahl_Shoppingcard%20(2)%2007.12.2021_Fra.pdf","message":"Verschl\u00fcsselung nicht bereit: multikeydecrypt with share key failed:error:04065072:rsa routines:rsa_ossl_private_decrypt:padding check failed","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36","version":"23.0.3.2","exception":{"Exception":"Sabre\\DAV\\Exception\\ServiceUnavailable","Message":"Verschl\u00fcsselung nicht bereit: multikeydecrypt with share key failed:error:04065072:rsa routines:rsa_ossl_private_decrypt:padding check failed","Code":0,"Trace":[{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/File.php","line":465,"function":"convertToSabreException","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":85,"function":"get","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"httpGet","class":"Sabre\\DAV\\CorePlugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Server.php","line":339,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/remote.php","line":166,"args":["/var/www/nextcloud/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/File.php","Line":705,"Previous":{"Exception":"OCA\\Encryption\\Exceptions\\MultiKeyDecryptException","Message":"multikeydecrypt with share key failed:error:04065072:rsa routines:rsa_ossl_private_decrypt:padding check failed","Code":0,"Trace":[{"file":"/var/www/nextcloud/apps/encryption/lib/KeyManager.php","line":479,"function":"multiKeyDecrypt","class":"OCA\\Encryption\\Crypto\\Crypt","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/apps/encryption/lib/Crypto/Encryption.php","line":203,"function":"getFileKey","class":"OCA\\Encryption\\KeyManager","type":"->"},{"file":"/var/www/nextcloud/lib/private/Files/Stream/Encryption.php","line":286,"function":"begin","class":"OCA\\Encryption\\Crypto\\Encryption","type":"->"},{"function":"stream_open","class":"OC\\Files\\Stream\\Encryption","type":"->"},{"file":"/var/www/nextcloud/lib/private/Files/Stream/Encryption.php","line":213,"function":"fopen"},{"file":"/var/www/nextcloud/lib/private/Files/Stream/Encryption.php","line":188,"function":"wrapSource","class":"OC\\Files\\Stream\\Encryption","type":"::"},{"file":"/var/www/nextcloud/lib/private/Files/Storage/Wrapper/Encryption.php","line":471,"function":"wrap","class":"OC\\Files\\Stream\\Encryption","type":"::"},{"file":"/var/www/nextcloud/lib/private/Files/Storage/Wrapper/Wrapper.php","line":301,"function":"fopen","class":"OC\\Files\\Storage\\Wrapper\\Encryption","type":"->"},{"file":"/var/www/nextcloud/lib/private/Files/View.php","line":1169,"function":"fopen","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->"},{"file":"/var/www/nextcloud/lib/private/Files/View.php","line":1005,"function":"basicOperation","class":"OC\\Files\\View","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/File.php","line":463,"function":"fopen","class":"OC\\Files\\View","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":85,"function":"get","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"httpGet","class":"Sabre\\DAV\\CorePlugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Server.php","line":339,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/remote.php","line":166,"args":["/var/www/nextcloud/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/nextcloud/apps/encryption/lib/Crypto/Crypt.php","Line":692,"Hint":"multikeydecrypt with share key failed:error:04065072:rsa routines:rsa_ossl_private_decrypt:padding check failed"},"CustomMessage":"--"}}

Additional info

No response

skjnldsv commented 2 years ago

Hi,

  1. I will need a screenshot of your network requests. Before you do anything, still on the development tools, there is a tab called network. Click on it and then the xhr filter. Do your action and screenshot the network log like this: capture d ecran_2018-09-27_21-49-46

  2. I will also need your browser console log. Open your console, reload your page and/or do the action leading to this issue and copy/paste the log in this thread.

How to access your browser console (Click to expand) # Chrome - Press either CTRL + SHIFT + J to open the “console” tab of the Developer Tools. - Alternative method: 1. Press either CTRL + SHIFT + I or F12 to open the Developer Tools. 2. Click the “console” tab. # Safari - Press CMD + ALT + I to open the Web Inspector. - See Chrome’s step 2. (Chrome and Safari have pretty much identical dev tools.) # IE9 1. Press F12 to open the developer tools. 2. Click the “console” tab. # Firefox - Press CTRL + SHIFT + K to open the Web console (COMMAND + SHIFT + K on Macs). - or, if Firebug is installed (recommended): 1. Press F12 to open Firebug. 2. Click on the “console” tab. # Opera 1. Press CTRL + SHIFT + I to open Dragonfly. 2. Click on the “console” tab.
platofan23 commented 2 years ago

Hi,

1. I will need a screenshot of your network requests.
   Before you do anything, still on the development tools, there is a tab called `network`. Click on it and then the xhr filter. Do your action and screenshot the network log like this:
   ![capture d ecran_2018-09-27_21-49-46](https://user-images.githubusercontent.com/14975046/46170857-43548000-c29f-11e8-9403-db72713dd9c1.png)

2. I will also need your browser console log.
   Open your console, reload your page and/or do the action leading to this issue and copy/paste the log in this thread.

How to access your browser console (Click to expand) Sure thing: Here the screenshot for the console while opening a word-document which doesn't work as well: image

And here the screenshot of the network tab: image

The normal console tab for the files: image

And the normal network tab; image

Thanks for helping I hope to get my documents back from there.

skjnldsv commented 2 years ago

But you're not trying to open them in Viewer. You're trying to download them? :thinking: Can you show me the result of occ app:list please?

platofan23 commented 2 years ago

But you're not trying to open them in Viewer. You're trying to download them? thinking Can you show me the result of occ app:list please?

When trying to open the app. I get an 503 unexspected response and sometimes it is endless loading. And download of document files does not work AQWKK. Newly uploaded files do work but my old files not anymore somehow. I just updates the version.

The list of apps is in the problem discription already included.

skjnldsv commented 2 years ago

Indeed, it seems you have the necessary apps enabled. Please do the following

  1. Open the files app
  2. Open the developer tools
  3. Open a pdf files

Now, if it fails:

  1. Screenshot the results of the network tab
  2. Copy/paste the console log here

The url should not be something like remote.php/dav/xxx/xxx, but something like /apps/files/?dir=/&fileid=xxxx

platofan23 commented 2 years ago

Yes they are all installed and activated: The output of the network tab: image

and the output of the console:

$ is deprecated: The global jQuery is deprecated. It will be removed in a later versions without another warning. Please ship your own. 11 globals.js:62:15 Opening viewer for file /Belege/Lebensmittel/17.02.2022_Rewe.pdf Viewer.vue:258 Fetching additional files... Viewer.vue:296 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 6 util.js:135:11 Content Security Policy: 'x-frame-options' wird wegen 'frame-ancestors'-Direktive ignoriert. Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf inline blockiert ("script-src"). moz-extension:278:256513 Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf data: blockiert ("media-src"). Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf inline blockiert ("script-src"). 2 moz-extension:33:9 Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf inline blockiert ("script-src"). moz-extension:31:9 Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf inline blockiert ("script-src"). moz-extension:4604:22 [INFO] Files_PDFViewer: Download and print available Object { app: "Files_PDFViewer" } ConsoleLogger.js:46:18 [DEBUG] Files_PDFViewer: Initialized files_pdfviewer Object { app: "Files_PDFViewer", cursorToolOnLoad: 0, defaultUrl: "compressed.tracemonkey-pldi-09.pdf", defaultZoomValue: "", disableHistory: false, disablePageLabels: false, enablePermissions: true, enablePrintAutoRotate: true, enableScripting: true, externalLinkRel: "noopener noreferrer nofollow", … } ConsoleLogger.js:42:18 fill password Object { _id: "b1104899-45c0-49f8-bf51-1027c068e7a2", _tab: 31, _type: "autofill.password", _reply: null, _sender: "background", _silent: true, _channel: "tabs", _payload: {…}, _receiver: "client" } client.js:1:41880 fill password Object { _id: "b1104899-45c0-49f8-bf51-1027c068e7a2", _tab: 31, _type: "autofill.password", _reply: null, _sender: "background", _silent: true, _channel: "tabs", _payload: {…}, _receiver: "client" } client.js:1:41880

thumbs is undefined. l10n.js:825:6

thumbs is undefined. l10n.js:897:6

thumbs_label is undefined. l10n.js:825:6

thumbs_label is undefined. l10n.js:897:6

document_outline is undefined. l10n.js:825:6

document_outline is undefined. l10n.js:897:6

document_outline_label is undefined. l10n.js:825:6

document_outline_label is undefined. l10n.js:897:6

attachments is undefined. l10n.js:825:6

attachments is undefined. l10n.js:897:6

attachments_label is undefined. l10n.js:825:6

attachments_label is undefined. l10n.js:897:6

layers is undefined. l10n.js:825:6

layers is undefined. l10n.js:897:6

layers_label is undefined. l10n.js:825:6

layers_label is undefined. l10n.js:897:6

current_outline_item is undefined. l10n.js:825:6

current_outline_item is undefined. l10n.js:897:6

current_outline_item_label is undefined. l10n.js:825:6

current_outline_item_label is undefined. l10n.js:897:6

find_input is undefined. l10n.js:825:6

find_input is undefined. l10n.js:897:6

find_previous is undefined. l10n.js:825:6

find_previous is undefined. l10n.js:897:6

find_previous_label is undefined. l10n.js:825:6

find_previous_label is undefined. l10n.js:897:6

find_next is undefined. l10n.js:825:6

find_next is undefined. l10n.js:897:6

find_next_label is undefined. l10n.js:825:6

find_next_label is undefined. l10n.js:897:6

find_highlight is undefined. l10n.js:825:6

find_highlight is undefined. l10n.js:897:6

find_match_case_label is undefined. l10n.js:825:6

find_match_case_label is undefined. l10n.js:897:6

find_entire_word_label is undefined. l10n.js:825:6

find_entire_word_label is undefined. l10n.js:897:6

presentation_mode is undefined. l10n.js:825:6

presentation_mode is undefined. l10n.js:897:6

presentation_mode_label is undefined. l10n.js:825:6

presentation_mode_label is undefined. l10n.js:897:6

open_file is undefined. l10n.js:825:6

open_file is undefined. l10n.js:897:6

open_file_label is undefined. l10n.js:825:6

open_file_label is undefined. l10n.js:897:6

print is undefined. l10n.js:825:6

print is undefined. l10n.js:897:6

print_label is undefined. l10n.js:825:6

print_label is undefined. l10n.js:897:6

download is undefined. l10n.js:825:6

download is undefined. l10n.js:897:6

download_label is undefined. l10n.js:825:6

download_label is undefined. l10n.js:897:6

bookmark is undefined. l10n.js:825:6

bookmark is undefined. l10n.js:897:6

bookmark_label is undefined. l10n.js:825:6

bookmark_label is undefined. l10n.js:897:6

first_page is undefined. l10n.js:825:6

first_page is undefined. l10n.js:897:6

first_page_label is undefined. l10n.js:825:6

first_page_label is undefined. l10n.js:897:6

last_page is undefined. l10n.js:825:6

last_page is undefined. l10n.js:897:6

last_page_label is undefined. l10n.js:825:6

last_page_label is undefined. l10n.js:897:6

page_rotate_cw is undefined. l10n.js:825:6

page_rotate_cw is undefined. l10n.js:897:6

page_rotate_cw_label is undefined. l10n.js:825:6

page_rotate_cw_label is undefined. l10n.js:897:6

page_rotate_ccw is undefined. l10n.js:825:6

page_rotate_ccw is undefined. l10n.js:897:6

page_rotate_ccw_label is undefined. l10n.js:825:6

page_rotate_ccw_label is undefined. l10n.js:897:6

cursor_text_select_tool is undefined. l10n.js:825:6

cursor_text_select_tool is undefined. l10n.js:897:6

cursor_text_select_tool_label is undefined. l10n.js:825:6

cursor_text_select_tool_label is undefined. l10n.js:897:6

cursor_hand_tool is undefined. l10n.js:825:6

cursor_hand_tool is undefined. l10n.js:897:6

cursor_hand_tool_label is undefined. l10n.js:825:6

cursor_hand_tool_label is undefined. l10n.js:897:6

scroll_vertical is undefined. l10n.js:825:6

scroll_vertical is undefined. l10n.js:897:6

scroll_vertical_label is undefined. l10n.js:825:6

scroll_vertical_label is undefined. l10n.js:897:6

scroll_horizontal is undefined. l10n.js:825:6

scroll_horizontal is undefined. l10n.js:897:6

scroll_horizontal_label is undefined. l10n.js:825:6

scroll_horizontal_label is undefined. l10n.js:897:6

scroll_wrapped is undefined. l10n.js:825:6

scroll_wrapped is undefined. l10n.js:897:6

scroll_wrapped_label is undefined. l10n.js:825:6

scroll_wrapped_label is undefined. l10n.js:897:6

spread_none is undefined. l10n.js:825:6

spread_none is undefined. l10n.js:897:6

spread_none_label is undefined. l10n.js:825:6

spread_none_label is undefined. l10n.js:897:6

spread_odd is undefined. l10n.js:825:6

spread_odd is undefined. l10n.js:897:6

spread_odd_label is undefined. l10n.js:825:6

spread_odd_label is undefined. l10n.js:897:6

spread_even is undefined. l10n.js:825:6

spread_even is undefined. l10n.js:897:6

spread_even_label is undefined. l10n.js:825:6

spread_even_label is undefined. l10n.js:897:6

document_properties is undefined. l10n.js:825:6

document_properties is undefined. l10n.js:897:6

document_properties_label is undefined. l10n.js:825:6

document_properties_label is undefined. l10n.js:897:6

toggle_sidebar is undefined. l10n.js:825:6

toggle_sidebar is undefined. l10n.js:897:6

toggle_sidebar_label is undefined. l10n.js:825:6

toggle_sidebar_label is undefined. l10n.js:897:6

findbar is undefined. l10n.js:825:6

findbar is undefined. l10n.js:897:6

findbar_label is undefined. l10n.js:825:6

findbar_label is undefined. l10n.js:897:6

previous is undefined. l10n.js:825:6

previous is undefined. l10n.js:897:6

previous_label is undefined. l10n.js:825:6

previous_label is undefined. l10n.js:897:6

next is undefined. l10n.js:825:6

next is undefined. l10n.js:897:6

next_label is undefined. l10n.js:825:6

next_label is undefined. l10n.js:897:6

page is undefined. l10n.js:825:6

page is undefined. l10n.js:897:6

presentation_mode is undefined. l10n.js:825:6

presentation_mode is undefined. l10n.js:897:6

presentation_mode_label is undefined. l10n.js:825:6

presentation_mode_label is undefined. l10n.js:897:6

open_file is undefined. l10n.js:825:6

open_file is undefined. l10n.js:897:6

open_file_label is undefined. l10n.js:825:6

open_file_label is undefined. l10n.js:897:6

print is undefined. l10n.js:825:6

print is undefined. l10n.js:897:6

print_label is undefined. l10n.js:825:6

print_label is undefined. l10n.js:897:6

download is undefined. l10n.js:825:6

download is undefined. l10n.js:897:6

download_label is undefined. l10n.js:825:6

download_label is undefined. l10n.js:897:6

bookmark is undefined. l10n.js:825:6

bookmark is undefined. l10n.js:897:6

bookmark_label is undefined. l10n.js:825:6

bookmark_label is undefined. l10n.js:897:6

tools is undefined. l10n.js:825:6

tools is undefined. l10n.js:897:6

tools_label is undefined. l10n.js:825:6

tools_label is undefined. l10n.js:897:6

zoom_out is undefined. l10n.js:825:6

zoom_out is undefined. l10n.js:897:6

zoom_out_label is undefined. l10n.js:825:6

zoom_out_label is undefined. l10n.js:897:6

zoom_in is undefined. l10n.js:825:6

zoom_in is undefined. l10n.js:897:6

zoom_in_label is undefined. l10n.js:825:6

zoom_in_label is undefined. l10n.js:897:6

zoom is undefined. l10n.js:825:6

zoom is undefined. l10n.js:897:6

page_scale_auto is undefined. l10n.js:825:6

page_scale_auto is undefined. l10n.js:897:6

page_scale_actual is undefined. l10n.js:825:6

page_scale_actual is undefined. l10n.js:897:6

page_scale_fit is undefined. l10n.js:825:6

page_scale_fit is undefined. l10n.js:897:6

page_scale_width is undefined. l10n.js:825:6

page_scale_width is undefined. l10n.js:897:6

page_scale_percent is undefined. l10n.js:825:6

page_scale_percent is undefined. l10n.js:897:6

page_scale_percent is undefined. l10n.js:825:6

page_scale_percent is undefined. l10n.js:897:6

page_scale_percent is undefined. l10n.js:825:6

page_scale_percent is undefined. l10n.js:897:6

page_scale_percent is undefined. l10n.js:825:6

page_scale_percent is undefined. l10n.js:897:6

page_scale_percent is undefined. l10n.js:825:6

page_scale_percent is undefined. l10n.js:897:6

page_scale_percent is undefined. l10n.js:825:6

page_scale_percent is undefined. l10n.js:897:6

page_scale_percent is undefined. l10n.js:825:6

page_scale_percent is undefined. l10n.js:897:6

page_scale_percent is undefined. l10n.js:825:6

page_scale_percent is undefined. l10n.js:897:6

first_page is undefined. l10n.js:825:6

first_page is undefined. l10n.js:897:6

last_page is undefined. l10n.js:825:6

last_page is undefined. l10n.js:897:6

page_rotate_cw is undefined. l10n.js:825:6

page_rotate_cw is undefined. l10n.js:897:6

page_rotate_ccw is undefined. l10n.js:825:6

page_rotate_ccw is undefined. l10n.js:897:6

error_more_info is undefined. l10n.js:825:6

error_more_info is undefined. l10n.js:897:6

error_less_info is undefined. l10n.js:825:6

error_less_info is undefined. l10n.js:897:6

error_close is undefined. l10n.js:825:6

error_close is undefined. l10n.js:897:6

password_label is undefined. l10n.js:825:6

password_label is undefined. l10n.js:897:6

password_cancel is undefined. l10n.js:825:6

password_cancel is undefined. l10n.js:897:6

password_ok is undefined. l10n.js:825:6

password_ok is undefined. l10n.js:897:6

document_properties_file_name is undefined. l10n.js:825:6

document_properties_file_name is undefined. l10n.js:897:6

document_properties_file_size is undefined. l10n.js:825:6

document_properties_file_size is undefined. l10n.js:897:6

document_properties_title is undefined. l10n.js:825:6

document_properties_title is undefined. l10n.js:897:6

document_properties_author is undefined. l10n.js:825:6

document_properties_author is undefined. l10n.js:897:6

document_properties_subject is undefined. l10n.js:825:6

document_properties_subject is undefined. l10n.js:897:6

document_properties_keywords is undefined. l10n.js:825:6

document_properties_keywords is undefined. l10n.js:897:6

document_properties_creation_date is undefined. l10n.js:825:6

document_properties_creation_date is undefined. l10n.js:897:6

document_properties_modification_date is undefined. l10n.js:825:6

document_properties_modification_date is undefined. l10n.js:897:6

document_properties_creator is undefined. l10n.js:825:6

document_properties_creator is undefined. l10n.js:897:6

document_properties_producer is undefined. l10n.js:825:6

document_properties_producer is undefined. l10n.js:897:6

document_properties_version is undefined. l10n.js:825:6

document_properties_version is undefined. l10n.js:897:6

document_properties_page_count is undefined. l10n.js:825:6

document_properties_page_count is undefined. l10n.js:897:6

document_properties_page_size is undefined. l10n.js:825:6

document_properties_page_size is undefined. l10n.js:897:6

document_properties_linearized is undefined. l10n.js:825:6

document_properties_linearized is undefined. l10n.js:897:6

document_properties_close is undefined. l10n.js:825:6

document_properties_close is undefined. l10n.js:897:6

print_progress_message is undefined. l10n.js:825:6

print_progress_message is undefined. l10n.js:897:6

print_progress_percent is undefined. l10n.js:825:6

print_progress_percent is undefined. l10n.js:897:6

print_progress_close is undefined. l10n.js:825:6

print_progress_close is undefined. l10n.js:897:6

page_scale_auto is undefined. l10n.js:825:6

page_scale_actual is undefined. l10n.js:825:6

page_scale_fit is undefined. l10n.js:825:6

page_scale_width is undefined. l10n.js:825:6

of_pages is undefined. l10n.js:825:6

page_scale_percent is undefined. l10n.js:825:6

XHRGEThttps://platofan27.ddns.net/remote.php/dav/files/Joel/Belege/Lebensmittel/17.02.2022_Rewe.pdf [HTTP/2 503 Service Unavailable 654ms]

unexpected_response_error is undefined. l10n.js:825:6

error_version_info is undefined. l10n.js:825:6

error_message is undefined. l10n.js:825:6

Uncaught (in promise) Object { message: "Unexpected server response (503) while retrieving PDF \"https://platofan27.ddns.net/remote.php/dav/files/Joel/Belege/Lebensmittel/17.02.2022_Rewe.pdf\".", name: "UnexpectedResponseException", status: 503, stack: "BaseExceptionClosure@https://platofan27.ddns.net/apps/files_pdfviewer/js/pdfjs/build/pdf.js?v=2.4.0:1019:29\n__webpack_modules__<@https://platofan27.ddns.net/apps/files_pdfviewer/js/pdfjs/build/pdf.js?v=2.4.0:1022:2\n__w_pdfjs_require__@https://platofan27.ddns.net/apps/files_pdfviewer/js/pdfjs/build/pdf.js?v=2.4.0:14560:41\n__webpack_modules__<@https://platofan27.ddns.net/apps/files_pdfviewer/js/pdfjs/build/pdf.js?v=2.4.0:56:32\n__w_pdfjs_require__@https://platofan27.ddns.net/apps/files_pdfviewer/js/pdfjs/build/pdf.js?v=2.4.0:14560:41\n@https://platofan27.ddns.net/apps/files_pdfviewer/js/pdfjs/build/pdf.js?v=2.4.0:14787:41\n@https://platofan27.ddns.net/apps/files_pdfviewer/js/pdfjs/build/pdf.js?v=2.4.0:14834:3\n@https://platofan27.ddns.net/apps/files_pdfviewer/js/pdfjs/build/pdf.js?v=2.4.0:14837:12\nwebpackUniversalModuleDefinition@https://platofan27.ddns.net/apps/files_pdfviewer/js/pdfjs/build/pdf.js?v=2.4.0:31:50\n@https://platofan27.ddns.net/apps/files_pdfviewer/js/pdfjs/build/pdf.js?v=2.4.0:32:3\n" } OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment

As you can see I still get the 503-Error when opening and trying to download the file. This must be somehow related to Multycrypt error from the logs. So this one:

Sabre\DAV\Exception\ServiceUnavailable: Verschlüsselung nicht bereit: multikeydecrypt with share key failed:error:0407109F:rsa routines:RSA_padding_check_PKCS1_type_2:pkcs decoding error

skjnldsv commented 2 years ago

This is an issue with your setup :shrug: Not related to Viewer, sorry.

Please search for that Sabre\DAV\Exception\ServiceUnavailable: Verschlüsselung nicht bereit: multikeydecrypt with share key failed:error:0407109F:rsa routines:RSA_padding_check_PKCS1_type_2:pkcs decoding error error on the server repo/duckduckgo/google

platofan23 commented 2 years ago

This is an issue with your setup shrug Not related to Viewer, sorry.

Please search for that Sabre\DAV\Exception\ServiceUnavailable: Verschlüsselung nicht bereit: multikeydecrypt with share key failed:error:0407109F:rsa routines:RSA_padding_check_PKCS1_type_2:pkcs decoding error error on the server repo/duckduckgo/google

that's why i posted i orginally as an issue for the nextcloud server :(

skjnldsv commented 2 years ago

AH, a mistake from our triage process, my bad! :see_no_evil:

skjnldsv commented 2 years ago

Maybe https://github.com/nextcloud/server/issues/24240#issuecomment-1098919843 ? Or https://github.com/nextcloud/server/issues/8349 ?

platofan23 commented 2 years ago

Maybe nextcloud/server#24240 (comment) ? Or nextcloud/server#8349 ?

That didn't help. I also tried decrypting the files with occ. I had no error message but that didn't do anything at all

skjnldsv commented 2 years ago

Honestly, this seems exactly like your issue https://github.com/nextcloud/server/issues/8349#issuecomment-1083582805 I suggest you open a thread in the forum

platofan23 commented 2 years ago

Honestly, this seems exactly like your issue nextcloud/server#8349 (comment) I suggest you open a thread in the forum

yess, but i don't have any backup which santo74 had. My files were saved on a mycloud ex2 ultra nas. And i cant recover the old key files so idk what to do anymore