could someone please help me find why, when I try ...
# gooddata-cloud
s
could someone please help me find why, when I try to download this visualization with an error 400 I can't find in any logs? visualization object id:
Copy code
7267d8e2-dfaf-4fb2-8ebe-0acd2a982f72
the export id;
Copy code
e51282442155a21e397ee243a46f47775b825a46
this is the endpoint I'm trying to call:
Copy code
<https://housing-cloud.cloud.gooddata.com/api/v1/actions/workspaces/${workspaceId}/export/tabular/${exportId}>
this works for other visualizations, but not for this one for some reason
k
New message text here
m
Hi Sasha, I will review our logs and get back to you with more details as soon as possible
From our logs, we can see that the export fails with a 400 Bad Request due to a broken reference in the visualisation’s definition:
Copy code
Cannot find label with id='attribute/application_first_submitted_date/6caf3568e6aa457fb56d7013ff24000d' in LDM objects.
This means that the visualisation (or one of its filters/sorts) references a label that no longer exists in the current Logical Data Model (for example, the attribute/label was removed, renamed, or its dataset was changed). You’ll need to review your visualisation and model in this case, and adjust the visualisation so it uses only existing labels
s
thank you michael
is there any way I can review our workspace logs as well?
m
It’s not possible for end-users to review our internal logs. However, if you were to export the visualisation via the UI and you receive an error, or some other kind of error in your workspace - You can always check your Dev tools in your browser (Network/Console tabs) and you can find errors when performing the export/task, and sometimes depending on the issue, you can find more details on the issue there. If that doesn’t help, you’ll always find the related TraceID and if you provide us with this, we can check our logs for you.