pr4gmat1q

Results 4 comments of pr4gmat1q

Laravel 8.52.0 Problem ``` Problem 1 - Root composer.json requires irazasyed/telegram-bot-sdk ^3.4.1 -> satisfiable by irazasyed/telegram-bot-sdk[v3.4.1]. - irazasyed/telegram-bot-sdk v3.4.1 requires guzzlehttp/psr7 ^1.3 -> found guzzlehttp/psr7[1.3.0, ..., 1.x-dev] but the package...

After about how much to wait for a fix? Connection problem is very important. Thank.

@ettoreleandrotognoli my Workaround: client.py class AutoReconnect ``` def try_reconnect(self): try: f = self._login(*self._login_args[0], **self._login_args[1]) response = f.response if response is not None and not response.is_error(): self.on_reconnect(self._ami_client, response) return True except...

> @ettoreleandrotognoli > my Workaround: > client.py > class AutoReconnect > > ``` > def try_reconnect(self): > try: > f = self._login(*self._login_args[0], **self._login_args[1]) > response = f.response > if response...