-
-
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 MailinaBox DNS API Bugs #2550
Comments
I use the acme plugin from pfSense and I get this error:
It seems that in the API call to MiaB the text should be quoted and the format changed. See this post: ddavness/power-mailinabox#121 (comment) In essense the txt record needs to be of the form: ""value=some text here&ttl=300". It looks like this API call needs to be updated? |
This line doesn't not work for me. Line 20 in d4b8f97
If I change it to
Not sure what this is reference two, but it isn't working as published and I am running the most recent version of MIAB. I can do a PR if that is preferred to revert this change. |
I added those "value=" and "&ttl=300" parts into the script because of this: ddavness/power-mailinabox#121 I have a suspicion though that this change in the API was only made to Power-Mailinabox and was not merged back into Mailinabox. I'm waiting for confirmation of this, and it this is indeed the case, I will create a new dns_pmiab.sh for this. |
I have gone ahead and created a separate dns api for Power-Mailinabox, called dns_pmiab.sh and have issued a PR for it. I will remove my changes to dns_miab.sh and will issue a PR for that as well. |
I believe I have done a PR, waiting for it to be accepted. Let me check up
on that.
…On Mon, 11 Nov 2024 at 19:03, Slawomir Koszewski ***@***.***> wrote:
@lifeboy <https://github.com/lifeboy> when will you revert the patch
mentioned by @draft13 <https://github.com/draft13>?
—
Reply to this email directly, view it on GitHub
<#2550 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABEZPJ7FFTPJ5NO2CFKQLT32ADPN7AVCNFSM6AAAAABMYL4HD6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRYGY2DMNJTHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I don't get it! My code changes were fully tested and passed all tests. When I viewed the status of the fork a couple of minutes ago it showed that I was a behind the acme master, so I requested a re-sync. Now the tests start and fail on docker right away. But again, it's not possible to see why, since the critical parts are all just rendered as asterisks in the log! How is one expected to fix a problem without being able to see the nature of the problem?? |
Maybe it was a mistake to merge those fixes in one PR. I would do one for fix in original MIAB plugin, and another one for a new plugin. |
The original MIAB plugin is literally one line that was added and now removed (although I did also include fixing some typos). I still don't get how one is supposed to figure out why a test run fails though, when github hides the details with '****'. |
I just checked the code. The change (revert) has been merged into master. Please check it @skoszewski |
Look good. Thanks. |
This is the place to report bugs in the MailinaBox DNS API (dns_miab.sh)
If you experience a bug, please report it in this issue.
Thanks!
The text was updated successfully, but these errors were encountered: