GuzzleHttp\Exception\ServerException

Server error: `POST http://39.98.50.109:8888` resulted in a `500 Internal Server Error` response:
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt (truncated...)

/alidata/www/mediby2/app/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php(113)

103             $response->getStatusCode(),
104             $response->getReasonPhrase()
105         );
106 
107         $summary = static::getResponseBodySummary($response);
108 
109         if ($summary !== null) {
110             $message .= ":\n{$summary}\n";
111         }
112 
113         return new $className($message, $request, $response, $previous, $ctx);
114     }
115 
116     /**
117      * Get a short summary of the response
118      *
119      * Will return `null` if the response is not printable.
120      *
121      * @param ResponseInterface $response
122      *
123      * @return string|null

Stack Trace

#0
+
 /alidata/www/mediby2/app/vendor/guzzlehttp/guzzle/src/Middleware.php(66): GuzzleHttp\Exception\RequestException::create(GuzzleHttp\Psr7\Request, GuzzleHttp\Psr7\Response)
61                     function (ResponseInterface $response) use ($request, $handler) {
62                         $code = $response->getStatusCode();
63                         if ($code < 400) {
64                             return $response;
65                         }
66                         throw RequestException::create($request, $response);
67                     }
68                 );
69             };
70         };
71     }
#1
+
 /alidata/www/mediby2/app/vendor/guzzlehttp/promises/src/Promise.php(203): GuzzleHttp\Middleware::GuzzleHttp\{closure}(GuzzleHttp\Psr7\Response)
198             return;
199         }
200 
201         try {
202             if (isset($handler[$index])) {
203                 $promise->resolve($handler[$index]($value));
204             } elseif ($index === 1) {
205                 // Forward resolution values as-is.
206                 $promise->resolve($value);
207             } else {
208                 // Forward rejections down the chain.
#2
+
 /alidata/www/mediby2/app/vendor/guzzlehttp/promises/src/Promise.php(156): GuzzleHttp\Promise\Promise::callHandler(1, GuzzleHttp\Psr7\Response, array(GuzzleHttp\Promise\Promise, Closure, null))
151         if (!method_exists($value, 'then')) {
152             $id = $state === self::FULFILLED ? 1 : 2;
153             // It's a success, so resolve the handlers in the queue.
154             queue()->add(static function () use ($id, $value, $handlers) {
155                 foreach ($handlers as $handler) {
156                     self::callHandler($id, $value, $handler);
157                 }
158             });
159         } elseif ($value instanceof Promise
160             && $value->getState() === self::PENDING
161         ) {
2024-03-19 10:09:02 nginx/1.12.2 Yii Framework/1.1.16