-
Notifications
You must be signed in to change notification settings - Fork 46
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
[BUG]: Fatal passwords ImaginaryCommunicationException Imaginary request failed #663
Comments
Issue is solved by changing image rendering settings to Imagick/Gmagick instead of the default "Automatically Select". |
With just the message but not the acutal stack trace of the exception, i have nothing to debug here. |
There is no stack trace in the error logs, just the individual messages. If there is a way for me to obtain the stack trace, please let me know and I'll happily get them for you. |
Here is how to get the error details: https://git.mdns.eu/nextcloud/passwords/-/wikis/Administrators/Guides/Maintenance/App-Debugging The "Automatically Select" option will use Imaginary if the service is configured. If there is any issue with the configuration or the service, it will subsequently crash when trying to use it. |
Thank you for the pointers, here are the raw entries: |
I noticed that an old domain name from a server I exported passwords from is showing in the logs, i replaced the domain name with "olddomain", perhaps this will help. |
There is the issue, NC has added api keys and passwords doesn't add the key to the request. I will add a patch for this. |
Signed-off-by: Marius David Wieschollek <[email protected]>
Server Information
Client Information
Browser and Version: Microsoft Edge - Version 126.0.2592.113 (Official build) (64-bit)
Client OS and Version: Windows 11 22H2
Bug description
Favicons and previews do not work regardless of the service you choose in settings and the app throws errors in nextcloud logs.
Passwords app generates the following error each visit:
Error | passwords | Error "Internal Website Preview API Error" in OCA\Passwords\Controller\Api\ServiceApiController::getPreview
Fatal | passwords | ImaginaryCommunicationExceptionImaginary request failed
Fatal | passwords | ApiExceptionInternal Website Preview API Error
Steps to reproduce
-Install Nextcloud AIO (Latest) with Imaginary enabled.
-Install Passwords App
-Visit Passwords App
Expected behavior
App runs without errors and preview/favicons work.
Favicons and previews do not work regardless of the service you choose in settings and the app throws errors in nextcloud logs.
Nextcloud Logs
Browser Logs
The text was updated successfully, but these errors were encountered: