I keep getting someone else's avatar when uploading a new avatar.
If I attempt to upload a new profile image, I get someone else's image.
I use the following (as this has allowed me, in the past, to upload animated gif files).
while curl -u user:pass --header "Expect: " -F image="@/path/to/image.gif" \
https://twitter.com/account/update_pr... |grep Error ;
do
sleep 1;
done
The above usually works within about 5 iterations setting my avatar yo the animated gif specified. This no longer works, and I get someone else's Image instead.
I use the following (as this has allowed me, in the past, to upload animated gif files).
while curl -u user:pass --header "Expect: " -F image="@/path/to/image.gif" \
https://twitter.com/account/update_pr... |grep Error ;
do
sleep 1;
done
The above usually works within about 5 iterations setting my avatar yo the animated gif specified. This no longer works, and I get someone else's Image instead.
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
Loading Profile...


