You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.
$ ./bin/console browscap:update
[phpbrowscap\Exception]
Bad datetime format from http://browscap.org/version
Even worse on CI:
$ ./bin/console browscap:update --env=test
[Symfony\Component\Debug\Exception\ContextErrorException]
Warning: syntax error, unexpected '}' in Unknown on line 1
I still have this env from a while:
sullivan@6674077520e8:/code$ composer show | grep browscap
browscap/browscap-bundle dev-master 6071708 Allows you to get browser information
browscap/browscap-php 2.1.1 Standalone replacement for php's native get_browser() function
And didn't have this error before. It seems to be something wrong with browscap.org. Maybe CloudFlare rules?
Regards.
The text was updated successfully, but these errors were encountered:
@mimmi20 , browscap.org are protected by Cloudflare, that's why you get 503 (using script, just try to open via browser) @soullivaneuh are right, rules should be configured properly
On local:
Even worse on CI:
I still have this env from a while:
And didn't have this error before. It seems to be something wrong with browscap.org. Maybe CloudFlare rules?
Regards.
The text was updated successfully, but these errors were encountered: