Pinterest API stop working [closed] - pinterest

Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 5 years ago.
Improve this question
We are offering Pinterest Pin scheduling features to our customer from last 1.5 years. We are suddenly started getting error response "Something went wrong on our end. Sorry about that." from today.
I have tried the Pinterest API explorer and also getting the same error message. The strange part is, though we are getting an error message, Pin is created with a broken image. I.e. https://in.pinterest.com/pin/573434965041286865/, When we try to open Image URL directly in browser i.e. https://s-media-cache-ak0.pinimg.com/originals/d0/ad/c8/d0adc8520559848912b22f392eb339c1.jpg, it shows Access Denied error.
Is there any API changes or any other issue? We are currently passing the image as image_url parameters. We have tried sending a picture as multipart/form with image parameter too, but we are getting the same error.
here is the sample of our request.
URL: https://api.pinterest.com/v1/pins/?access_token=&fields=id%2Clink%2Cnote%2Curl
Form Data:
image_url:http://d1ttb7iswciaye.cloudfront.net/wp-content/uploads/2015/06/slide1_img.png
note:Take one step forward, and then one more. It's all possible if you keep taking a small step forward#ows #success #possible
board:573435033743083706
Also, is there any way to connect to Pinterest support? Their help form at https://developers.pinterest.com/support/contact/ is also not working.

We are getting HTTP 500 error when trying to publish via their API. Moreover, the Pins actually show up but without a image.
I did find a contact/bug report at the bottom of this page

Now the bug is resolved . My pin is created with photos .

Related

HTTP Status 404-Not Found [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
Yo, im building my first Spring Web App.
When i try to run it (On server) this is the response
TTP Status 404 – Not Found
Type Status Report
Message /HelloWorld/
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
hierarchy
web.xml
dispatcher-servlet.xml
helloworld.jsp
Controller
the page you're requesting from browser is not found, so you need to add url in below pattern:
localhost:(Port number) /project name/(request mapping at controller) /(request mapping at method)

Error 404 on photo after getting via details [duplicate]

This question already has an answer here:
Google Place Photo API returning 404
(1 answer)
Closed 5 years ago.
When making a call to https://maps.googleapis.com/maps/api/place/details/json?placeid=ChIJyWEHuEmuEmsRm9hTkapTCrk with my key, a got a correct response. It gives me photos and photo reference. But when searching for the photo, I got a 404 message. I'm doing a search on https://maps.googleapis.com/maps/api/place/photo?maxwidth=400&photoreference=CmRZAAAAaCHi7iCO7RowcwbEF5dg_QUG3lNW6fr7F_tVLIQ2cy2agD3lvWH2Bms_pvet71mxz7CZaSm3zud8sjPIxN7RrD-pbDHQ6P24yMQS2vJnDFOMHTWx2GowZoQ2GnoAFHU4EhDbUH2QDrCIVXT7JgXg-Ck9GhSlBLEcxhUM7Ewl6LP9cnh4_YYZSQ for instance (with key). The photo reference is what I got from the above search.
Anything I'm doing wrong? Or could it be a Google caching problem?
I think this is because the response is not json try removing it:
https://maps.googleapis.com/maps/api/place/photo?maxwidth=400&photoreference=CmRZAAAAaCHi7iCO7RowcwbEF5dg_QUG3lNW6fr7F_tVLIQ2cy2agD3lvWH2Bms_pvet71mxz7CZaSm3zud8sjPIxN7RrD-pbDHQ6P24yMQS2vJnDFOMHTWx2GowZoQ2GnoAFHU4EhDbUH2QDrCIVXT7JgXg-Ck9GhSlBLEcxhUM7Ewl6LP9cnh4_YYZSQ&key=yourkey
I believe there is an issue with a few of the google sources but it may be related to the placeId you are dealing with. The only difference I have noticed is that 404 are returned when hitting this server https://lh5.googleusercontent.com and photos are returned when hitting this server https://lh4.googleusercontent.com.
For example, I had success with this placeId - ChIJWTLw5D17NYgR0WSz74Ble5s

Where can I ask about jMonkey

I am creating a game with and new to jMonkey engine. Questions were raised about the jme3 during developments. But I cannot find any place to post and get answered.
these are the links I tried. http://jmonkeyengine.org/ , http://hub.jmonkeyengine.org/, http://hub.jmonkeyengine.org/wiki/doku.php/jme3:faq
But I could not find a place to post it. I sent a message to contact#monkeyengine.org, but I did not receive a reply. Can someone please tell me where to post the questions on jMonkey.
You can try the official jme3 forum where the latest postings and a form to post your question is at the bottom of the page if you log in.

Joomla Error: 0 DateTime::__construct() on failed logins and editing existing articles/modules [closed]

Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 9 years ago.
Improve this question
Yesterday, I noticed failed log in attempts on my site were throwing the user to the site error page instead of the "aww, we're sorry, your username/password is incorrect," page.
With a little investigation on my site this error happens on the backend whenever I try to edit modules or articles that already exist. I can create new module instances and articles.
Here's the error,
Error: 0 DateTime::__construct() [datetime.--construct]: Failed to parse time string (jerror) at position 0 (j): The timezone could not be found in the database
I looked around on the internet and found a handful of similar error, though more often than not it was an error 500 and not the error 0 I got. I followed their instructions anyway.
make sure files are writable. screen
make sure you have a timezone set in your php.ini
Add -> suPHP_ConfigPath /home/YOURNAME/public_html to my .htaccess
PHP 5.3.19
Apache
Joomla! 3.1.1 Stable [ Ember ] 26-April-2013 14:00 GMT
Joomla Forum Post Assistant
...a little embarrassing, my log path pointed to a folder that didn't exist.
I blindly trusted joomla when it told me my error path was writable. eff me, right?

400 error for profile image -- every other time, every time [duplicate]

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Facebook graph profile image unreliable
I am having a bizarre issue which is most likely the same as this post on the developer forum:
http://forum.developers.facebook.net/viewtopic.php?id=108447
Every other time I load the page it will issue the 400 [Bad Request] error, and every other time it will load the image successfully. This cycle is consistent.
I am directly accessing the graph URL, without any middleware e.g. https://graph.facebook.com/1063500095/picture?type=large
I am worried it is a problem on Facebook's side because this just started happening yesterday. Ideas?
For me it's a similar problem, I got round it by displaying less images then I was doing (I was trying to request 20+ images at once), now I'm only requesting say 5. Seemed to fix my problem.
You are accessing the image as you are supposed to. Log a bug with Facebook (not that you will likely get a response) for any issues.

Resources