Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import/generate additional images from old zoom.it #89

Closed
iangilman opened this issue Oct 20, 2014 · 140 comments · Fixed by #94
Closed

Import/generate additional images from old zoom.it #89

iangilman opened this issue Oct 20, 2014 · 140 comments · Fixed by #94
Milestone

Comments

@iangilman
Copy link
Member

If the old server is still up, we can do #62. Otherwise it's a matter of hooking up our tile converter to the existing URL/ID mapping (which will probably include #60). We can do this before we hook up the database stuff necessary to support new URL/ID mappings.

This is a popular request on:

https://getsatisfaction.com/livelabs/topics/zoom_it_is_being_discontinued

@iangilman iangilman added this to the v1.1 milestone Oct 20, 2014
@iangilman
Copy link
Member Author

#90 has a list of missing images from one user.

This was referenced Oct 24, 2014
@iangilman
Copy link
Member Author

Another missing image (mentioned on the mailing list):

http://zoom.it/5eha.js

@iangilman
Copy link
Member Author

Presumably we can also find additional missing images by examining the logs.

@aseemk
Copy link
Member

aseemk commented Nov 2, 2014

Issue #62 has one queued ID from a user: http://zoom.it/JzGm

And this was a little snippet I came up with for searching our logs:

# on the server, as root, at /var/log/zoomhub
$ egrep 'GET /\w+ ' zoomhub.snapshot02.log | cut -d' ' -f11 | cut -c2- | sort | uniq -d > logs-view-ids.txt

This only gets view page IDs (not embed or API requests, and not by URL), but maybe that's good enough for now.

@iangilman
Copy link
Member Author

Agreed. Once we have the ability to generate and upload tiles, and we've taken care of the IDs we know about, then we can get more aggressive about finding additional ones.

@JaroJaro
Copy link

JaroJaro commented Nov 5, 2014

@iangilman
Copy link
Member Author

@JaroJaro thanks for the list. We're still hooking things up, but we'll include your set as soon as we can. This is a volunteer operation, so I don't have an ETA for you.

@ssoysal
Copy link

ssoysal commented Nov 5, 2014

@iangilman @aseemk So, in order for the images that are showing up "queued", we need to supply a list of URLs to you? Could you please confirm? If that's the case, I'll submit our set as well.

Thank you,

Serdar.

@iangilman
Copy link
Member Author

No, we'll get to them all, so you don't need to supply a list. If you do supply a list, however, we can prioritize them first. Either way, there is still some coding work that needs to be done before the "queued" images will be finished.

@ssoysal
Copy link

ssoysal commented Nov 6, 2014

@chamberz
Copy link

chamberz commented Dec 3, 2014

I just noticed today that (the old) zoom.it is no more. I helped a friend set up a couple of images.
http://zoom.it/fJXi works fine
http://zoom.it/hOeg gives the Queued... message

Is there anything I can do other than post here and wait? Thanks! -- mc

@4shaw
Copy link

4shaw commented Dec 5, 2014

http://zoom.it/4ViA queued... please if you can... very urgent... thank you

@iangilman
Copy link
Member Author

Thanks for letting us know! Unfortunately we've all been caught up in other responsibilities, but this is still on our radar. If you want to help with the coding, let me know! Otherwise stay tuned.

@crmackay
Copy link

I would also like to add my image to this list...it is still queued

http://zoom.it/YGKx

@waigy
Copy link

waigy commented Feb 5, 2015

I have a queued image also.

http://zoom.it/njmi

Cheers

@iangilman
Copy link
Member Author

Yes, sorry for the delay!

A few notes from @aseemk on what we need to do next:

For the key piece of converting existing images (which are already accounted for in our DB, i.e. already have IDs), I think it's mainly a matter of hooking up uploads to CloudFiles (Rackspace's S3 equivalent) here:

https://github.com/zoomhub/zoomhub/blob/master/lib/processor._coffee (or putting that logic in a new file, and adding a call to it here: https://github.com/zoomhub/zoomhub/blob/master/lib/routes._coffee#L277-L280)

Even with the new piece, for all existing "queued" content, we'd need to actually run it through this process somehow. We don't have an actual queue, so the way to do that is probably a quick script, that iterates over all those IDs, and basically calls those same worker methods as convertContent in the routes._coffee.

Here is the info on CloudFiles:

http://www.rackspace.com/cloud/files/resources/

Just mentioning this here to help the coding team coordinate.

@b-s-w
Copy link

b-s-w commented Feb 19, 2015

Hello @iangilman,

i am an old user of zoom.it and had one specific project uploaded there

http://www.bergerstadelwalsh.com/sagradafloor.html (zoom.it/iYO4.js)

it seems that the migration never occured for this project (image). We just noticed it not working a few days ago and just learned yesterday about the open sourcing of the project.

My problem is of extreme urgency because this project is used for work at my studio and we urgently need access to it! I am illiterate when it comes to complex (at least complex for myself) coding processes.

Is there anyway this can be fixed as soon as possible? Thank you very much for your help, it is immensely appreciated!

Cheers,

Pablo

@iangilman
Copy link
Member Author

@b-s-w Unfortunately I don't know when we'll have it working again. Depending on how urgent this is, you might consider recreating that page with OpenSeadragon. Feel free to email me at ian@iangilman.com for more info on that option.

Otherwise, stay tuned here for updates!

@1234PMS
Copy link

1234PMS commented Feb 20, 2015

hi!!
this is my link: http://zoom.it/hFao
For me its quite important to get the link working again...
Does somebody know an alternative to zoom.it which is working nowadays?
Thanks!

@iangilman
Copy link
Member Author

@b-s-w @1234PMS I've started a new issue for info on getting set-up with OpenSeadragon: #92

@aseemk aseemk self-assigned this Feb 22, 2015
This was referenced Feb 22, 2015
@gasi
Copy link
Member

gasi commented Feb 21, 2017

Awww, thanks, @alanhogan — this means more to me than you can imagine. I’ve been trying to carve out after-hours time to bring ZoomHub back to its old glory. It’s currently running on SQLite which means it can’t accept concurrent submissions of new URLs because the database only allows one writer at a time. I am in the process of moving to a proper PostgreSQL server which will solve that, but as it’s also an exercise in learning on how to write production Haskell code, progress is a bit slower: #131

@alanhogan: Can I ask you for a favor? Could you share what you use ZoomHub for? What do you like about it? What’s not so great and could be improved?

@alanhogan
Copy link

Hey @gasi, I use(d) ZoomHub/ZoomIt relatively infrequently, but I did so when I had very high-resolution photos where the detail was worth something and I wanted to put it online. Asking people to download a (say) 30MB image and use their system software to zoom & pan around it is kind of a non-starter, so this kind of software is inherently useful! I am not a regular-enough user to have any complaints. In my experience, it’s perfect: Upload your thing, get a URL to send to whomever. Simple.

@tquick100
Copy link

tquick100 commented Nov 10, 2017

Links that are not working from Terry_Sr on Twitter. There is a link at the bottom of each page that will bring up the picture. It cannot be zoomed though.

http://zoom.it/SqRL - full
http://zoom.it/ihJx - full
http://zoom.it/b8rT - full
http://zoom.it/uCjo - full
http://zoom.it/RoF3 - full
http://zoom.it/RoF3 - full
http://zoom.it/tW5jL - full
http://zoom.it/Cbmmz - full
http://zoom.it/ef6W - full
http://zoom.it/I0xz - full
http://zoom.it/nG9i - full
http://zoom.it/spBz - full
http://zoom.it/kwuF - full
http://zoom.it/tDR2h - full
http://zoom.it/yXqN - full
http://zoom.it/7sRv - full
http://zoom.it/cNT0 - full
http://zoom.it/ckf6 - full
http://zoom.it/3Ow8 - full
http://zoom.it/Rx0P - full
http://zoom.it/pDZge - full
http://zoom.it/EMZ9 - full
http://zoom.it/ekJ1 - full
http://zoom.it/R3WG - full
http://zoom.it/WUkA - full
http://zoom.it/LSNUr - full
http://zoom.it/xEEJ - full
http://zoom.it/1eTA - full
http://zoom.it/TODP - full
http://zoom.it/oKCz - full

@gasi
Copy link
Member

gasi commented Nov 15, 2017

@tquick100 Thanks for reporting these 😄 I am busy this week but will take a look this weekend. Please keep in mind, we can only restore the ones where the originals are still online. I just did some spot checks and noticed some are missing, e.g.:

Would you mind checking and putting the originals online for the ones where they are missing? Thanks!

/cc @iangilman

@tquick100
Copy link

tquick100 commented Nov 15, 2017 via email

@gasi
Copy link
Member

gasi commented Dec 4, 2017

@tquick100 Thanks for the updates. Unfortunately, the current system can’t process old files. We plan to restore the service for the long-term though. I’ll update this issue when it’s ready. Thanks for being one of our supporters 🙇

@abrlam
Copy link

abrlam commented Dec 6, 2017

@tquick100, another website you could use in the meantime is zoomo.ca zoomable.ca. Check it out and see if it suits you.

@gasi
Copy link
Member

gasi commented Dec 6, 2017

@abrlam Awesome — thanks for sharing! Looks like you made significant progress on your website — kudos 😄

@abrlam
Copy link

abrlam commented Dec 12, 2017

@gasi Thank you! Hopefully I could tweak it further to have API support. I’ll put that in my 2018 todo list. How are you and others doing?

@gasi
Copy link
Member

gasi commented Jan 8, 2018

@abrlam Doing well, thanks! Happy New Year! Hope to get back to ZoomHub development sometime this year.

@jckahn
Copy link

jckahn commented Jun 17, 2018

Can you help me process http://zoom.it/YDyn? Thanks!

@gasi
Copy link
Member

gasi commented Jun 18, 2018

@jckahn I will try. Can you first restore the image under http://www.jckahn.com/wp-content/uploads/2013/02/Poster6.png (currently redirects to HTML page: http://www.jckahn.com/2013/02/06/measuring-community/). Or please provide me with a new URL for the image.

@neropatti
Copy link

http://zoom.it/td8H is queued

@gasi
Copy link
Member

gasi commented Nov 5, 2019

@neropatti Thanks for letting us know. We’re currently not converting images, but once we start again, can you please make sure the original URL is available? http://doxecure.com/Personal/Untitled2352.jpg

@Antuanium
Copy link

Hi, I'm the webmaster of www.vapor3d.punchinout.net. I need you to run these two zooms from the old site:
http://zoom.it/TLQr
http://zoom.it/GYB3

They are two historical maps of railroad lines, and the .jpg they point to seems to be on the server. Thank you!

@gasi
Copy link
Member

gasi commented Mar 9, 2020

@Antuanium Thanks for reporting these. We are currently doing a migration of our servers and cannot update any images, but when it’s complete, we’ll make sure yours are prioritized.

@abrlam
Copy link

abrlam commented Mar 10, 2020

@Antuanium You could use zoomable.ca in the meantime. For example, here are your maps:
https://srv2.zoomable.ca/viewer.php?i=img0418be3e69743bed_mapa1855
https://srv2.zoomable.ca/viewer.php?i=img1af114532c883be6_mapa1867

@pacolara
Copy link

pacolara commented Apr 6, 2021

http://zoom.it/hW2X.js is queued

@zglinka
Copy link

zglinka commented Sep 4, 2021

Please, restore:
http://zoom.it/M16t.js

@gasi
Copy link
Member

gasi commented Sep 6, 2021

@pacolara Could you please restore the original file at http://www.adsur.es/contenidos/mapas/ign2.gif?
@zglinka Could you please restore the original file at http://www.par.annapiaseczno.pl/pliki/mapa_cmentarza.jpg?

@pacolara
Copy link

pacolara commented Sep 7, 2021

@gasi gasi pinned this issue Nov 11, 2021
@gasi gasi unassigned aseemk Dec 9, 2021
@gasi
Copy link
Member

gasi commented Jan 20, 2022

Update: ZoomHub now accepts new submissions. If you have your original content, I recommend trying to upload it again at https://zoomhub.net/ and update your links/embeds with the new ID.

Let me know if you have any questions.

@hellbowe
Copy link

https://zoom.it/C6GC

@cowwzy
Copy link

cowwzy commented Mar 18, 2023

https://zoom.it/Avbb

@Akossimon
Copy link

i got this instructions here when it was freezing :

https://zoomhub.net/MVXbL

Screenshot 2023-09-24 at 04 18 43

@gasi
Copy link
Member

gasi commented Nov 27, 2023

@Akossimon As discussed over email, the file for https://zoomhub.net/MVXbL is currently bigger than what ZoomHub can handle:

wbuffer_write: write failed
unix error: No space left on device

@gasi
Copy link
Member

gasi commented Apr 1, 2024

@pacolara This one is back: https://zoomhub.net/hW2X

@gasi
Copy link
Member

gasi commented Apr 1, 2024

@cowwzy This one is back: https://zoom.it/Avbb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.