tableau / extensions-api

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

when I open add extension(example,datasource),the name does not appear.always "loading",what do happen error? #145

Closed aiwenForGit closed 5 years ago

aiwenForGit commented 6 years ago

I frist use tableau extension.when I open add extension(example,datasource) image,the name does not appear.always "loading",what do happen error?

aiwenForGit commented 6 years ago

somebody help me!!!

d45 commented 6 years ago

There might be a mismatch with the version of the extensions library you are using. Are you using the latest version of the Tableau (2018.2)? Is the extension using the latest version of the the library (tableau-extensions-1.0.0.js)? If not, you might want to re-download the project from the GitHub repository.

It might help if you can check for errors using the Chromium debugger. See Remote Debugging of JavaScript and HTML.

aiwenForGit commented 6 years ago

image

I redownload it.but error again.

d45 commented 6 years ago

Are you having trouble with every sample dashboard extension on GitHub (including the tutorial)? That is, all of the samples that you run on your computer as localhost? (npm start)? Still looks like there is a version mismatch issue.

Are you running the released version of Tablelau 2018.2?

You might also try running some of the extensions from the Extensions Gallery to see if dashboard extensions can run correctly when there aren't any local dependencies.

KeshiaRose commented 5 years ago

Please try with an official release (2018.2 or higher) and re-open if you are still experiencing this issue.