marius-wieschollek / passwords-webextension

The official browser extension for the Passwords app for Nextcloud.
GNU General Public License v3.0
109 stars 34 forks source link

Connected App shows 0 Passwords #259

Open tatrapikao opened 1 year ago

tatrapikao commented 1 year ago

System Information

Steps to reproduce

connect -> sync -> see no Passwords..

Expected result

Be able to access the Passwords.

Actual result

Information shows 0 Passwords on Server.

Addon worked fine and suddenly stopped showing Suggestions. I tried to remove and add the Account without resolving the Problem. Problem affects both Servers accesible to me (both have same App Version).

Wenn syncing debug shows:

{ "details": { "data": { "module": {}, "message": { "id": "241944d8-ba7f-499d-8c26-f585fba5a64e", "tab": null, "type": "server.reload", "reply": null, "silent": false, "sender": "popup", "channel": "runtime", "payload": "9fece5a2-fabe-4e96-82cb-f0c0ffa23ec8", "receiver": "background" }, "reply": { "id": "228141eb-30d3-4b8f-94a0-62df4e0a174f", "tab": null, "type": null, "reply": "241944d8-ba7f-499d-8c26-f585fba5a64e", "silent": false, "sender": "background", "channel": "runtime", "payload": null, "receiver": "popup" } }, "message": "this._authQueue is null", "file": "moz-extension://4506fb03-26bb-40fa-81d8-68a44cee0295/js/background.js", "line": 2, "stack": "addServer@moz-extension://4506fb03-26bb-40fa-81d8-68a44cee0295/js/background.js:2:748028\n", "time": 1690385180830 }, "error": { "name": "TypeError", "stack": [ "addServer@moz-extension://4506fb03-26bb-40fa-81d8-68a44cee0295/js/background.js:2:748028", "" ], "string": "TypeError: this._authQueue is null", "fileName": "moz-extension://4506fb03-26bb-40fa-81d8-68a44cee0295/js/background.js", "lineNumber": 2, "columnNumber": 748028, "message": "this._authQueue is null" } }

JVAQUEROM commented 1 year ago

I have the same Issue. My Nextcloud server was recently upgraded to NC 27 and passwords app is therefore using latest API (2023.08). I guess it could have something to do with that. Any other log or any information I can give to help, please ask. Thank you!

Android App is working fine, though.

EDIT: I found the place where the debug is:

{"details":{"data":{"_response":{}},"message":"Expected application/json, got text/html; charset=iso-8859-1","file":"moz-extension://3b39b174-b4e7-4051-9a51-603ce799880f/js/background.js","line":2,"stack":"r@moz-extension://3b39b174-b4e7-4051-9a51-603ce799880f/js/background.js:2:596203\ngetClass@moz-extension://3b39b174-b4e7-4051-9a51-603ce799880f/js/background.js:2:556718\ngetClass@moz-extension://3b39b174-b4e7-4051-9a51-603ce799880f/js/background.js:2:614726\nsend@moz-extension://3b39b174-b4e7-4051-9a51-603ce799880f/js/background.js:2:571102\n","time":1691437352032},"error":{"name":"ResponseContentTypeError","stack":["r@moz-extension://3b39b174-b4e7-4051-9a51-603ce799880f/js/background.js:2:596203","getClass@moz-extension://3b39b174-b4e7-4051-9a51-603ce799880f/js/background.js:2:556718","getClass@moz-extension://3b39b174-b4e7-4051-9a51-603ce799880f/js/background.js:2:614726","send@moz-extension://3b39b174-b4e7-4051-9a51-603ce799880f/js/background.js:2:571102",""],"string":"ResponseContentTypeError: Expected application/json, got text/html; charset=iso-8859-1","fileName":"moz-extension://3b39b174-b4e7-4051-9a51-603ce799880f/js/background.js","lineNumber":2,"columnNumber":596203,"message":"Expected application/json, got text/html; charset=iso-8859-1","_response":{}}}

Also, using Mozilla Firefox 115.0.3

tatrapikao commented 1 year ago

The Problem dissapeared for me after about two days (i guess..). Everything is working now as expected. Still no clue why..

JVAQUEROM commented 1 year ago

I was adding more information and just realized it has started to work...really weird!

fyah commented 1 year ago

hello, I have the same issue any hint ?

edit: after disable and re enable the extension, it worked...

tatrapikao commented 1 year ago

Had the same issue on different maschines. Always fixing itself within a few days.

andrewille commented 11 months ago

Same issue after upgrading to NextCloud 28. Re-enabling or re-linking the extension did not work. Any solution? I use FF 120.0.1

JVAQUEROM commented 11 months ago

I guess "something" takes a while until it works...not sure what it is :shrug: