vavrecan / keeweb-local-server

Local Server Plugin for KeeWeb
23 stars 9 forks source link

Error loading app #3

Closed karagrat closed 4 years ago

karagrat commented 5 years ago

hello,

first many thanks for your plugin which is a perfect match for KeeWeb.

I have an issue using the plugin, I get the following message:

Error loading app
There was an error loading app settings. 

In the network debug view I can see that manifest.json and plugin.js are retrieved (no attempt for server.php). And in the console I get:

[app] Loading config from config.json 192.168.0.20:15:680
[app] Loaded app config from config.json 100ms 192.168.0.20:15:840
[plugin] Installing plugin from url plugins/local-server/ 192.168.0.20:15:840
[plugin] GET plugins/local-server/manifest.json?ts=1551299101313 192.168.0.20:15:680
[plugin] GET OK plugins/local-server/manifest.json?ts=1551299101313 127ms 192.168.0.20:15:680
[plugin] Loaded manifest 
Object { version: "0.0.1", manifestVersion: "0.1.0", name: "local-server", description: "Local Server Storage", author: {…}, resources: {…}, url: "http://github.com/vavrecan/keeweb-local-server", publicKey: "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA03lItcDSvPRHid9AapzbTScvDIRrvtSqTrSBglpGNO3N0/eIYrWTBx9QpKyL1dW4cpcA0nAiicyDLshXKC78Gnun8mM54nfEsOdFZA5xl+LicOVa0Hi2j3D17sFgOIG24vAi5ZH7wij9TGNWN5nIl/pPdpOFOKKdk/7ODgyqn5Z0U5yhw+XyUxyUnN+/+RIuBicJFlfj93frzQ9CYrdF7kbY5t52MouwABtFeviaK7jMTckU5l8FGddkDZL/40t3nHUVUp2PkXJVYWZpiDMTzhD/TuBJhNGhYzVdVOfD8oMNEb8Gje8bLi3NBrvbhJd9dLxrvm5NrVYxjebW8F0DIQIDAQAB", license: "MIT" }
192.168.0.20:15:680
[plugin:local-server] Loading plugin with resources js (url) 192.168.0.20:15:840
[plugin] GET plugins/local-server/plugin.js?ts=1551299101442 192.168.0.20:15:680
[plugin] GET OK plugins/local-server/plugin.js?ts=1551299101442 97ms 192.168.0.20:15:680
[plugin:local-server] Resource data loaded js 97ms 192.168.0.20:15:680
[plugin:local-server] Resource signature validated js 1ms 192.168.0.20:15:680
[plugin:local-server] Installing plugin resources 192.168.0.20:15:840
[plugin:local-server] Plugin script installed 1ms 192.168.0.20:15:680
[storage-plugin-files] Save local-server_plugin.js 192.168.0.20:15:680
[storage-plugin-files] Error opening indexed db 
error { target: IDBOpenDBRequest, isTrusted: true, srcElement: IDBOpenDBRequest, currentTarget: IDBOpenDBRequest, eventPhase: 2, bubbles: true, cancelable: true, defaultPrevented: false, composed: false, timeStamp: 3447, … }
192.168.0.20:15:1165
[plugin:local-server] Error saving plugin resources 
error { target: IDBOpenDBRequest, isTrusted: true, srcElement: IDBOpenDBRequest, currentTarget: IDBOpenDBRequest, eventPhase: 2, bubbles: true, cancelable: true, defaultPrevented: false, composed: false, timeStamp: 3447, … }
192.168.0.20:15:680
[plugin:local-server] Disabling plugin with resources js 192.168.0.20:15:840
[plugin:local-server] Plugin uninstall method returned an error ReferenceError: "DetailsView is not defined"

    uninstall http://192.168.0.20/:262 uninstallPluginCode http://192.168.0.20/:15 disable http://192.168.0.20/:15 

192.168.0.20:15:1165
[plugin:local-server] Disable complete 0ms 192.168.0.20:15:840
[storage-plugin-files] Remove local-server_plugin.js 192.168.0.20:15:680
[storage-plugin-files] Error opening indexed db 
error { target: IDBOpenDBRequest, isTrusted: true, srcElement: IDBOpenDBRequest, currentTarget: IDBOpenDBRequest, eventPhase: 2, bubbles: true, cancelable: true, defaultPrevented: false, composed: false, timeStamp: 3451, … }
192.168.0.20:15:1165
[plugin:local-server] Uninstall complete 3ms 192.168.0.20:15:840
[plugin:local-server] Error installing plugin Error saving plugin resources 192.168.0.20:15:1165
[app] Error starting app Error saving plugin resources 192.168.0.20:15:1165 

I followed the installation instructions as indicated, but I can't get it to work.

Would you have any idea ?

Thank you. Fred.

vavrecan commented 4 years ago

this is resolved in latest version