Hi,
I’m dealing with an extremely strange error here. I just finished part of my app and it worked correctly. Now, re-testing and I’m getting this error every time I perform certain list operations on certain browsers.
Fatal error: Uncaught Twitter Response: [34] Sorry, that page does not exist. (TwitterOAuth\Exception\TwitterException) thrown in /****/Auth/AuthAbstract.php on line 254
I’m using this wrapper https://github.com/ricardoper/TwitterOAuth and I doubt this is the wrapper’s fault as all other operations are carried out successfully using the same wrapper.
The worst part of it is that it seems to work on some browsers. I’ve tried on 3 different PCs and a Blackberry.
It works perfectly on the Blackberry and it works on the PC3 using Chrome.
PC1, PC2 - I’m getting the error using either Firefox or Chrome. PC3 - getting error only on Firefox.
Each device is on a different ISP but I can’t imagine how it could be anything to do with the ISP.
This is probably something to do with how each browser interprets the API call.
Anybody has a clue on how to even begin to test and solve this issue?
Thanks.