Digitalocean Provider spits out invalid json
See original GitHub issue[
{
'content':u'"v=DKIM1; k=rsa; p=MIGfMA0GC[...redacted...]GUrwFVgQIDAQAB"',
'id':1256011,
'type':u'TXT',
'name':'mesmtp._domainkey.ctnguyen.net',
'ttl':''
},
{
'content': u'"v=spf1 include:spf.messagingengine.com -all"',
'id':2349116,
'type':u'TXT',
'name':'@.ctnguyen.net',
'ttl':''
}
]
The issued command is lexicon digitalocean list ctnguyen.net --auth-token $LEXICON_DIGITALOCEAN_TOKEN TXT
Look after the content
-pair and type
-pair. There are u’s after the colon. I don’t were there are coming from.
I discovered this, when I tried to setup letsencrypt.sh with the provided example hook.
The clean_challenge
returns an empty list(maybe because the json is invalid).
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
How to solve Error: Invalid JSON RPC response on ...
I suspect I need to make changes in web3 provider to make it compatible to run on DigitalOcean but cannot figure out them,...
Read more >How To Debug Node.js with the Built-In Debugger and ...
You will first debug code using the built-in Node.js debugger tool, setting up watchers and breakpoints so you can find the root cause...
Read more >digitalocean_database_firewall: provider produced an invalid ...
Bug Report Describe the bug Terraform throws an error when trying to create a database firewall with multiple rules: resource ...
Read more >Installing WordPress on DigitalOcean App Platform Part II
The App Platform will not be able to detect the package.json if it's located in your theme folder. The only way I've found...
Read more >JSON - CodeProject
This article will find out a solution to serialize/deserialize object by reference at server and client, also will serialize/deserialize objects having circular ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah, sorry for the late reply. I did try it, but forgot to answer. Anyway - same error. So no fix yet for me 😦
@mrwacky42 Sorry I just noticed your response. Yeah that sounds like it could definitely cause some issues. Would you be willing to open a PR with the pagination fix on the DO provider?