We are trying to run a cohort characterization analysis. Though the execution is successful, when we try to view the results, it keeps loading forever. This is similar to this post but a different error message
I canât tell, but there does seem to be a problem with the concept name when it is embedded into the HTML as a tooltip. Can you identify the full concept name or concept ID that has the title that looks like ALLEVYN DRESSING 4?
I mean something in the concept name is causing some HTML error. Do you see the part in your screenshot where it says âinvalid tokenâ? And then it shows the value of the toltip bindingâŚsomething in the HTML is malformed. You could use the chrome DOM inspector to see what the actual HTML element is.
But, looking at your search results, it looks like there are concept names with quotes in them., so looksl ike the problem could be the " in things like" ALLEVYN DRESSING 4"X4".
Looks like the fix for this was applied to the 2.8 branch, but possibly not applied back to a hotfix branch: https://github.com/OHDSI/Atlas/pull/2058/files. You can either wait for the 2.8 release to fix this, or the hotfix maintainers can look into making a hotfix release for this.
Thanks for your response @Chris_Knoll . Unfortunately am not a developer/donât have expertise with javascript, Html, etc, so can I seek your help with the below?
When you mean âhotfix maintainersâ, should I reach out to anyone in the OHDSI community or should I find help from someone at our side who can address/resolve this specific issue? Should we just make changes to our Atlas prevalencestatconverter.js, conceptset.js and commonutil.js files as shown in this link and restart our ATLAS/WebAPI etc?
from a non developer perspective, do you think just removing the double quotes from my concept names can also help in fixing the issue?
If you can make those small edits in the Atlas javascript files, then thatâs the simplest approach. You wonât need to restart WebAPI, just refresh your browser. I donât recommend making any edits to the vocabulary.
We are facing similar issues in viewing both characterisation and cohort pathway results. While the execution is successful, the counts returned are â0â, as shown below:
I work with Hui Xing who has a follow up question on this topic. We would be most grateful if you had some advice for us with regards to the errors we are seeing please.
Iâm sorry, but I canât tell from your errors. I know this is unrelated, but why are you getting a 500 response when going to: /WebAPI/notifications?
Iâm not too sure about the 500 Error response, however, it seems to appear no matter which page of our local Atlas we open, and is always referring to this webpage: http://localhost:8080/WebAPI/notifications
Typical error messages we encounter when opening an atlas webpage (or clicking refresh):
Currently the version that weâve installed is Atlas v2.7.0 and webapi 2.7.0 - could this be something in previous versions of Atlas and will it help if we installed a later version? Sorry that we are not too sure how to debug or interpret the message as we do not have experience with http.
Going back to the characterisation and cohort pathways result, one thing is that while the cohort definitions tables are populated after running the execution, the concept sets are empty. Is this expected?
Previously we also had issues creating concept sets which we are still not able to resolve (see here), so I am not too sure if this could be related and it might help in the debugging of this issue. Any ideas?