-
-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined array key "type" #321
Labels
Comments
Same issue with more emails such as PHP version is 8.1.6 OS is latest Alpine in Docker. |
Thanks @samdark! |
Merged
Hi @samdark , should be fixed in v3.2 now. Please let me know |
I'll try upgrading and deploying it to production soon. |
Seems the problem is gone. Thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting
Undefined array key "type"
error from time to time at production:Relevant trace:
Email validated is
dddd@dddd.com
. It looks likedns_get_record
might return info element w/o type specified.The text was updated successfully, but these errors were encountered: