vostpt / bot

Source code of VOSTPTia - @vostpt's official bot
https://vostpt.github.io/bot/
MIT License
12 stars 4 forks source link

[BOT-X] Revert DGS report scraper #155

Closed miguelcarreiro closed 4 years ago

miguelcarreiro commented 4 years ago

Description

This pull request addresses an issue which caused an error in scraping DGS reports webpage.

Task items:

tiagojpdias commented 4 years ago

Sorry about this. Didn't work as expected? Truly curious.

miguelcarreiro commented 4 years ago

No, because when I changed this function, cheerio was unable to scrap the webpage, and Sequelize showed an error saying that cannot insert 'undefined' values. When I reverted back, the error disappeared and cheerio was able to scrap webpage again.

tiagojpdias commented 4 years ago

Weird since cheerio supports .map() and it should behave as expected.