The image is missing from the view (i.e. the div with the media viewer frame is missing).
Any ideas? Is there a setting we are missing?
Thank you, Jennie
Jim Safley
unread,
Jun 23, 2014, 10:26:48 PM6/23/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scrip...@googlegroups.com
It appears that Zoom.it is returning an error and Scripto isn't
capturing it. I suspect that the error is "We cannot process your URL
at this time. Please wait a few moments before trying again."
Unfortunately Zoom.it has increasingly spotty service, and it's beyond
Scripto's control. [1]
If you're feeling adventurous, in your plugin code, find these two
lines [2] and change them to:
$media_viewer = $response->get_error_message();
This way you may be able to see the resulting "503: Service
Unavailable" error, which doesn't really help you.
The Scripto plugin for Omeka has an image viewer using OpenLayers
which works fine, but the WordPress plugin is limited to Zoom.it.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scrip...@googlegroups.com
Dear Jim, Thanks for the info. I went over to Zoom.it and did some curls on a variety of different images. Every one returned a 503. I did some digging on their support forums and apparently Zoom.it hasn't been rendering any new images for several months (although if you had images previously, those will still work),
Seems that ZoomHub is a possible alternative: https://github.com/zoomhub/zoomhub. But it does not appear to have a finalized API. So... maybe out of luck?
Jennie
Jim Safley
unread,
Jun 24, 2014, 12:08:50 PM6/24/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scrip...@googlegroups.com
> So... maybe out of luck?
It appears so. An alternative would be to modify
Scripto_Controller::get_media_viewer() to render the image directly
instead of relying on an image viewer or tiling service. You'd lose
the user-friendly zoom and pan features, but a target="_blank" on the
image would open up the JPG in a new tab, allowing users to use their
browser to navigate the image.
On Tue, Jun 24, 2014 at 11:53 AM, Jennie Levine Knies