inilim

Results 4 comments of inilim

Решил это добавив параметр "verify" в методе "getClient" класса "directapi\DirectApiService" `private function getClient(): Client { return new Client([ 'verify' => DEFAULT_ROOT_DIR . '/cron/other/cacert.pem', ]); }`

I came across a similar error, changing the env parameter does not help, it writes the following in the logs > Environment variable of "DEFAULT_IGNORE_HTTPS_ERRORS" is deprecated and ignored. the...

I also caught a bug. ```PHP str_decrement("99999990"); // "88888889" str_decrement("99999980"); // "88888879" str_decrement("99999970"); // "88888869" str_decrement("99999960"); // "88888859" str_decrement("99999950"); // "88888849" str_decrement("99999940"); // "88888839" str_decrement("99999930"); // "88888829" str_decrement("99999920"); // "88888819"...

I support this idea, I just have the task of downloading videos in parts of 1-2 minutes. True, right now it can be done through --beginning --ending, but a 12-hour...