codebird-php icon indicating copy to clipboard operation
codebird-php copied to clipboard

Codebird had been working but now giving an error

Open dmfmd opened this issue 6 years ago • 2 comments

These lines of code which had been working fine until recently are now giving an error

$reply = $cb->statuses_updateWithMedia($params); $reply = $cb->statuses_update($params);

Unknown SSL protocol error in connection to api.twitter.com:443

dmfmd avatar Sep 04 '19 08:09 dmfmd

I believe that in order for you to get errors now, which were not present before, something had to change. So what changed? New version of Codebird? New version of PHP? Some editing changes to the code? What????

xx461037 avatar Sep 04 '19 14:09 xx461037

Thanks. It seems to be something to do with localhost. The code itself is still working.

dmfmd avatar Sep 05 '19 07:09 dmfmd