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
I started experienced this error a few weeks ago, and since, the account.update_profile_info function doesnt work anymore, i checked, twitter API did not change the endpoint of the params, so the request is perfectly executed,
While testing, i notice i could make the same request using a x-client-transaction-id in the header, but without it, it always return error 404
{"errors":[{"message":"Sorry, that page does not exist","code":34}]}
So i was wondering is there a method to bypass this x-client-transaction-id or generate it ? since it seems to be the one causing the error
I also test the headers from the library twitter-api-client to see the difference between the changing of profile banner or profile picture and the update profile infos, since all three kind of have the same request logic
And i found out the update_profile_info function have different header than update_profile_banner:
Those variables are absent from update_profile_info request :
Hi
I started experienced this error a few weeks ago, and since, the account.update_profile_info function doesnt work anymore, i checked, twitter API did not change the endpoint of the params, so the request is perfectly executed,
While testing, i notice i could make the same request using a x-client-transaction-id in the header, but without it, it always return error 404
So i was wondering is there a method to bypass this x-client-transaction-id or generate it ? since it seems to be the one causing the error
Some guy coded a
x-client-transaction-id
generator in Go, but i don't get the code :https://github.com/yeyuchen198/twitter-tid-generator
Or i guess i should reverse engineer the this javascript : https://abs.twimg.com/responsive-web/client-web/main.bfe3e92a.js which apparently take care of generating the
x-client-transaction-id
on the twitter pages.If someone have the same issues, or solutions, please comments here
The text was updated successfully, but these errors were encountered: