racacax / XML-TV-Fr

53 stars 29 forks source link

php error #15

Closed myB0B closed 2 years ago

myB0B commented 2 years ago

2 nouveaux bugs pour la version 2.1.0 avec un cache vide (fresh install)

php warning pour de multiples chaines :

[EPG GRAB] DiscoveryFamily.fr (52/265) : 2022-01-19PHP Warning: unlink(var/cache/DiscoveryFamily.fr_2022-01-19.xml): No such file or directory in /home/admin/xmltv/src/Component/CacheFile.php on line 44 | OK - SFR

et surtout php error pour certaines :

[EPG GRAB] CanalPlusFormula1.fr (34/267) : 2022-01-22PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function racacax\XmlTv\ValueObject\DummyChannel::__construct(), 2 passed in /home/admin/xmltv/src/Component/Generator.php on line 137 and exactly 4 expected in /home/admin/xmltv/src/ValueObject/DummyChannel.php:9 Stack trace:

0 /home/admin/xmltv/src/Component/Generator.php(137): racacax\XmlTv\ValueObject\DummyChannel->__construct()

1 /home/admin/xmltv/example/script_all.php(24): racacax\XmlTv\Component\Generator->generateEpg()

2 {main}

thrown in /home/admin/xmltv/src/ValueObject/DummyChannel.php on line 9

Benoit382 commented 2 years ago

Je regarde.

myB0B commented 2 years ago

Ca ne corrige pas le problème suivant si la chaine n'est pas en cache pour la date du jour :

[EPG GRAB] VH1.fr (165/266) : 2022-01-22PHP Warning: unlink(var/cache/VH1.fr_2022-01-22.xml): No such file or directory in /home/admin/web/srv.fcinc.fr/public_html/xmltv/src/Component/CacheFile.php on line 44

Benoit382 commented 2 years ago

@racacax a corrigé le warning. Par contre, le DummyChannel attend sa validation.

Benoit382 commented 2 years ago

Cette issues est terminée pour moi.