Thanks man, but it didn’t solved the issue in my case.
In the same script, this line list($token) = sscanf($auth, 'Basic %s');
I try using Bearer or Basic but does not matter, just the error change.
Try comment the line as you said, still the same error.
Fatal error: Uncaught exception 'Automattic\WooCommerce\HttpClient\HttpClientException' with message 'Error: Wrong number of segments [jwt_auth_invalid_token]' in ..
It’s supposed to work smoothly after updates, I have a production system and can not afford downtime due to bad behaviour of wordpress plugins.
The funny thing is, the guy who wrote this plugin, doesn’t seem to test it before release.