NextScripts.com

Forum Replies Created

Viewing 15 posts - 871 through 885 (of 3,474 total)
  • Author
    Posts
  • in reply to: pinterest stopped working for 48 hours. #475184
    Sam
    Participant

      OK, thanks for the explanation.

      in reply to: pinterest stopped working for 48 hours. #475159
      NextScripts.com
      Participant

        >> error comes up almost instantly

        The error comes out as soon as your server cuts the transfer.

        Here is how it works.

        SNAP ties to make a post to Pinterest.
        1. It asks system cURL library to connect to open connection pinterest.com
        2. Then is asks system cURL library to upload your data to pinterest.com
        3. Then it waits for response from cURL that should read the reply from pinterest.com.

        For example your server has a 5 second timeout.

        Usual request.

        1. takes 0.5 sec.
        2. takes 2 sec. (2.5 sec total)
        3. takes 2 sec. (4.5 sec total)

        All good.

        Then pinterest became a little bit slower. Or connection between your server and pinterest became slower.

        1. takes 1 sec.
        2. takes 3 sec (4 sec total)
        3. takes 2 sec (Opps. Not completed… Your server cut it after 1 sec because of timeout).

        Only part of the data was read, so it resulted an error.

        [http_request_failed] => Array
        (
        [0] => transfer closed with outstanding read data remaining
        )

        in reply to: pinterest stopped working for 48 hours. #475151
        Sam
        Participant

          How do you be sure this is a server speed issue? This issue came about on a number of my websites all at the same time, and many are on completely different servers with different companies. It also does not take time for this to happen, the error comes up almost instantly. Thanks, Sam

          in reply to: pinterest stopped working for 48 hours. #474670
          NextScripts.com
          Participant

            Please see the answer in the FAQ – #5.3: https://www.nextscripts.com/support-faq/#a53

            There is nothing else could be done. Whatever we do with a script can’t make your server perform faster. Please increase the timeout or improve the connection speed between your server and pinerest.

            in reply to: pinterest stopped working for 48 hours. #474415
            Sam
            Participant

              This Pinterest issue has not been resolved meaning no posting to Pinterest for 10 days encounting. Could someone review and debug?

              in reply to: pinterest stopped working for 48 hours. #473649
              ced
              Participant

                Same before everything worked. the next day nothing worked

                in reply to: Google+ verification code #473603
                NextScripts.com
                Participant

                  Please see here: https://www.nextscripts.com/blog/google-2-step-verification-and-auto-posting/

                  in reply to: pinterest stopped working for 48 hours. #473499
                  Sam
                  Participant

                    This is still happening. On multiple websites, on different servers. It was fine before. Now it’s been like this for 6 days. It doesn’t seem to be from a slow response from Pinterest or the serve because when I click on ‘retrieve boards’ it only takes a few seconds for the error message to come up and the boards fail to retrieve:

                    WP_Error Object
                    (
                    [errors] => Array
                    (
                    [http_request_failed] => Array
                    (
                    [0] => transfer closed with outstanding read data remaining
                    )

                    )

                    [error_data] => Array
                    (
                    )

                    )
                    – ERROR -01-0

                    in reply to: Missing title and link for Linkedin group posts #473102
                    Jepoy
                    Participant

                      Hi, where can we configure the “Title Format (Groups Only):” for LinkedIn? It seems that the “New Post -” text is there by default which we don’t want and we really do not want to alter the NextScript script just for this purpose.

                      Config is not in this page -> https://………..mysiteaddress………options-general.php?page=NextScripts_SNAP.php

                      sample screenshot:
                      https://670f1e6b766cd750a096-3ca949b4ddaf1107f46910ffde5dd1d2.r26.cf2.rackcdn.com/linked-in-nextscrips-dontwant.JPG

                      pls help. tnx

                      in reply to: pinterest stopped working for 48 hours. #472905
                      NextScripts.com
                      Participant

                        Please see the answer in the FAQ – #5.3:

                        Support FAQ


                        in reply to: pinterest stopped working for 48 hours. #472866
                        Sam
                        Participant

                          Same for me. When I try to retrieve boards I get this error:

                          WP_Error Object
                          (
                          [errors] => Array
                          (
                          [http_request_failed] => Array
                          (
                          [0] => transfer closed with outstanding read data remaining
                          )

                          )

                          [error_data] => Array
                          (
                          )

                          )
                          – ERROR -01-0

                          in reply to: Google+ limits #472572
                          Tim
                          Participant

                            Thanks!

                            in reply to: Please support submit to joomla.com #472286
                            NextScripts.com
                            Participant

                              We will

                              in reply to: SNAP & WPML #472262
                              Kearsan
                              Participant

                                I think I find a way that your users probably doesn’t know. If we switch in a different language in the admin side we can see the categories related to this language in SNAP settings. This probably should say that we can select only english categories for english account, only french categories for french accounts etc…

                                I make some tests and I give you a feedback.

                                in reply to: Google+ Error???? HELP! #472125
                                NextScripts.com
                                Participant

                                  >> Number of photos in album 2000

                                  Google set a limit for the number of images you can upload to Google+. You reached that limit.

                                  Google+ limits


                                Viewing 15 posts - 871 through 885 (of 3,474 total)