I struggle sometimes with the error message: `Inte...
# help-connector-development
d
I struggle sometimes with the error message:
Internal message: Empty string keys not allowed without dpath.options.ALLOW_EMPTY_STRING_KEYS=True: ('__injected_declarative_manifest', 'streams', 1, 'retriever', 'requester', 'request_headers', '')
I managed to fix this once but a lot of clicking around, but I did not really understand what I was doing. Could someone help me explain what I am doing wrong? (fyi: I am using the connector builder )
this is the export yaml that I have built with the connector builder
Aha I already found the answer. The connector builder inserted an empty string at one of the request_headers. I changed that to an empty dictionary and it worked
a
Hi Dieter, thanks for reporting the bug. I created an issue and we'll investigate. Let us know if you run into more problems
🙏 1
d
Great!