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

Bad Signature #232

Open
Happyfeet01 opened this issue Jun 2, 2016 · 1 comment
Open

Bad Signature #232

Happyfeet01 opened this issue Jun 2, 2016 · 1 comment
Labels

Comments

@Happyfeet01
Copy link

Happyfeet01 commented Jun 2, 2016

Hello,

i can´t open Notes on the Cloud, but on Android it works.

Steps to reproduce

  1. open Notes in Browser (notes 2.0.1)

Expected behaviour

Owncloud tells me that the app has "Bad Signature"

Server configuration

Operating system:
Ubuntu 14.04 LTS

Web server:
Apache2
Database:
MySQL
PHP version:
php 7
ownCloud version: (see ownCloud admin page)
Owncloud 9.0.1
Updated from an older ownCloud or fresh install:
Updated from OC 9
Where did you install ownCloud from:
Manually
Signing status (ownCloud 9.0 and above):

No errors have been found.

List of activated apps:

Enabled:                                                                                                     
  - activity: 2.2.1                                                                                          
  - calendar: 1.2.2                                                                                          
  - comments: 0.2                                                                                            
  - contacts: 1.3.1.0                                                                                        
  - dav: 0.1.6                                                                                               
  - documents: true                                                                                          
  - encryption: 1.2.0                                                                                        
  - federatedfilesharing: 0.1.0                                                                              
  - federation: 0.0.4                                                                                        
  - files: 1.4.4                                                                                             
  - files_external: 0.5.2                                                                                    
  - files_mv: true                                                                                           
  - files_sharing: 0.9.1                                                                                     
  - files_texteditor: 2.1                                                                                    
  - files_trashbin: 0.8.0                                                                                    
  - files_versions: 1.2.0                                                                                    
  - files_videoplayer: 0.9.8                                                                                 
  - firstrunwizard: 1.1                                                                                      
  - gallery: 14.5.0                                                                                          
  - libreonline: true                                                                                        
  - mail: 0.5.1                                                                                              
  - music: true                                                                                              
  - news: 8.8.0                                                                                              
  - notes: true                                                                                              
  - notifications: 0.2.3                                                                                     
  - ocdownloader: 1.5                                                                                        
  - provisioning_api: 0.4.1                                                                                  
  - sketch: true                                                                                             
  - systemtags: 0.2                                                                                          
  - tasks: true                                                                                              
  - templateeditor: 0.1                                                                                      
  - updatenotification: 0.1.0                                                                                
Disabled:                                                                                                    
  - external                                                                                                 
  - files_pdfviewer                                                                                          
  - user_external                                                                                            
  - user_ldap

The content of config/config.php:

{                                                                                                            
    "system": {                                                                                              
        "instanceid": "ocpsovzwa7ww",                                                                        
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",                                                     
        "secret": "***REMOVED SENSITIVE VALUE***",                                                           
        "trusted_domains": [                                                                                 
            "cloud-surfer.eu",                                                                               
            "cloud.cloud-surfer.eu"                                                                          
        ],                                                                                                   
        "datadirectory": "\/mnt\/owncloud\/data",                                                            
        "overwrite.cli.url": "http:\/\/81.169.130.87\/",                                                     
        "dbtype": "mysql",                                                                                   
        "version": "9.0.2.2",                                                                                
        "dbname": "owncloud",                                                                                
        "dbhost": "localhost",                                                                               
        "dbtableprefix": "oc_",                                                                              
        "dbuser": "***REMOVED SENSITIVE VALUE***",                                                           
        "dbpassword": "***REMOVED SENSITIVE VALUE***",                                                       
        "logtimezone": "Europe\/Berlin",                                                                     
        "installed": true,                                                                                   
        "loglevel": 0,                                                                                       
        "maintenance": false,                                                                                
        "appstore.experimental.enabled": true,                                                               
        "singleuser": false,                                                                                 
        "mail_smtpmode": "php",                                                                              
        "mail_from_address": "mail",                                                                         
        "mail_domain": "cloud-surfer.eu",                                                                    
        "mail_smtpauthtype": "PLAIN",                                                                        
        "mail_smtpauth": 1,                                                                                  
        "mail_smtphost": "mail.cloud-surfer.eu",                                                             
        "mail_smtpport": "587",                                                                              
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",                                                    
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",                                                
        "mail_smtpsecure": "ssl",                                                                            
        "updatechecker": true,                                                                               
        "theme": "mytheme",                                                                                  
        "memcache.local": "\\OC\\Memcache\\Redis",                                                           
        "memcache.locking": "\\OC\\Memcache\\Redis",                                                         
        "redis": {                                                                                           
            "host": "localhost",                                                                             
            "port": 6379                                                                                     
        },                                                                                                   
        "updater.secret": "***REMOVED SENSITIVE VALUE***"                                                    
    }                                                                                                        
} 

Are you using external storage, if yes which one: local/smb/sftp/...
Google drive

Are you using encryption: yes/no

yes

Client configuration

Browser:
Chrome Browser, Internet Explorer
Operating system:
Windows 7 , At home Windows 10

Logs

Web server error log

no entrys

ownCloud log (data/owncloud.log)

nothing

Browser log

shareconfigmodel.js?v=38a4249…:24 Uncaught ReferenceError: oc_appconfig is not defined(anonymous function) @ shareconfigmodel.js?v=38a4249…:24(anonymous function) @ shareconfigmodel.js?v=38a4249…:90
js.js?v=38a4249…:203 Uncaught TypeError: Cannot read property 'substring' of undefinedOC.filePath @ js.js?v=38a4249…:203(anonymous function) @ viewer.js?v=38a4249…:4
app.js?v=38a4249…:330 Uncaught TypeError: Cannot read property 'meta' of undefined
@Henni
Copy link
Contributor

Henni commented Aug 1, 2016

Does this issue still occur?

@Henni Henni added the bug label Aug 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants