Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Please migrate to API v1.1 #183

Open
Lopezito opened this issue Jul 25, 2013 · 3 comments
Open

Please migrate to API v1.1 #183

Lopezito opened this issue Jul 25, 2013 · 3 comments

Comments

@Lopezito
Copy link

Fatal error: Uncaught exception 'EpiTwitterException' in EpiTwitter.php:279 Stack trace: #0 EpiTwitter.php(226): EpiTwitterException::raise(Object(EpiCurlManager), false) #1 EpiTwitter.php(127): EpiTwitterJson->__get('response') #2 EpiTwitter.php(39): EpiTwitter->request('GET', '/account/verify...', NULL) #3 header.php(18): EpiTwitter->get('/account/verify...') #4 config.php(13): include('/home/...') #5 index.php(2): get_header() #6 index.php(4): require_once('/home/...') #7 {main} thrown in EpiTwitter.php on line 279

@yireo
Copy link

yireo commented Jul 25, 2013

This seems not an error in the API itself, but an error in your code usage. Make sure to wrap your calls in a try / catch statement.

@Lopezito
Copy link
Author

How?

@yireo
Copy link

yireo commented Jul 25, 2013

Like mentioned in the PHP-manual: http://php.net/manual/en/language.exceptions.php If you are not the developer of the code, that again implements the library here, make sure to refer that developer to this procedure. There is nothing wrong (yet) with the library of twitter-async (this project). There is something wrong with the code that implements it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant