tableau / TabPy

Execute Python code on the fly and display results in Tableau visualizations:
https://tableau.github.io/TabPy/
MIT License
1.56k stars 598 forks source link

Error Running Script. No Return Value #231

Closed JacobRColp closed 5 years ago

JacobRColp commented 5 years ago

I am having trouble starting up TabPy. I can get the server to run, but it consistently spits out an error message and I cannot connect from Tableau. I am at a loss as to what to do next.

https://i.imgur.com/LdRjAHg.png Link to picture of issue.

The error code that it spits out says "ExtSvc: Error running script. No return value."

Does anyone have any idea what I am doing wrong?

0golovatyi commented 5 years ago
0golovatyi commented 5 years ago

@JacobRColp could you try 127.0.01 instead of localhost?

JacobRColp commented 5 years ago

Unfortunately, I get that same error.

0golovatyi commented 5 years ago

@JacobRColp What version of Tableau are you running?

JacobRColp commented 5 years ago

I am running 2018.3

0golovatyi commented 5 years ago

@JacobRColp I'll try if can repro the failure. Just to confirm - your TabPy version is 0.3.2? You can check it either with VERSION file it TabPy root folder or in browser with "http://localhost/info" as URL.

JacobRColp commented 5 years ago
Screen Shot 2019-03-29 at 11 36 30 AM

@0golovatyi Yessir. Thank you so much for your help!

johng42 commented 5 years ago

Can you post the Help | About Tableau dialog from Tableau? Like this: image

0golovatyi commented 5 years ago

No version info? Is this some private build?

JacobRColp commented 5 years ago
Screen Shot 2019-03-29 at 12 54 49 PM

My apologies. I misunderstood. That is the correct menu.

johng42 commented 5 years ago

Thanks for the report. I can repro and we are investigating.

JacobRColp commented 5 years ago

You guys rock! Thank you so much!

0golovatyi commented 5 years ago

@JacobRColp we just submitted hotfix for the issue, could you get the latest TabPy and try with it? https://github.com/tableau/TabPy/archive/master.zip

JacobRColp commented 5 years ago
Screen Shot 2019-03-29 at 5 52 27 PM

That worked! Thank you guys so much! You rock!