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

Submit to Imageshack is Broken #49

Closed
brianking opened this issue Mar 22, 2012 · 13 comments
Closed

Submit to Imageshack is Broken #49

brianking opened this issue Mar 22, 2012 · 13 comments
Assignees
Labels

Comments

@brianking
Copy link
Contributor

In the screenshot window, when I submit to ImageShack I get the following:

You must provide a valid auth token or dev key. see http://code.google.com/p/imageshackapi/

Mozilla/5.0 (Windows NT 6.0; rv:13.0) Gecko/20120320 Firefox/13.0a2 ID:20120320042012

@wsmwk
Copy link

wsmwk commented Mar 22, 2012

I get

Failed to fetch data from remote URL http://paste image url here for request from img528

Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:14.0) Gecko/20120319 Firefox/14.0a1

@whimboo
Copy link
Contributor

whimboo commented Mar 22, 2012

Thanks Brian. I get the same failure here. We should fix this in 3.3.

@whimboo
Copy link
Contributor

whimboo commented May 2, 2012

Even it is broken, I think that this should wait until 3.4. It's more important to get out the compatibility changes to our user base.

@xabolcs
Copy link
Collaborator

xabolcs commented Jun 7, 2012

Hi there!

I investigated a bit into this issue while private messaging with whimboo.

In summary: ImageShack backend will be replaced, because of privacy.
After uploading with dev key, a page logins to the account bounded to the dev key registering e-mail.
A big, shared account (with exposed e-mail) is linked to the dev key, it seems.

By the way alternatives are here!

Resolving with uploadscreenshot is very simple: just implement in provider.js and use it!
Resolving with imgur is more comlex, because it doesn't redirect to the freshly uploaded picture as Imageshack did.
So in imgur case at least submitScreenshot() should be updated to handle the xml / json response correctly.

IMHO handling the upload response (read: uploading with XHR instead nsIWebNavigation) would be nice. It would have at least one benefit: the delete url could be provided to user.

Some XHR sources are on hacks.mozilla.org.

xabolcs added a commit to xabolcs/nightlytt that referenced this issue Jun 7, 2012
xabolcs added a commit to xabolcs/nightlytt that referenced this issue Jun 7, 2012
@xabolcs
Copy link
Collaborator

xabolcs commented Jun 8, 2012

imm.io:

  • API - response is available only in JSON
  • Limitations:
    • "We limit the number of uploads to 50 per hour and per IP address."
    • "They (the images) will be removed if they have not been viewed in the last 30 days."

@xabolcs
Copy link
Collaborator

xabolcs commented Jan 22, 2013

xabolcs wrote:

By the way alternatives are here!

  • imgur.com
  • uploadscreenshot.com

Not sure about proposing imgur.com as an alternative backend due the authenticating changes in their API version 3.
I filed issue #114 for a follow-up!

xabolcs added a commit to xabolcs/nightlytt that referenced this issue Jan 22, 2013
@xabolcs
Copy link
Collaborator

xabolcs commented Mar 15, 2013

xabolcs wrote:

By the way alternatives are here!

  • imgur.com
  • uploadscreenshot.com

uploadscreenshot.com is down for months.

Seeking for more backends.

@xabolcs
Copy link
Collaborator

xabolcs commented Mar 15, 2013

Will check them soon:

  • postimage.org
  • bayimg.com
  • tinypic.com

@whimboo
Copy link
Contributor

whimboo commented Mar 20, 2013

So what would be a good first replacement? Is there a page somewhere with reviews about different services? Would be good if we could replace imageshack at least with another one. Later we could add the multiple screenshot provider option if wanted.

xabolcs added a commit to xabolcs/nightlytt that referenced this issue Mar 20, 2013
xabolcs added a commit to xabolcs/nightlytt that referenced this issue Mar 20, 2013
xabolcs added a commit to xabolcs/nightlytt that referenced this issue Mar 20, 2013
@xabolcs
Copy link
Collaborator

xabolcs commented Mar 20, 2013

I googled for image hosting, and searched on Wikipedia for the same.

Postimage.org is my first replacement.
I also implemented a provider for bayimg.com (but not selected) in commit 6ee94aa.
If you want to try bayimg, you should add it first to the array.

@xabolcs
Copy link
Collaborator

xabolcs commented Feb 2, 2014

FYI.

---------- Forwarded message ----------
From: ImageShack Team noreply@imageshack.us

Date: 2014-01-30
Subject: What does the new ImageShack mean for developers?

http://imageshack.com Account Information

Dear valued developer,

Over the recent months we have made many changes and improvements to
ImageShack. We have made the site faster and much more user friendly. We
have also decided to move away from displaying ads on our pages. In return,
we now ask our customers for a very small fee to use our service. This
change will also affect our API users starting Martch 1st. Specifically,
uploads of new images into free accounts will be disabled. If you have an
app that uses ImageShack's upload API, you need to make sure your developer
key is associated with a business account https://imageshack.com/business.

To see your account status simply login and go to subscription
settingshttps://imageshack.com/my/settings/subscription.

If you have any questions please feel free to contact
ushttps://imageshack.com/contact/customer_service?option=feedback.

The ImageShack Team

Let's finalize it!

It has been a pleasure having you here. We would love for you to
stay with us.
UPGRADE
https://imageshack.com/business

We'd love to hear what we are doing right. If not, we would love to hear
about that too. So let us know what you think.
FEEDBACK
https://imageshack.com/contact/customer_service?option=feedback
https://imageshack.com/email/route?type=twitter
https://imageshack.com/email/route?type=facebook
https://imageshack.com/email/route?type=instagram
https://imageshack.com/email/route?type=blog

Unsubscribe | Update Preferences https://imageshack.com/my/settings

236 North Santa Cruz #100, Los Gatos, CA 95030
Please visit us again soon at www.ImageShack.comhttps://www.imageshack.com/
© 2013 ImageShack All rights reserved

@whimboo
Copy link
Contributor

whimboo commented Feb 3, 2014

Thanks @xabolcs. So as I read it will not change any API, right? We might have to indicate on our site that you will need a proper account starting from March 1st.

Right now I'm not sure which image sites we support, so we might have to find another one before March 1st and include it into the next version of NTT.

@whimboo whimboo modified the milestones: 3.10, 3.9 Aug 29, 2016
@whimboo whimboo modified the milestone: 3.10 May 15, 2017
@whimboo
Copy link
Contributor

whimboo commented Sep 14, 2017

This feature is gone with the rewrite of the extension, also because Firefox has it included natively now.

@whimboo whimboo closed this as completed Sep 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants