-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Report bugs to World4You dns api #3269
Comments
get an error "Unable to parse paketnr". Logging in is successfull, but paketno. cannot be read Thanks! |
Bug already fixed. If you need the solution immediatly, use https://github.com/NerLOR/acme.sh |
Can you send me the full "HTML-Document"? (If you wish, you can obfuscate any sensitive information) |
Attached a copy of the html console output, so maybe not well formated |
Thank you. I tried to figure out, what went wrong, but I found nothing yet. For me the script works fine after the last fix and the GitHub tests didn't fail until now either. Your html-document is a ... strange response from world4you... (did you start multiple acme.sh/world4you instances at once or tried to log in in the web interface during the script ran?) I'll try to look into it in the next days. |
[Thu Apr 28 07:57:13 CEST 2022] _CURL='curl --silent --dump-header /root/.acme.sh/http.header --trace-ascii /tmp/tmp.XBzZd9M2i2 -g ' Hello, I get following error when trying to renew a certificate with world4you dns challenge |
Hi. This is strange... for me everything works just fine. Are you sure, you work with the latest version? Is it possible, that you have 2FA enabled for your World4You account? Can you provide more information for this issue? |
latest version of acme |
Is it possible, that you run multiple instances of this api at once or log in to World4You during execution? World4You only allows one active session, all previous session will be automatically logged out. Perhaps something like this happens? |
no, I have created a certificate with acme on Jan 13, 2022, which I now wanted to renew. So i run acme.sh --renew -d *** --force |
could it be that the issue is that the certificate has two domains in it? I validate srv1.###.at and srv2.###.at in one certificate |
Gernerally multi-domain certificates work. I use 'example.com' and '*.example.com' in one certificate. Acme simply executes the dns api for each domain, one after the other (as fas as I know). |
okay. I also deactivated dnssec, but it didnt help. |
I found a small error in my code and fixed it: NerLOR@12d9acd You can apply this change manually and should see some html files created for debugging. These might help you |
Error-01.html:
Error-02 is the DNS Entries area for me as customer. I am not sure if it helps you to find the error though and I don't want to scan through all the possible sensible data. Is this expected behavior? |
Yes, this is expected behavior. Error-02 may give you some insight on what went wrong. Try to search for some message box or something... |
Hi! I updated the code again: NerLOR@f6b2b4a For me it now says: So I will have to wait until tomorrow for further testing. But you might be able to get a more descriptive error message with the new fixes :) |
[Thu Apr 28 19:52:18 CEST 2022] _CURL='curl --silent --dump-header /root/.acme.sh/http.header -L -g ' I am sorry, no new debug error messages |
Can you verify, that the number in |
yes, you are right. If I go in the dns panel on w4y, there it says 3XXXXXX |
could it be that there is a problem with the new webhosting paket which is named Webhosting Complete 6 ? |
I tried to fix please check, if this works for you. |
It worked brilliantly! |
Great :D |
Hi, adding an challenge record works fine but removing it afterwards isn't.
I guess the website code changed causing this issue? From what i understand this script sends
but the hidden fields in the modal to remove an entry are
|
Hi again, i fixed it for me. It was just changing DeleteDnsRecordForm[recordId] to DeleteDnsRecordForm[id]. |
Hi! Thank you for your detailed bug report. I reproduced the bug, verified your solution and will soon open a new pull request to fix the issue |
Awesome. Thank you :) |
This is the place to report bugs in the World4You DNS API.
If you experience a bug, please report it in this issue.
Thanks!
The text was updated successfully, but these errors were encountered: