Opened 3 years ago
Closed 3 years ago
#7595 closed defect (duplicate)
Registration code: ValueError: tuple.index(x): x not in tuple
Reported by: | Tom Goddard | Owned by: | Greg Couch |
---|---|---|---|
Priority: | moderate | Milestone: | 1.5 |
Component: | Core | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
This error is reported originally #7594. Made a separate ticket since that ticket is focused on Clipper errors.
Log:
Startup Errors
---
error | Bundle 'ChimeraX-Registration' custom initialization failed
warning | Traceback (most recent call last):
File "/usr/lib/ucsf-chimerax/lib/python3.9/site-
packages/chimerax/registration/nag.py", line 278, in _strptime
month = _months.index(month_name)
ValueError: tuple.index(x): x not in tuple
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/ucsf-chimerax/lib/python3.9/site-
packages/chimerax/registration/nag.py", line 289, in _strptime
return datetime.strptime(TimeFormat, value)
File "/usr/lib/ucsf-chimerax/lib/python3.9/_strptime.py", line 568, in
_strptime_datetime
tt, fraction, gmtoff_fraction = _strptime(data_string, format)
File "/usr/lib/ucsf-chimerax/lib/python3.9/_strptime.py", line 349, in
_strptime
raise ValueError("time data %r does not match format %r" %
ValueError: time data '%a %b %d %H:%M:%S %Y' does not match format 'fre maj 10
15:30:22 2019'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/ucsf-chimerax/lib/python3.9/site-
packages/chimerax/core/toolshed/info.py", line 365, in initialize
api._api_caller.initialize(api, session, self)
File "/usr/lib/ucsf-chimerax/lib/python3.9/site-
packages/chimerax/core/toolshed/init.py", line 1278, in initialize
return cls._get_func(api, "initialize")(session, bi)
File "/usr/lib/ucsf-chimerax/lib/python3.9/site-
packages/chimerax/registration/init.py", line 41, in initialize
nag(session)
File "/usr/lib/ucsf-chimerax/lib/python3.9/site-
packages/chimerax/registration/nag.py", line 38, in nag
_check_usage(session)
File "/usr/lib/ucsf-chimerax/lib/python3.9/site-
packages/chimerax/registration/nag.py", line 192, in _check_usage
usage = _get_usage()
File "/usr/lib/ucsf-chimerax/lib/python3.9/site-
packages/chimerax/registration/nag.py", line 240, in _get_usage
usagedates.append(_strptime(value))
File "/usr/lib/ucsf-chimerax/lib/python3.9/site-
packages/chimerax/registration/nag.py", line 291, in _strptime
raise ValueError("time data does not match format")
ValueError: time data does not match format
You can double click a model's Name or ID in the model panel to edit those
fields
UCSF ChimeraX version: 1.4 (2022-06-03)
© 2016-2022 Regents of the University of California. All rights reserved.
How to cite UCSF ChimeraX
#5866