Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api.update_profile_background_image returns "Sorry, that page does not exist" #1466

Closed
Dasemu opened this issue Dec 9, 2020 · 2 comments
Closed
Labels
API This is regarding Twitter's API Improvement This is regarding an improvement to an existing feature
Milestone

Comments

@Dasemu
Copy link

Dasemu commented Dec 9, 2020

Im creating a script that will change the user banner, the point is that every time it try to change the image by using api.update_profile_background_image("the/image/location.png") it returns Exception has occurred: TweepError [{'message': 'Sorry, that page does not exist', 'code': 34}]

How can i fix this?

Thanks in advance.

@Dasemu Dasemu closed this as completed Dec 11, 2020
@Dasemu
Copy link
Author

Dasemu commented Dec 11, 2020

Closed as i recenlty discovered there is the update_profile_banner option XD

Harmon758 added a commit to Harmon758/tweepy that referenced this issue Dec 19, 2020
Resolves tweepy#1466
The POST account/update_profile_background_image endpoint has been deprecated and removed, since background profile images have not been available or visible on Twitter.com since July 2015.
https://twittercommunity.com/t/upcoming-changes-to-the-developer-platform/104603
@Harmon758
Copy link
Member

The POST account/update_profile_background_image endpoint that API.update_profile_background_image used has been deprecated and removed, since background profile images have not been available or visible on Twitter.com since July 2015.
https://twittercommunity.com/t/upcoming-changes-to-the-developer-platform/104603

I've gone ahead and removed the method with 8dba191.

@Harmon758 Harmon758 added API This is regarding Twitter's API Improvement This is regarding an improvement to an existing feature labels Dec 19, 2020
@Harmon758 Harmon758 added this to the 3.10 milestone Dec 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API This is regarding Twitter's API Improvement This is regarding an improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants