-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Can't access to old revision/version of a file (Collabora) #6155
Comments
More logs : {"reqId":"WZRfclt5SrEAACl9ZgEAAAAI","level":4,"time":"2017-08-16T15:06:27+00:00","remoteAddr":"xxx","user":"Orphee","app":"webdav","method":"GET","url":"/nextcloud/remote.php/webdav/Covoiturage/suivi%20covoiturage.ods?downloadStartSecret=0xgb5rhn9aj","message":"Exception: {"Exception":"OCP\\Encryption\\Exceptions\\GenericEncryptionException","Message":"Bad Signature","Code":0,"Trace":"#0 \/var\/www\/public\/nextcloud\/apps\/encryption\/lib\/Crypto\/Crypt.php(463): OCA\\Encryption\\Crypto\\Crypt->checkSignature('hFiGQpGRdLMsg9c...', '\\xB5\\xFB\\x01\\x9C\\xB3\\x9F |
This is provided by the rich documents app and seems to be an interference between encryption and collabora. Could you open an issue in https://github.com/nextcloud/richdocuments? Thanks. |
Steps to reproduce
It does not always happens, it seems to happen on older revisions, or there is some kind of expiration time ?
Expected behaviour
Download all revision
Actual behaviour
Error 403
Server configuration
Ubuntu 16.04
Apache
MySQL
PHP 7
Nextcloud 12.0.2
Updated from 12.0.1, updated from 11.x
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
Enabled:
Disabled:
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
Enabled:
Disabled:
sudo -u www-data php occ config:list system
{
"system": {
"updatechecker": false,
"instanceid": "ocsakd3h08iv",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"obfuscated"
],
"datadirectory": "/var/www/public/nextcloud/data",
"overwrite.cli.url": "https://obfuscated/nextcloud",
"dbtype": "mysql",
"version": "12.0.2.0",
"logtimezone": "UTC",
"installed": true,
"memcache.local": "OC\Memcache\APCu",
"filelocking.enabled": "true",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "/var/run/redis/redis.sock",
"port": 0,
"timeout": 0
},
"maintenance": false,
"theme": "",
"loglevel": 2,
"appstore.experimental.enabled": true,
"mysql.utf8mb4": true,
"updater.release.channel": "stable",
"dbname": "nextcloud",
"dbhost": "127.0.0.1",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"mail_from_address": "nextcloud",
"mail_smtpmode": "smtp",
"mail_smtpauthtype": "LOGIN",
"mail_domain": "obfuscated",
"updater.secret": "REMOVED SENSITIVE VALUE",
"mail_smtpauth": 1,
"mail_smtphost": "obfuscated",
"mail_smtpport": "25",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE"
}
}
Are you using external storage, if yes which one: local/smb/sftp/...
No
Are you using encryption:
yes
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
No
Client configuration
Chromium
Windows
Logs
Uncaught Error: Access to undeclared static property: OC\Files\Filesystem::$normalizedPathCache in /var/www/public/nextcloud/lib/private/Files/Filesystem.php:804 Stack trace: #0 /var/www/public/nextcloud/lib/private/Files/View.php(2032): OC\Files\Filesystem::normalizePath('/Orphee/files/C...') #1 /var/www/public/nextcloud/lib/private/Files/View.php(1170): OC\Files\View->unlockFile('/Covoiturage/su...', 1) #2 [internal function]: OC\Files\View->OC\Files{closure}() #3 /var/www/public/nextcloud/3rdparty/icewind/streams/src/CallbackWrapper.php(109): call_user_func(Object(Closure)) #4 [internal function]: Icewind\Streams\CallbackWrapper->stream_close() #5 {main} thrown at /var/www/public/nextcloud/lib/private/Files/Filesystem.php#804
The text was updated successfully, but these errors were encountered: