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

Web UI issue after trying to watch large files #16365

Closed
waip2Ohng9oh opened this issue Jul 11, 2019 · 4 comments
Closed

Web UI issue after trying to watch large files #16365

waip2Ohng9oh opened this issue Jul 11, 2019 · 4 comments
Labels
1. to develop Accepted and waiting to be taken care of bug

Comments

@waip2Ohng9oh
Copy link

Steps to reproduce

  1. Upload large .txt file, i.e. > 2 GB
  2. Open the file in the web UI with inline viewer
  3. Error message dialogue appears telling that the file is too large to view
  4. Close dialogue
  5. Date of the file is incorrect

Expected behaviour

Show the correct date

Actual behaviour

shows 50 years. Probably date is not set, defaulting to 1/1/1970 and rounding up

Server configuration

Operating system: Debian 9.5

Web server: apache2

Database: mariadb

PHP version:

Nextcloud version: Ver 15.0.8

Updated from an older Nextcloud/ownCloud or fresh install: updated from 14.0.4

Where did you install Nextcloud from: occ

Signing status:

Signing status
No errors have been found.

List of activated apps:

App list
Enabled:
  - accessibility: 1.1.0
  - activity: 2.8.2
  - bruteforcesettings: 1.3.0
  - calendar: 1.6.5
  - cloud_federation_api: 0.1.0
  - comments: 1.5.0
  - contacts: 3.1.3
  - dav: 1.8.2
  - federatedfilesharing: 1.5.0
  - federation: 1.5.0
  - files: 1.10.0
  - files_pdfviewer: 1.4.0
  - files_sharing: 1.7.0
  - files_texteditor: 2.7.0
  - files_trashbin: 1.5.0
  - files_versions: 1.8.0
  - files_videoplayer: 1.4.0
  - firstrunwizard: 2.4.0
  - gallery: 18.2.0
  - groupfolders: 3.0.2
  - impersonate: 1.2.0
  - logreader: 2.0.0
  - lookup_server_connector: 1.3.0
  - nextcloud_announcements: 1.4.0
  - notifications: 2.3.0
  - oauth2: 1.3.0
  - password_policy: 1.5.0
  - provisioning_api: 1.5.0
  - serverinfo: 1.5.0
  - sharebymail: 1.5.0
  - support: 1.0.0
  - survey_client: 1.3.0
  - systemtags: 1.5.0
  - theming: 1.6.0
  - twofactor_backupcodes: 1.4.1
  - updatenotification: 1.5.0
  - user_ldap: 1.5.0
  - user_saml: 2.0.0
  - workflowengine: 1.5.0
Disabled:
  - admin_audit
  - encryption
  - files_automatedtagging
  - files_external
  - user_external

Nextcloud configuration:

Config report
{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "nextcloud.***REMOVED SENSITIVE VALUE***",
            "nextcloud.***REMOVED SENSITIVE VALUE***"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "15.0.8.1",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": "6379",
            "password": "***REMOVED SENSITIVE VALUE***"
        },
        "ldapIgnoreNamingRules": false,
        "ldapProviderFactory": "\\OCA\\User_LDAP\\LDAPProviderFactory",
        "lost_password_link": "disabled",
        "maintenance": false,
        "proxy": "***REMOVED SENSITIVE VALUE***",
        "loglevel": 0,
        "logfile": "\/var\/log\/nextcloud\/nextcloud.log",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpmode": "smtp",
        "mail_domain": "***REMOVED SENSITIVE VALUE***"
    }
}

Are you using external storage, if yes which one: local

Are you using encryption: no

Are you using an external user-backend, if yes which one: LDAP

Client configuration

Browser: Firefox 60.7.2-ESR

Operating system: Debian

Screenshot-2019-7-11 Documents - Files - Nextcloud
Screenshot-2019-7-11 Files - Nextcloud
Screenshot-2019-7-11 Files - Nextcloud(1)

@waip2Ohng9oh waip2Ohng9oh added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Jul 11, 2019
@wiswedel
Copy link
Contributor

@waip2Ohng9oh Is the file modification date on the storage also modified? Can you please check that?
And is the web UI ok again after refresh or does the wrong info persist?

@waip2Ohng9oh
Copy link
Author

Hi

On storage the timestamps are still unchanged and show the expected time. After reload the timestamp is correct.

Seems to be an issue with some javascript

@wiswedel
Copy link
Contributor

CC @nextcloud/server-triage

@skjnldsv skjnldsv added 1. to develop Accepted and waiting to be taken care of and removed 0. Needs triage Pending check for reproducibility or if it fits our roadmap needs info labels Jul 22, 2019
@szaimen
Copy link
Contributor

szaimen commented May 26, 2021

I thinks this is the same issue like nextcloud/viewer#894

@szaimen szaimen closed this as completed May 26, 2021
@skjnldsv skjnldsv moved this to Done in Files to vue Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of bug
Projects
Status: Done
Development

No branches or pull requests

4 participants