cBioPortal / cbioportal

cBioPortal for Cancer Genomics
https://cbioportal.org
GNU Affero General Public License v3.0
665 stars 531 forks source link

pathology reports TCGA are broken #10541

Open inodb opened 10 months ago

inodb commented 10 months ago

see e.g. https://www.cbioportal.org/patient/pathologyReport?studyId=ucec_tcga_pub&caseId=TCGA-BK-A0CC

olzhasmukayev commented 8 months ago

Hello @inodb!

I've researched this problem and found that it can be due to Google's Document Viewer. This issue is widely known and has been discussed on Stack Overflow (https://stackoverflow.com/questions/35298724/google-docs-viewer-occasionally-failing-to-load-content-in-iframe).

image

I believe the solution to this problem is to continuously try to load the document from Google using intervals.

If this solution seems acceptable, I can attempt to fix this issue.

Thank you!