tableau / extensions-api

Extensions API sample code and developer docs.
http://tableau.github.io/extensions-api
MIT License
268 stars 251 forks source link

Can't start extension after adding a table #493

Closed ihrimech closed 2 years ago

ihrimech commented 2 years ago

I developed an extension that is working perfectly fine. But once I add a second/third table, I get the same error when loading the extension. Even just putting a simple .trex file with just tableau.extensions.initializeAsync() doesn't work ...

And more precisely in this part of the code : image

... seems to timeout into this error : image

Version information:

Please help ...

johnDance commented 2 years ago

@ihrimech - Could you share your workbook with us? Also, what version of extensions are you using? Thank you! John

ihrimech commented 2 years ago

Hello @johnDance,

I'm currently using version 1.8.1 of the extension-api. Is there a way to privately and safely communicate the workbook ?

Thanks for taking the time for this issue.

johnDance commented 2 years ago

@ihrimech - We can't accept any confidential data. Would it be possible to create a filtered extract and then send a very minimal workbook to us? See https://help.tableau.com/current/pro/desktop/en-us/extracting_data.htm

John