My YunoHost server
Hardware: Raspberry Pi 4 at home
YunoHost version: 11.0.10.2
I have access to my server : Through SSH | through the webadmin | direct access via keyboard / screen
Description of my issue
I’m trying to push my DNS records to Gandi using the “Domains → domain name → DNS → Push DNS records to registrar” functionality.
Just as in this topic, I’m getting various “Failed to create record A/domain name : list indices must be integers or slices, not str” errors.
I have tried to follow the suggestion of that topic to bump error severity, but I’m not getting much more. To be precise, the “History” bottom drawer just gives the error I listed. In yunohost-api.log I get something more (I paste here an excerpt - had to add some spaces around api.gandi.net endpoints otherwise they were detected as links and I couldn’t post the logs, since I’m a new user):
2023-01-03 10:35:38,312 DEBUG lexicon.providers.gandi (unknown function) - create_record: True
2023-01-03 10:35:38,312 INFO yunohost.domain (unknown function) - [517.95] [#########…] > create A / @
2023-01-03 10:35:38,329 DEBUG urllib3.connectionpool (unknown function) - Starting new HTTPS connection (1): api .gandi.net:443
2023-01-03 10:35:38,648 DEBUG urllib3.connectionpool (unknown function) - https:// api .gandi.net:443 “GET /v5/livedns/domains/foxthesystem.space HTTP/1.1” 200 310
2023-01-03 10:35:38,655 DEBUG urllib3.connectionpool (unknown function) - Starting new HTTPS connection (1): api .gandi.net:443
2023-01-03 10:35:38,995 DEBUG urllib3.connectionpool (unknown function) - https:// api .gandi.net:443 “GET /v5/livedns/domains/foxthesystem.space/records//A HTTP/1.1” 200 2
2023-01-03 10:35:39,007 ERROR yunohost.domain (unknown function) - [517.95] Failed to create record A/foxthesystem.space : list indices must be integers or slices, not s>
2023-01-03 10:35:39,009 INFO yunohost.domain (unknown function) - [517.95] [##########…] > create A / pleroma
2023-01-03 10:35:39,048 DEBUG urllib3.connectionpool (unknown function) - Starting new HTTPS connection (1): api .gandi.net:443
2023-01-03 10:35:39,317 DEBUG urllib3.connectionpool (unknown function) - https:// api .gandi.net:443 “GET /v5/livedns/domains/foxthesystem.space HTTP/1.1” 200 310
2023-01-03 10:35:39,324 DEBUG urllib3.connectionpool (unknown function) - Starting new HTTPS connection (1): api .gandi.net:443
2023-01-03 10:35:39,658 DEBUG urllib3.connectionpool (unknown function) - https:// api .gandi.net:443 "GET /v5/livedns/domains/foxthesystem.space/records/pleroma/A HTTP/1.>
2023-01-03 10:35:39,662 DEBUG lexicon.providers.gandi (unknown function) - list_records: []
I don’t know if there’s something more I can provide or test I can make.