mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-30 17:36:13 -04:00
HTTP 400 error in loading app in TrueNas Scale #390
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Strobeener on GitHub (Apr 29, 2024).
Getting HTTP 400 error. It is seeing my account and finding my ip address but stalls out.
I attached the log, but in case it doesn't attach here is the last few line s
TLDR: Describe your issue in a one liner here
Is this urgent: No
DNS provider(s) you use: Cloudflare
Program version:
Running version 2.6.0 built on 2024-02-03T18:53:40.722Z (commit
c338c28)What are you using to run the container: TrueNas Chart
Extra information (optional)
Host OS: TrueNAS-SCALE-23.10.2
ddns-updater_ddns-updater-6fb7bdb97f-tt4bs_ddns-updater.log
@qdm12 commented on GitHub (Apr 29, 2024):
Change the
"api_key"to"key". Documentation is at https://github.com/qdm12/ddns-updater/blob/master/docs/cloudflare.mdCode was updated to prevent setting an
emailfield with an emptykeyfield as well.@Strobeener commented on GitHub (Apr 29, 2024):
Must have sent you the wrong log file. I also have the cloudflare DDNS updator app running. It is running fine
I updated per what you said - changed "api key" to "key" in the config file so what i have on that line is "key" = "my global api key"
I still get the same results in my log.
On Monday, April 29, 2024 at 10:10:58 AM EDT, Quentin McGaw @.***> wrote:
Change the "api_key" to "key". Documentation is at https://github.com/qdm12/ddns-updater/blob/master/docs/cloudflare.md
Code was updated to prevent setting an email field with an empty key field as well.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: @.***>
@qdm12 commented on GitHub (Apr 30, 2024):
Please run it with
LOG_LEVEL=debugto see http requests and responses and report back the log. Make sure to remove your credentials from the logs.@Strobeener commented on GitHub (Apr 30, 2024):
This is going to sound very newbie cause quite frankly I am trying to learn this stuff. But does LOG_LEVEL=debug go in as an environment variable?
Sent from Yahoo Mail for iPhone
On Tuesday, April 30, 2024, 5:23 AM, Quentin McGaw @.***> wrote:
Please run it with LOG_LEVEL=debug to see http requests and responses and report back the log. Make sure to remove your credentials from the logs.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: @.***>
@qdm12 commented on GitHub (Apr 30, 2024):
Yes 😉
@Strobeener commented on GitHub (May 1, 2024):
hmmmm... you can close the issue thanks for helping. I was out of town for work yesterday. I re-installed the app (after I deleted the files from the dataset ---stored on host). I went through setup and used my cloudflare token instead of Global API Key and email and everything is working :)
Not sure why - but as i am trying to learn all this stuff , i follow youtube videos or others walkthroughs and it never works for me at first Takes forever of trying and trying and then poof it works
On Tuesday, April 30, 2024 at 07:47:45 AM EDT, Quentin McGaw @.***> wrote:
Yes 😉
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: @.***>
@qdm12 commented on GitHub (May 1, 2024):
Nice, thanks for letting me know.