galaxyproject / galaxy

Data intensive science for everyone.
https://galaxyproject.org
Other
1.42k stars 1.01k forks source link

Can't install tool from the Testtoolshed #7361

Closed lecorguille closed 5 years ago

lecorguille commented 5 years ago

Hi,

I have some trouble to reach the testtoolshed from the admin panel.

Galaxy version : dev

Log in the Web Console

initQueue.js:20 Uncaught DOMException: Blocked a frame with origin "https://testtoolshed.g2.bx.psu.edu" from accessing a cross-origin frame.
    at Object.<anonymous> (https://testtoolshed.g2.bx.psu.edu/static/scripts/bundled/libs.chunk.js?v=1550144461:60:376201)
    at a (https://testtoolshed.g2.bx.psu.edu/static/scripts/bundled/generic.bundled.js?v=1550144461:1:518)
    at Module.<anonymous> (https://testtoolshed.g2.bx.psu.edu/static/scripts/bundled/libs.chunk.js?v=1550144461:747:492839)
    at a (https://testtoolshed.g2.bx.psu.edu/static/scripts/bundled/generic.bundled.js?v=1550144461:1:518)
    at Object.<anonymous> (https://testtoolshed.g2.bx.psu.edu/static/scripts/bundled/libs.chunk.js?v=1550144461:1:22780)
    at Object.<anonymous> (https://testtoolshed.g2.bx.psu.edu/static/scripts/bundled/libs.chunk.js?v=1550144461:1:22789)
    at a (https://testtoolshed.g2.bx.psu.edu/static/scripts/bundled/generic.bundled.js?v=1550144461:1:518)
    at Object.<anonymous> (https://testtoolshed.g2.bx.psu.edu/static/scripts/bundled/libs.chunk.js?v=1550144461:1:22906)
    at a (https://testtoolshed.g2.bx.psu.edu/static/scripts/bundled/generic.bundled.js?v=1550144461:1:518)
    at Module.<anonymous> (https://testtoolshed.g2.bx.psu.edu/static/scripts/bundled/libs.chunk.js?v=1550144461:747:124053)
(anonymous) @ initQueue.js:20
a @ bootstrap:78
(anonymous) @ defaultConfigs.js:9
a @ bootstrap:78
(anonymous) @ loadConfig.js:1
(anonymous) @ loadConfig.js:1
a @ bootstrap:78
(anonymous) @ loadConfig.js:1
a @ bootstrap:78
(anonymous) @ DataManagerJob.vue?675b:1
a @ bootstrap:78
(anonymous) @ bundleEntries.js:1
(anonymous) @ bundleEntries.js:1
a @ bootstrap:78
905 @ handsontable.full.css:1
a @ bootstrap:78
e @ bootstrap:45
(anonymous) @ bootstrap:151
(anonymous) @ bootstrap:151
browse_valid_categories?galaxy_url=https%3A%2F%2Fgalaxydev.workflow4metabolomics.org%2F:70 Uncaught ReferenceError: config is not defined
    at browse_valid_categories?galaxy_url=https%3A%2F%2Fgalaxydev.workflow4metabolomics.org%2F:70
(anonymous) @ browse_valid_categories?galaxy_url=https%3A%2F%2Fgalaxydev.workflow4metabolomics.org%2F:70
browse_valid_categories?galaxy_url=https%3A%2F%2Fgalaxydev.workflow4metabolomics.org%2F:99 Uncaught ReferenceError: config is not defined
    at browse_valid_categories?galaxy_url=https%3A%2F%2Fgalaxydev.workflow4metabolomics.org%2F:99

Sorry if it's duplicate somewhere.

dannon commented 5 years ago

Hi! This should be fixed with #7338, which I can verify is deployed.

nsoranzo commented 5 years ago

The actual PR fixing it is https://github.com/galaxyproject/galaxy/pull/7338 , but indeed it seems very similar to issue #7335.

dannon commented 5 years ago

@nsoranzo Yeah, I had updated the comment. Autocomplete found the issue not the PR :)

lecorguille commented 5 years ago

Hum ... I'm up-to-date

If I use the Install new tools (Beta), I can get the revision of the suite I want but nothing append after that and can't get any log neither in Galaxy log not in within the web console

dannon commented 5 years ago

@lecorguille It's the actual deployed version of the client code on the test toolshed that needs to be updated -- not your end. We're checking into it now.

martenson commented 5 years ago

With the latest client rebuild this now works well for me, could you please test @lecorguille ?

lecorguille commented 5 years ago

👍 Thanks a lot

dannon commented 5 years ago

Great! So the problem was just that we hadn't deployed the fix yet, closing this out now.