-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cubes (INT) not usable in vizualize (INT) #1389
Comments
I cannot explain what's happening. At least on two occasions, visualize actually opened fine and I managed to publish a visualization: https://int.visualize.admin.ch/en/v/hhsqDqJgvDiu Mostly it does fail to load though. I double checked the cube checker results:
I don't think this is a problem on cube creator's side. Ideas, @ptbrowne? |
To get the last version of the cube, we send a request from the client to
|
It's not a CORS issue, but a 503 from |
I was about to say. @ludovicm67 would that be visible in trifid logs maybe? |
Last week we did the big jump to provide the new version of Trifid on LINDAS. Can you check if the issue is still there? |
Hi Ludovic, This behavior is not constant. I was able to work once with OGD111 in visualize, but only once out of 5 tries. |
@ptbrowne would you have another look into the checker and the guards which are in place when loading the visualization UI? As you see in my earlier comment, the queries do find all the cube data in Lindas, so I don't think cube creator is to blame. Also evident by the fact that every now and then a visualisation can be created successfully. |
As said also, the mentioned issues about the Trifid instance at Lindas (CORS and 503) are fixed and it looks stable. |
I wonder if visualize-admin/visualization-tool#1014 will fix the problem, it seems the "sometimes it works", "sometimes it doesn't" could have been caused by the datasource being saved to localhost and then reused on subsequent loads. |
Describe the bug
Cube seems ok, but not usable by Visualize
Cube checker says some elements are missing but they seem defined
Affected functionalities (all that apply)
Relevant links
Cube-Creator Project BFE_OGD104
Cube checker Project BFE_OGD104
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The cube is selected in Visualize and the user can create a graph based on it
Screenshots
Desktop (please complete the following information):
Additional context
OGD104 is not the only cube from Jana that Visualize doesn't see (OGD106, OGD101, etc.).
The text was updated successfully, but these errors were encountered: