Open derust opened 1 year ago
I'm also having this problem.
Maintainers: Is there anything I can do to help get a fix out?
I am blocked by this as well now. Had a code base making API requests using reqwest
manually and I refactored to use this crate instead. Now I cannot test as I got stuck here.
Judging by the value
"owner": {
"id": null,
"type": "user",
"email": null
},
and the fact that I ran into the same issue just now this is likely a duplicate of #193
parse fail happens at this line ListZones
the response json which fail to be parsed