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

Tabpy tries to talk to tableau server on port 8080 #512

Closed sguptaji closed 3 years ago

sguptaji commented 3 years ago

I have a tableau server running on port 80.

When I try to use a tabpy function, I can see that it tries to communicate with the tableau server on port 8080, and not the port 80 where it is running.

2021-07-30,13:35:13 [DEBUG] (python_service.py:python_service:262): Querying endpoint with params ([[0]])... 2021-07-30,13:35:13 [DEBUG] (custom_query_object.py:custom_query_object:53): Running custom query with arguments (([0],), {})... 2021-07-30,13:35:13 [DEBUG] (connectionpool.py:connectionpool:227): Starting new HTTP connection (1): public_ip:8080

In Desktop the error is:

image

cgore1 commented 3 years ago

This looks like config issue. Please check if _TABPYPORT from tabpy server config is equal to Tableau server TabPy connection port number

sguptaji commented 3 years ago

This looks like config issue. Please check if _TABPYPORT from tabpy server config is equal to Tableau server TabPy connection port number

Thanks! It turned out to be a firewall issue.