-
Notifications
You must be signed in to change notification settings - Fork 101
Uncaught GuzzleHttp\Exception\ServerException: Server error #98
Comments
I solved this problem, seems so. I updated my developer account credentials application and user authToken for production. With sandbox I wasn't able to register a new sandbox user with weird error messages. I hope this will not cause any future problems. I think these tokens have a lifetime from 18 months. Maybe they were outdated. Now, seems that my projects are working again. |
I am still dissapointed after updating the developer account it has beed working only for 2 hours and then stopped again. |
|
Would be nice if someone could respond to my dilemma! Even if the request api up and running, the request ends up in this horrible error message that explains nothing. I am sorry to say: This sdk seems to be not clever programmed and scarcely maintained. I feel let completely alone.
Api explorer test tool at https://developer.ebay.com/devzone/build-test/test-tool/Default.aspx?index=0&api=finding&call=findItemsAdvanced&variation=xml&env=production says: Call Response Status: 200 OKTime: 612 ms
|
This is the var_dump of my request:
|
Hello, this is my first issue here! Thank you for reading.
For the last five months this fatal error occurs more and more, almost every day. Otherwise my homepage is working. It is really annoying, because I put a lot of work in it: https://www.schnipp-schnapp-schnappi.de/search.php
I also work on a project to create rss feeds from ebay api and therefore I'm glad to use this great sdk.
I've tried to fix this problem by updating to sdk 18.0, but nothing changed. At times when the error occurs ebay system status seems to be in "good health". The problem has brought my projects to halt. It seems that I would need some assistance.
I'll give you some more details.
$config= EPNConfig::ePNCredentials();
`class EPNConfig {
static function ePNCredentials() {
return [
'sandbox' => [
'credentials' => [
'devId' => 'xxx',
'appId' => 'xxx',
'certId' => 'xxx',
],
'authToken' => 'YOUR_SANDBOX_USER_TOKEN_APPLICATION_KEY',
'oauthUserToken' => 'YOUR_SANDBOX_OAUTH_USER_TOKEN',
'ruName' => 'xxx'
}`
In the main script:
$request = new Types\FindItemsAdvancedRequest();
$response = $service->findItemsAdvanced($request);
The text was updated successfully, but these errors were encountered: