Calling doc.gettable(tableid) with the codaio Python wrapper raised "TypeError: Table.init() got an unexpected keyword argument 'viewid'". Coda added a new viewid field to the gettable API response, and the installed codaio Table model did not accept it, so fromjson crashed on every table fetch. The installed PyPI version lagged behind the fixed source on GitHub.