-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
When running,
scraper.scrapeReport(username, password)
.then(({ data, raw }) => {
//console.log(data) // array of reports
console.log(raw) // fetched html before parsing
});
This error occurs:
(node:7867) UnhandledPromiseRejectionWarning: Error: stuGradesGrid not found
at module.exports (/home/alex/Documents/Programming/IA Ideas/node_modules/skyward-rest/src/reportcard/condense.js:28:39)
at Object.getData (/home/alex/Documents/Programming/IA Ideas/node_modules/skyward-rest/src/reportcard/index.js:13:19)
at authenticate.then.then.response (/home/alex/Documents/Programming/IA Ideas/node_modules/skyward-rest/index.js:13:26)
at process._tickCallback (internal/process/next_tick.js:68:7)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels