Imgur Screenshots Not Working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • _Fluttershy_
    92 Black Flags & Counting
    • Jul 2012
    • 536

    #1

    Imgur Screenshots Not Working

    The past few weeks, I've been trying to post screenshots to Imgur by right clicking and selecting 'Post Screenshot' but it keeps on coming up with this message. Am I the only one having this problem? If so, is there a way to fix it or is there an issue on my side that I have to rectify? If not, has anyone else experienced this and how have they can gone about it?

    Here's what happens whenever I try to screenshot



    Anyone have any suggestions on how to fix this. Thanks




  • AragakiAyase
    Waifus
    • Apr 2015
    • 961

    #2
    Re: Imgur Screenshots Not Working

    I think imgur changed their API or something. That or an R^3 update made it not work properly with imgur anymore

    pikakirby123 reincarnated





    Comment

    • PrawnSkunk
      Administrator
      FFR Simfile Author
      FFR Administrator
      • Dec 2007
      • 3907

      #3
      Re: Imgur Screenshots Not Working

      Imgur did change their API. Velocity told me flash can't support what the new API requires. If there is a chance this is possible to fix, I will let you guys know.

      Comment

      • llyair
        Wiki Staff
        • Jun 2014
        • 307

        #4
        Re: Imgur Screenshots Not Working

        Originally posted by PrawnSkunk
        flash can't support what the new API requires
        Were you testing with flash player 9? According to this, fp 9.0.115.0 blocks all authorization headers, which imgur api v3 needs, but all later fp versions allow it.
        Last edited by llyair; 11-17-2015, 12:29 AM.

        Comment

        • gold stinger
          Signature Extraordinare~~
          Event Staff
          Game Manager
          FFR Simfile Author
          FFR Music Producer
          • Jan 2007
          • 6428

          #5
          Re: Imgur Screenshots Not Working

          fp9 & up doesn't work for it either. It has to do with how the code is written for R^3 engine that allows imgur screenshots.

          I know this because Greenshot had the exactly same problem when imgur released their new API, and I highly recommend using Greenshot as a temporary fix for this until it can be fixed for the engine, just because Greenshot has so many more features outside of just screen captures that makes it really sufficing to use, such as taking a still snapshot of your screen if you are drawing borders for a screenshot.

          edit: dropping that download link, http://getgreenshot.org/downloads/
          Last edited by gold stinger; 11-17-2015, 07:48 PM.
          Originally posted by YoshL
          butts.


          - Tosh 2014






          Comment

          • Velocity
            Doing the wrong thing the right way since 2010.
            FFR Simfile Author
            FFR Administrator
            • Jul 2007
            • 1817

            #6
            Re: Imgur Screenshots Not Working

            I guess I should have made it slight more clear.

            The issue with Imgur API is moreso of the security sandbox flash uses.

            When a connection to a url is preformed, flash first checks a file called crossdomain.xml to see if flash is allowed to access pages/files across domains. For the longest time, Imgur simply used a wildcard which allowed any site to access the site. But with recent changes to the cross domain file, only connections coming from the Imgur domain itself can access pages on Imgur.

            The issue doesn't arise on local playback/testing due to local sandbox allowing connections to any site if allowed, since the file isn't being hosted from a domain. After the game is uploaded to FFR, flash does check crossdomain.xml and aborts.

            This is also why the limit is reached since I use "-1" as the default values in the Game Imgur API and you need atleast "10" credits to submit a screenshot.

            Comment

            • llyair
              Wiki Staff
              • Jun 2014
              • 307

              #7
              Re: Imgur Screenshots Not Working

              Originally posted by Velocity
              I guess I should have made it slight more clear.

              The issue with Imgur API is moreso of the security sandbox flash uses.

              When a connection to a url is preformed, flash first checks a file called crossdomain.xml to see if flash is allowed to access pages/files across domains. For the longest time, Imgur simply used a wildcard which allowed any site to access the site. But with recent changes to the cross domain file, only connections coming from the Imgur domain itself can access pages on Imgur.

              The issue doesn't arise on local playback/testing due to local sandbox allowing connections to any site if allowed, since the file isn't being hosted from a domain. After the game is uploaded to FFR, flash does check crossdomain.xml and aborts.

              This is also why the limit is reached since I use "-1" as the default values in the Game Imgur API and you need atleast "10" credits to submit a screenshot.
              Interesting, thanks for explaining! I actually saw the crossdomain issue too while randomly playing around with the released rCubed source haha, good to see a confirmation that I wasn't crazy xD

              But anyways, not to butt in, but if it helps I'm pretty sure a proxy server could be used <proxy-url>/api.imgur.com/... should change only a line or two in the source code. Use one hosted on google so it's not sketchy maybe? c:

              Comment

              Working...