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: "Content-Length too long" when running python script by 2019.4.2 #378

Closed WeihaoLiTW closed 4 years ago

WeihaoLiTW commented 4 years ago

Environment information:

Describe the issue Error message "Content-Length too long" occurred when running the python script by 2019.4.2 CLI script.

Expected behavior prep will run successfully.

Screenshots a. Error message "Content-Length too long" occurred image b. prep ran fail when the above message occurred. image

WeihaoLiTW commented 4 years ago

sorry, I just saw the previous solutions to set up the TABPY_MAX_REQUEST_SIZE_MB. Will try it first, thanks