tableau / server-client-python

A Python library for the Tableau Server REST API
https://tableau.github.io/server-client-python/
MIT License
655 stars 420 forks source link

Getting internal server error 503 #1361

Open septatrix opened 6 months ago

septatrix commented 6 months ago

Describe the bug Using the API results in 503 errors, i.e. errors not cause by the client but by the server.

Versions Details of your environment, including:

To Reproduce This happens spuriously when requesting PDFs. We have a script running which generates several PDFs once a week. Most of the time it runs without problems or maybe one or two fails, but this week we got a whole bunch of server errors at 2024-03-06T20:36:22.641004+0100 and before. Is this the correct place (or if not could you escalate this to the correct people)?

Results b'<html><body><h1>503 Service Unavailable</h1>\nNo server is available to handle this request.\n</body></html>\n\n'