FF87 + Password 2.1.1 not save new passwords

Since installing the extension, the password generator tool has failed.

{
  "details": {
    "data": {},
    "message": "NetworkError when attempting to fetch resource.",
    "file": "",
    "line": 0,
    "stack": "",
    "time": 1616727608821
  },
  "error": {
    "name": "TypeError",
    "stack": [],
    "string": "TypeError: NetworkError when attempting to fetch resource.",
    "fileName": "",
    "lineNumber": 0,
    "columnNumber": 0,
    "message": "NetworkError when attempting to fetch resource."
  }
}

Not sure if either of these are of value:

  • I noticed the time of the log and the time on my Mac are different by one hour. I mention this as there is a “time” listed in the log;
  • The extension notices new password accounts but doesn’t save them to the server when I click on the save icon. The extension’s Toolbar icon continues to show “+1”.

Just looking in NC’s “Logging” and passwords has lists:

  • Error - “Error “Internal Words API Error” in OCA\Passwords\Controller\Api\ServiceApiController::generatePassword”.
  • Warning - “Words service delivered no result”
  • Fatal - “OCA\Passwords\Exception\ApiException: Internal Words API Error”

When Fatal is expanded:

[passwords] Fatal: OCA\Passwords\Exception\ApiException: Internal Words API Error at <<closure>>

0. /var/www/html/nextcloud/apps/passwords/lib/Services/WordsService.php line 84
OCA\Passwords\Services\WordsService->getPassword("*** sensitive parameters replaced ***")
1. /var/www/html/nextcloud/apps/passwords/lib/Services/WordsService.php line 84
OCA\Passwords\Services\WordsService->getPassword("*** sensitive parameters replaced ***")
2. /var/www/html/nextcloud/apps/passwords/lib/Services/WordsService.php line 84
OCA\Passwords\Services\WordsService->getPassword("*** sensitive parameters replaced ***")
3. /var/www/html/nextcloud/apps/passwords/lib/Services/WordsService.php line 84
OCA\Passwords\Services\WordsService->getPassword("*** sensitive parameters replaced ***")
4. /var/www/html/nextcloud/apps/passwords/lib/Services/WordsService.php line 84
OCA\Passwords\Services\WordsService->getPassword("*** sensitive parameters replaced ***")
5. /var/www/html/nextcloud/apps/passwords/lib/Services/WordsService.php line 84
OCA\Passwords\Services\WordsService->getPassword("*** sensitive parameters replaced ***")
6. /var/www/html/nextcloud/apps/passwords/lib/Controller/Api/ServiceApiController.php line 145
OCA\Passwords\Services\WordsService->getPassword("*** sensitive parameters replaced ***")
7. /var/www/html/nextcloud/lib/private/AppFramework/Http/Dispatcher.php line 169
OCA\Passwords\Controller\Api\ServiceApiController->generatePassword("*** sensitive parameter replaced ***", "*** sensitive parameter replaced ***", "*** sensitive parameter replaced ***")
8. /var/www/html/nextcloud/lib/private/AppFramework/Http/Dispatcher.php line 100
OC\AppFramework\Http\Dispatcher->executeController(OCA\Passwords\Co ... {}, "generatePassword")
9. /var/www/html/nextcloud/lib/private/AppFramework/App.php line 152
OC\AppFramework\Http\Dispatcher->dispatch(OCA\Passwords\Co ... {}, "generatePassword")
10. /var/www/html/nextcloud/lib/private/Route/Router.php line 309
OC\AppFramework\App::main("ServiceApiController", "generatePassword", OC\AppFramework\ ... {}, {_route: "passwo ... "})
11. /var/www/html/nextcloud/lib/base.php line 1008
OC\Route\Router->match("/apps/passwords ... d")
12. /var/www/html/nextcloud/index.php line 37
OC::handleRequest()

POST /index.php/apps/passwords/api/1.0/service/password from nnn.nnn.nnn.nnn by xxxxxxxx at 2021-03-26T03:15:02+00:00

What is “Words” service/API?

The words service is the service which is used to gather the data to generate passwords. You can change the service in the app settings if it doesn’t work.

That is not related to the saving of new passwords. Is there any error message that appears in the NC log or the extension log at the time of saving a new password?

You can change the service in the app settings if it doesn’t work.

Where is this? I looked in the NC > Settings > Administration > Passwords, Passwords app > More > Settings (Advanced), and FF Extension > Passwords for NC.

I’ll have to follow up with saving new password issue until I create a new account sometime.

There should be a “Password Generator Service”.

Was set to “watchout4snakes.com”. The only other option is “Random Characters”. I changed it and now it is working.

Thank you for helping!