Forum Replies Created
- AuthorPosts
Sam
ParticipantOK, thanks for the explanation.
>> 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
)
Sam
ParticipantHow 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
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.
Sam
ParticipantThis Pinterest issue has not been resolved meaning no posting to Pinterest for 10 days encounting. Could someone review and debug?
ced
ParticipantSame before everything worked. the next day nothing worked
Sam
ParticipantThis 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
Jepoy
ParticipantHi, 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.JPGpls help. tnx
Sam
ParticipantSame 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
Tim
ParticipantThanks!
We will
Kearsan
ParticipantI 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.
>> Number of photos in album 2000
Google set a limit for the number of images you can upload to Google+. You reached that limit.
- AuthorPosts
