You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "D:\phpstudy_pro\WWW\py\postpin\01.py", line 27, in
pin_response = pinterest.upload_pin(board_id='',
File "D:\phpstudy_pro\WWW\py\postpin\venv\lib\site-packages\py3pin\Pinterest.py", line 636, in upload_pin
return self.pin(
File "D:\phpstudy_pro\WWW\py\postpin\venv\lib\site-packages\py3pin\Pinterest.py", line 627, in pin
return self.post(url=PIN_RESOURCE_CREATE, data=data)
File "D:\phpstudy_pro\WWW\py\postpin\venv\lib\site-packages\py3pin\Pinterest.py", line 178, in post
return self.request(
File "D:\phpstudy_pro\WWW\py\postpin\venv\lib\site-packages\py3pin\Pinterest.py", line 170, in request
response.raise_for_status()
File "D:\phpstudy_pro\WWW\py\postpin\venv\lib\site-packages\requests\models.py", line 943, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://www.pinterest.com/resource/ApiResource/create/
The text was updated successfully, but these errors were encountered:
`pin_response = pinterest.upload_pin(board_id='',
image_file='2.png',
description='TESTING PIN FUNCTIONALITY WITH ID FETCHING',
title='Foobar Barfood',
section_id=None,
link='')
response_data = json.loads(pin_response.content)
print(response_data)`
Traceback (most recent call last):
File "D:\phpstudy_pro\WWW\py\postpin\01.py", line 27, in
pin_response = pinterest.upload_pin(board_id='',
File "D:\phpstudy_pro\WWW\py\postpin\venv\lib\site-packages\py3pin\Pinterest.py", line 636, in upload_pin
return self.pin(
File "D:\phpstudy_pro\WWW\py\postpin\venv\lib\site-packages\py3pin\Pinterest.py", line 627, in pin
return self.post(url=PIN_RESOURCE_CREATE, data=data)
File "D:\phpstudy_pro\WWW\py\postpin\venv\lib\site-packages\py3pin\Pinterest.py", line 178, in post
return self.request(
File "D:\phpstudy_pro\WWW\py\postpin\venv\lib\site-packages\py3pin\Pinterest.py", line 170, in request
response.raise_for_status()
File "D:\phpstudy_pro\WWW\py\postpin\venv\lib\site-packages\requests\models.py", line 943, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://www.pinterest.com/resource/ApiResource/create/
The text was updated successfully, but these errors were encountered: