You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes after running this method my datasets pages (so I can't view the data, run sql, etc.) or map pages do not load in my carto account. For example, I'm not able to access Builder to edit a map, I just get a timeout / ERR_EMPTY_RESPONSE. My dashboard seems unaffected.
The pages won't load for an hour or two, even if I cancel the batch sql api job behind the method call. The public version of the pages (if they exist) load normally, but the internal dataset pages (when I'm logged in) do not load like in the screenshot above.
Try to load a dataset page in user account (even if it's not involved in query applied above). I've had mixed success in this triggering the problem described above.
I'm using
batch_client.create_and_wait_for_completion
through a new cartoframes method (CartoContext.execute
in master).Sometimes after running this method my datasets pages (so I can't view the data, run sql, etc.) or map pages do not load in my carto account. For example, I'm not able to access Builder to edit a map, I just get a timeout /
ERR_EMPTY_RESPONSE
. My dashboard seems unaffected.The pages won't load for an hour or two, even if I cancel the batch sql api job behind the method call. The public version of the pages (if they exist) load normally, but the internal dataset pages (when I'm logged in) do not load like in the screenshot above.
Steps to Reproduce
$ pip install git+https://github.com/cartodb/carto-python.git
cc @alrocar
The text was updated successfully, but these errors were encountered: