You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raise ConnectionError(e, request=request)
E requests.exceptions.ConnectionError: HTTPSConnectionPool(host='schneegans.de', port=443): Max retries exceeded with url: /lv/?tags=X-AAJ&format=json (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe98b721540>: Failed to establish a new connection: [Errno -2] Name or service not known'))
This might be the third party website we are using for bcp-47 tag validation.
The text was updated successfully, but these errors were encountered:
IETF language tag as specified by BCP 47 have regex for validation as per the scripture burrito documentation. ^(((en-GB-oed|i-ami|i-bnn|i-default|i-enochian|i-hak|i-klingon|i-lux|i-mingo|i-navajo|i-pwn|i-tao|i-tay|i-tsu|sgn-BE-FR|sgn-BE-NL|sgn-CH-DE)|(art-lojban|cel-gaulish|no-bok|no-nyn|zh-guoyu|zh-hakka|zh-min|zh-min-nan|zh-xiang))|((([A-Za-z]{2,3}(-([A-Za-z]{3}(-[A-Za-z]{3}){0,2}))?)|[A-Za-z]{4}|[A-Za-z]{5,8})(-([A-Za-z]{4}))?(-([A-Za-z]{2}|[0-9]{3}))?(-([A-Za-z0-9]{5,8}|[0-9][A-Za-z0-9]{3}))*(-([0-9A-WY-Za-wy-z](-[A-Za-z0-9]{2,8})+))*(-(x(-[A-Za-z0-9]{1,8})+))?)|(x(-[A-Za-z0-9]{1,8})+))$
Getting this error for languages tests
This might be the third party website we are using for bcp-47 tag validation.
The text was updated successfully, but these errors were encountered: