Home-Assistant-Mail-And-Packages
Home-Assistant-Mail-And-Packages copied to clipboard
Configuration Error - Amazon Forwarded Email Addresses
After completing step 1 of the configuration, the second screenContinue to receive the following error during the configuration process.
User input malformed: expected str for dictionary value @ data['amazon_fwds']
Change the amazon forwarded email addresses to: ""
Hi, I actually need to enter Amazon forwarding addresses, two of them. The instructions just say to separate them with a comma. I have tried with the quotes around the whole thing, the quotes around each address, and no quotes. No matter what I do I am getting the same error this person got.
@emeybee I don't use a forwarding address but the empty double quotes wouldn't work for me. I had to use single quotes instead. Maybe that's what you need?
Thank you for the suggestion, I tried it but it still doesn't work. No matter what I enter I get this error: User input malformed: expected str for dictionary value @ data['amazon_fwds']
Try this format: '[email protected], [email protected]'
Looks like I'm stuck with this error now, too. I don't use forwarded addresses for Amazon.
@coharness if you input ''
thats two '
s does it let you pass?
No, not anymore. I was able to just the one time when I mentioned in my earlier comment.
I'll see about jery rigging something for the config flow.
Try this format:
'[email protected], [email protected]'
This seems to have worked, I guess it was the one I hadn't tried. Thank you.
@emeybee thanks for the confirmation.
No matter how I enter it either ''
or ""
the config flow accepts for me, but this is testing on the latest dev nightly of Home Assistant.
Same issues for me - been going on for about a week for me now. I have been using it without issues for some time, but now my two email addresses that I use are the same error as the original post. I have uninstalled, tried several of the betas, as well as trying the "" '' methods but no luck at all.
now my two email addresses that I use are the same error as the original post.
Have you tried the format '[email protected], [email protected]'
?
Yup same result.
You don't need those for gmail accounts, can you try just ""
or ''
Will do that's what I had before. will let you know.
same issues either way.
Your quotes look weird in this image, almost like '""'
It should look similar to this:
This is just two single quotes: ''
The same thing regardless. I have deleted it completely and will try again. Just wanted to update you.
Just to confirm this is with the latest beta?
When I enter ''
it worked for me on the latest beta version.
Latest Beta 0.3.5-b4 correct? If that's the one it's the one I am using.
Try leaving it blank as well. I think that only works in initial setup tho.
Well the good news, is that if I just remove amazon from mail altogether it works fine, as soon as I add the amazon Sensor it breaks.
I'll see if I can make a workaround for the config flow for this.
Was just typing back to you. After I confirmed the regular mail was working I did the following.
I deleted the repository and went through the setup again. Was having the same issue. So I did it a third time, this time I did not select any Amazon Sensors. Config went fine. I went back in, chose Amazon, used '', and saved it. Now amazon works :)
Just wanted you to be aware, not sure if something in the flow, or config, but after doing that it works.
Thanks for the info.
Thanks for the info.
apparently, I lied it started again.
This new PR should help. I'll put up another beta once I am able to test the code locally.
0.3.5-b5
should pop up shortly with this new fix in place. Instead of using ""
or ''
just enter (none)
.