-
Notifications
You must be signed in to change notification settings - Fork 30
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
Error with FreshRSS backend #120
Comments
Hey, great first issue, all the useful information is here. It looks like the error is being thrown due to an unexpected auth response. Nom should be handling this gracefully but could you try this in the terminal and share the response (make sure to obfuscate any private details)? curl [YOUR_FRESHRSS_HOST]/api/greader.php/accounts/ClientLogin?Email=[YOUR_USER]&Passwd=[YOUR_PASSWORD]
|
I have dug a little deeper locally, have you set the API password explicitly in settings? You can find the setting here: Settings > Profile > API password. See the note here |
Yes, I do have API access enabled and using the password. I have my mobile client configured using the same details. The response I get is "Unauthorized!%" On my mobile client I auth with my username, not my email. In a browser I attempted to auth with the email associated with my account and received the following error, "Error 403 - Forbidden. Login is invalid." I have attempted the curl command you suggested with both username and email address with the same unauthorized response |
Are you able to get the |
Sorry, just saw that you've already tried that. That curl command is essentially the same command that is being run in nom. Are you hosting freshrss yourself and see the logs? |
Yes, I am hosting FreshRSS myself. I'll take a look at the logs when I get the chance and let you know what I discover. I appreciate all of your assistance! |
Apologies for the delay. FreshRSS logs for my user state I've tried wrapping it with both ''s and ""s to no avail. I have also tried adding |
Oh, and I have pulled the latest FreshRSS image and recreated the container |
Sorry for the spam, but I just noticed a setting in FreshRSS. Under my admin account, which is separate from my personal account, there is an Authentication section in the settings. The setting |
Any luck with this @daomah ? |
Hello. This is my first time ever submitting an issue so please forgive any faux pas.
I am running Ubuntu 24.0.1 LTS in WSL and have configured nom to use the FreshRSS backend to connect to my self-hosted server. When I attempt to run nom I get the following error:
Here is the config file:
Any assistance is much appreciated!
The text was updated successfully, but these errors were encountered: