You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Yuki Morishita (Jira)" <ji...@apache.org> on 2020/02/16 22:52:00 UTC

[jira] [Created] (CASSANDRA-15572) `object of type 'NoneType' has no len()` error in cqlsh with python 3

Yuki Morishita created CASSANDRA-15572:
------------------------------------------

             Summary: `object of type 'NoneType' has no len()` error in cqlsh with python 3
                 Key: CASSANDRA-15572
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15572
             Project: Cassandra
          Issue Type: Bug
          Components: Tool/cqlsh
            Reporter: Yuki Morishita


Looks like in Python 3, webbrowser._tryorder can be NoneType and throw error like below:

{code}
Traceback (most recent call last):
  File ".\bin\cqlsh.py", line 99, in <module>
    if len(webbrowser._tryorder) == 0:
TypeError: object of type 'NoneType' has no len()
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org