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
Estando com o ambiente PHP 7, clonei o repositório no diretório padrão do Apache, executei composer install e ao acessar no browser http://localhost/cpf-gratis/example
Leva um tempo para acessar e exibe
Fatal error: Uncaught InvalidArgumentException: The current node list is empty. in C:\xampp\htdocs\cpf-gratis\vendor\symfony\dom-crawler\Crawler.php:519 Stack trace: #0 C:\xampp\htdocs\cpf-gratis\src\CpfGratis.php(35): Symfony\Component\DomCrawler\Crawler->attr('data-clienteid') #1 C:\xampp\htdocs\cpf-gratis\example\index.php(14): JansenFelipe\CpfGratis\CpfGratis::getParams() #2 {main} thrown in C:\xampp\htdocs\cpf-gratis\vendor\symfony\dom-crawler\Crawler.php on line 519
Alguém teve o mesmo erro ? Como fez para solucionar ?
The text was updated successfully, but these errors were encountered:
@santiagomarcos testei no SO Windows e Linux, ambos apresentaram o mesmo erro.
Provavelmente deve ter sido alguma alteração da Receita Federal que o captcha para consulta CPF trocou-se para recaptcha.
Se alguém conseguir solucionar esse erro, favor poste a solução em detalhes.
Estando com o ambiente PHP 7, clonei o repositório no diretório padrão do Apache, executei
composer install
e ao acessar no browser http://localhost/cpf-gratis/exampleLeva um tempo para acessar e exibe
Fatal error: Uncaught InvalidArgumentException: The current node list is empty. in C:\xampp\htdocs\cpf-gratis\vendor\symfony\dom-crawler\Crawler.php:519 Stack trace: #0 C:\xampp\htdocs\cpf-gratis\src\CpfGratis.php(35): Symfony\Component\DomCrawler\Crawler->attr('data-clienteid') #1 C:\xampp\htdocs\cpf-gratis\example\index.php(14): JansenFelipe\CpfGratis\CpfGratis::getParams() #2 {main} thrown in C:\xampp\htdocs\cpf-gratis\vendor\symfony\dom-crawler\Crawler.php on line 519
Alguém teve o mesmo erro ? Como fez para solucionar ?
The text was updated successfully, but these errors were encountered: