The problem is on `profileScraperTemplate.js` where ```js about: { selector: '.pv-about-section', fields: { text: 'p' } } ``` was changed to ```js about: { selector: '#about + .pvs-header__container + .display-flex', fields: { text: 'span' } } ```