Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in python script #67

Open
boriken72 opened this issue Jun 30, 2022 · 0 comments
Open

Error in python script #67

boriken72 opened this issue Jun 30, 2022 · 0 comments

Comments

@boriken72
Copy link

I was attempting to use the code but when it runs it errors out at this line:

col_defs = monday.utils.get_col_defs(conn, board_id)

Traceback (most recent call last):
File "c:\Users\juan\Documents\Programming\monday3.py", line 75, in
col_defs = monday.utils.get_col_defs(conn, board_id)
AttributeError: module 'monday.utils' has no attribute 'get_col_defs'

another thing to point out is that 'row' in line 85 is defined as a dictionary and then there is an attempt to append to the dictionary in line 87 - but dictionary does not have a method of 'append', what is the intent here??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant