ParsimonyGit / shipstation_integration

Other
14 stars 24 forks source link

InvalidEmailAddressError: 277620937 is not a valid Email Address #53

Closed sentry-io[bot] closed 2 years ago

sentry-io[bot] commented 2 years ago

Sentry Issue: PARSIMONY-3PL-6J

InvalidEmailAddressError: 277620937 is not a valid Email Address
(6 additional frame(s) were not displayed)
...
  File "frappe/utils/__init__.py", line 180, in validate_email_address
    email = _check(e.strip())
  File "frappe/utils/__init__.py", line 170, in _check
    frappe.throw(
  File "__init__.py", line 504, in throw
    msgprint(
  File "__init__.py", line 479, in msgprint
    _raise_exception()
  File "__init__.py", line 434, in _raise_exception
    raise raise_exception(msg)