Universal Viewer Login Issue?

have just upgraded to the latest versions of Omeka Classic and Universal Viewer.

When UV tries to display an image, this is what the UV window looks like:


Screen Shot 2018-12-23 at 12.49.43 PM.png2702x1226 148 KB

When I click the accompanying OK button, the viewer window does not show the image of the item.

Based on my examination of the UV code, this seems to have to do with a failure in UV here:

Blockquote
$.subscribe(BaseEvents.LOGIN_FAILED, () => {
this.fire(BaseEvents.LOGIN_FAILED);
this.showMessage(this.data.config.content.authorisationFailedMessage);
});
Blockquote

in the modules/uv-shared-module/BaseExtension.ts file.

This problem seems to come and go - things were working for a while yesterday when I changed the image display setting in UV to Command line ImageMagick, but the issue has returned.

Example:
http://www.weehawkenhistory.us/timemachine_new/item/WH00065

Any ideas on how to solve this would be appreciated.

Al

1 Like

This topic was automatically closed after 250 days. New replies are no longer allowed.