dmwm / CRABServer

15 stars 38 forks source link

crabserver UI fails to automatically load config/PSet #6297

Open belforte opened 3 years ago

belforte commented 3 years ago

the UI prints: Couldn't load config, please try the link below. and the link works. So there is no clear reason why it should not show the file content directly. for a recent example: https://cmsweb-testbed.cern.ch/crabserver/ui/task/201216_163308%3Abelforte_crab_20201216_173300 also acccessible as https://cmsweb-test2.cern.ch/crabserver/ui/task/201216_163308%3Abelforte_crab_20201216_173300/dbver/preprod for easier debugging

Problem should be in this part of the code https://github.com/dmwm/CRABServer/blob/b3c71ea0d09e358c72b0c53e5d96fb368db130cd/src/script/task_info.js#L224-L260

belforte commented 3 years ago

By the way, the same happens for TaskWorker log which is right below previous code block still in task_info.js