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
"POSIX" or "C" are valid locales, but will produce a runtime error, because they don't contain '_'.
This is because of line 98: "Accept-Language": self.deviceBuilder.locale.replace('_', '-')
I would suggest to check it after line 55: if locale is not None:
The text was updated successfully, but these errors were encountered:
"POSIX" or "C" are valid locales, but will produce a runtime error, because they don't contain '_'.
This is because of line 98:
"Accept-Language": self.deviceBuilder.locale.replace('_', '-')
I would suggest to check it after line 55:
if locale is not None:
The text was updated successfully, but these errors were encountered: