Scriptability tool not working #171
Unanswered
alexwillingham98
asked this question in
General
Replies: 1 comment 5 replies
-
Hey @alexwillingham98 - does your TML contain parameters? If you're able, can you share your TML files with me directly? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We run the scriptability tool weekly on a job and for some reason it quit working with this error:
│ C:\Users\VssAdministrator\AppData\Roaming*.\Lib\site-packa │
│ ges\thoughtspot_tml_tml.py:41 in recursive_complex_attrs_to_dataclasses │
│ │
│ 38 │ cls = type(instance) │
│ 39 │ │
│ 40 │ for field in fields(cls): │
│ > 41 │ │ value = getattr(instance, field.name) │
│ 42 │ │ │
│ 43 │ │ # ignore nulls, they get dropped to support optionality │
│ 44 │ │ if value is None: │
│ │
│ C:\Users\VssAdministrator\AppData\Roaming*.**\Lib\site-packa │
│ ges\betterproto_init_.py:840 in getattribute │
│ │
│ 837 │ │ │ │ │ │ │ │ f"{group!r} is set to {group_current │
│ 838 │ │ │ │ │ │ │ ) │
│ 839 │ │ │ │ │ │ else: │
│ > 840 │ │ │ │ │ │ │ raise AttributeError( │
│ 841 │ │ │ │ │ │ │ │ f"{group!r} is set to {group_current │
│ 842 │ │ │ │ │ │ │ │ name=name, │
│ 843 │ │ │ │ │ │ │ │ obj=self, │
└─────────────────────────────────────────────────────────────────────────────┘
AttributeError: 'value_restrictions' is set to None, not 'list_config'
┌──────────────────── 🤓 This is an unhandled error! 🤓 ────────────────────┐
│ │
│ If you encounter this message more than once, please help by letting us │
│ know! │
│ │
│ GitHub: https://github.com/thoughtspot/***/issues/new/choose │
│ │
└─────────── Run *** logs report to send us your last error. ────────────┘
Beta Was this translation helpful? Give feedback.
All reactions