• RubyRhod
    link
    fedilink
    English
    arrow-up
    1
    ·
    30 days ago

    That didn’t work with the above edit.

    Problem is any image I paste or upload gives me; “Problem uploading image. Please try again.”

    • Farid@startrek.website
      link
      fedilink
      English
      arrow-up
      2
      ·
      29 days ago

      The only problem with your image above is that the link to is broken. If you insert an existing URL from web, it will work.

      Not sure why your uploads don’t work though.

      • RubyRhod
        link
        fedilink
        English
        arrow-up
        1
        ·
        29 days ago

        Its an existing URL. I added the exclamation as described.

        Thanks anyways. Big Fan :)

        • Farid@startrek.website
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          29 days ago

          Here’s the URL in your comment:

          https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fimgflip.com%2Fi%2F8zyq0d

          If you try to open it directly, you’ll see an error, when you should be seeing an image.

          I see a couple issues with it.
          Firstly, URL contains an image proxy. Now, I’m not sure how exactly Lemmy works and if those are necessary, but my comments don’t have those (on most clients you can use an option to see the raw comment text).
          Secondly, that imgflip URL leads to a page and not to a direct image, which causes issues. If you link the direct image URL like so:

          ![not a meme](https://i.imgflip.com/8zyq0d.jpg)

          The result is:
          not a meme


          Regarding the podcast you linked, I’m in no way associated with it, if that’s what you thought. I’m just using an account on StarTrek.website Lemmy instance because I’m a fuckin’ nerd. 🖖

          • RubyRhod
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            29 days ago

            Bro. IDK WTF and the existing link was my attempt at the suggestion, not my original link which was like…

            This

            I add an exclamation and…

            This

            • Farid@startrek.website
              link
              fedilink
              English
              arrow-up
              2
              ·
              29 days ago

              This is the link you’re using:

              https://imgflip.com/i/8zykr0

              (I also noticed that you switched to using another image 8zyq0d vs 8zykr0, so I’ll switch as well to avoid confusion)
              It’s not a direct link to an image. Use a direct link to an image:

              https://i.imgflip.com/8zykr0.jpg

              As you can see, the URLs are different:

              • i.” in front of imgflip.com
              • .jpg” at the end

              Try copy-pasting this exact line:

              ![](https://i.imgflip.com/8zykr0.jpg)

              and you should get:


              Now, IDK why your client adds the proxy, but I hope that it’s not breaking anything. We will know once you try.

              • RubyRhod
                link
                fedilink
                English
                arrow-up
                1
                ·
                edit-2
                29 days ago

                I really appreciate your time, but I don’t know technically why I’m doing this, why it works, or how to replicate it going forward. Pretty annoyed with the inability to simply paste or upload.

                • Farid@startrek.website
                  link
                  fedilink
                  English
                  arrow-up
                  2
                  ·
                  edit-2
                  28 days ago

                  No problem. If you have more questions, feel free to ask.

                  I used Sync back in Reddit days, but not on Lemmy, so IDK if that’s Sync’s fault or your instance’s*. Try another client? I’m currently using Voyager. It’s like Apollo for iOS, but free.

              • RubyRhod
                link
                fedilink
                English
                arrow-up
                1
                ·
                29 days ago

                Installed and logged in using Sync. Same issue, but says, “Could not upload image.”

                If I copy and paste it says, “Sync pasted from your clipboard.” but nothing happens.

                Bummer for sure.

    • aeharding@vger.social
      link
      fedilink
      English
      arrow-up
      2
      ·
      29 days ago

      From lemm.ee sidebar,

      Image uploads are enabled 4 weeks after account creation

      I contacted your admin (@sunaurus@lemm.ee) about an issue where the response to the image upload doesn’t have the proper CORS headers, which prevents Voyager from reading the response. Hopefully that gets resolved at some point so we can get more helpful error messages :)

      • RubyRhod
        link
        fedilink
        English
        arrow-up
        2
        ·
        29 days ago

        If I get the right link and apply the formula, looks like I can at least post online images, if not from my phone.

        Thanks again.

      • sunaurusA
        link
        fedilink
        English
        arrow-up
        1
        ·
        29 days ago

        Hey, I saw this ping, but I didn’t actually get any message from you about CORS headers. Where did you contact me?

        • aeharding@vger.social
          link
          fedilink
          English
          arrow-up
          2
          ·
          29 days ago

          Hey! Through DM, about a week ago. I’ll copy below (it’s nothing sensitive):

          Everything seems pretty great, with the only friction I’m working through is regarding user uploads.

          It looks like when using 3rd party clients (like Photon or Voyager’s PWA) and I try to upload an image that is too large to lemm.ee, lemm.ee is not properly setting the CORS header. This means that Photon/Voyager can’t see that lemm.ee is rejecting the upload due to image size. It seems to be working on lemmy.world.

          (Please note that Voyager automatically compresses images to fit within 1MB, so it may be best to test with Photon - the same problem can be observed and replicated there.)

          lemmy.world:

          lemm.ee:

          If you have time to take a look, I’d appreciate it! No rush at all.