-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Erreur EcoIndex Scraper sur certaines URLs #78
Comments
Bonjour @yvesnicol merci pour ce bug ! Je vais regarder ça ! Python 3.12 ? |
Python 3.12. |
This issue has been marked as inactive because it hasn't been updated for 30 days. If it's not updated within 7 days, it will be automatically closed. To prevent it from being closed, you can add the |
This issue has been closed because it's been inactive for 37 days. If you think this is a mistake, you can reopen it. |
Bug toujours présent. Impossible de rouvrir le ticket qui a été automatiquement cloturé. |
Bonjour @yvesnicol de mon côté, je n'ai pas de problème sur python 3.12 avec l'exemple donné... 🤔 Malheureusement, je n'ai pas windows pour tester... Je vais essayer de lancer une VM |
Bonjour Vincent, Sur un environnement de recette où notre outil est déployé dans un Kube cela semble fonctionner. Je te laisse voir s'il faut clôturer le sujet ou pas mais la librairie ne fonctionne pas correctement sur mon env de dev pour certaines urls seulement. Cordialement, |
Je vais laisser le bug ouvert pour essayer de le traiter quand je trouve le temps ! Merci |
Hello @yvesnicol à tout hasard, j'ai fait une nouvelle release du scraper... Je ne sais pas si ça corrige ce bug ? |
What happened?
La librairie fonctionne correctement pour certains sites mais j’ai malheureusement rencontré un problème avec certaines URLs.
Exception message : "'charmap' codec can't decode byte 0x9d in position 766503: character maps to "
Code test utilisé pour appliquer EcoIndex Scraper :
import asyncio
from pprint import pprint
from ecoindex.scraper import EcoindexScraper
def main():
print('')
print("ECOINDEX ANALYSIS ")
print('')
if name == "main":
main()
Project
Ecoindex Scraper
What OS do you use?
Windows
urls
https://www.orange.com/fr
https://www.businessdecision.com/fr-fr
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: