0% found this document useful (0 votes)
119 views2 pages

Scraper Output

The document describes a scraping process that is fetching data from a database. An error occurs where the maximum number of prepared statements has been reached in the database, preventing further statements from being created. This error is logged multiple times as the scraping process continues to try fetching data from the database.

Uploaded by

Elvis Dzebo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
119 views2 pages

Scraper Output

The document describes a scraping process that is fetching data from a database. An error occurs where the maximum number of prepared statements has been reached in the database, preventing further statements from being created. This error is logged multiple times as the scraping process continues to try fetching data from the database.

Uploaded by

Elvis Dzebo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Opening browser...

Fetch data from db


100
100
Set in processing...
Opening browser...
Fetch data from db
100
100
Set in processing...
Opening browser...
Fetch data from db
Error: Can't create more than max_prepared_stmt_count statements (current value:
16382)
at PromiseConnection.execute (/root/node_modules/mysql2/promise.js:105:22)
at getAddressFromDatabase (/root/scraper/index.js:248:36)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async /root/scraper/index.js:30:21 {
message: "Can't create more than max_prepared_stmt_count statements (current
value: 16382)",
code: 'ER_MAX_PREPARED_STMT_COUNT_REACHED',
errno: 1461,
sqlState: '42000',
sqlMessage: "Can't create more than max_prepared_stmt_count statements (current
value: 16382)"
}
Opening browser...
Fetch data from db
100
100
Set in processing...
Opening browser...
Fetch data from db
Error: Can't create more than max_prepared_stmt_count statements (current value:
16382)
at PromiseConnection.execute (/root/node_modules/mysql2/promise.js:105:22)
at getAddressFromDatabase (/root/scraper/index.js:248:36)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async /root/scraper/index.js:30:21 {
message: "Can't create more than max_prepared_stmt_count statements (current
value: 16382)",
code: 'ER_MAX_PREPARED_STMT_COUNT_REACHED',
errno: 1461,
sqlState: '42000',
sqlMessage: "Can't create more than max_prepared_stmt_count statements (current
value: 16382)"
}
Opening browser...
Fetch data from db
100
100
Set in processing...
Opening browser...
Fetch data from db
Error: Can't create more than max_prepared_stmt_count statements (current value:
16382)
at PromiseConnection.execute (/root/node_modules/mysql2/promise.js:105:22)
at getAddressFromDatabase (/root/scraper/index.js:248:36)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async /root/scraper/index.js:30:21 {
message: "Can't create more than max_prepared_stmt_count statements (current
value: 16382)",
code: 'ER_MAX_PREPARED_STMT_COUNT_REACHED',
errno: 1461,
sqlState: '42000',
sqlMessage: "Can't create more than max_prepared_stmt_count statements (current
value: 16382)"
}
Opening browser...
Fetch data from db
100
100
Set in processing...
Opening browser...
Fetch data from db
Error: Can't create more than max_prepared_stmt_count statements (current value:
16382)
at PromiseConnection.execute (/root/node_modules/mysql2/promise.js:105:22)
at getAddressFromDatabase (/root/scraper/index.js:248:36)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async /root/scraper/index.js:30:21 {
message: "Can't create more than max_prepared_stmt_count statements (current
value: 16382)",
code: 'ER_MAX_PREPARED_STMT_COUNT_REACHED',
errno: 1461,
sqlState: '42000',
sqlMessage: "Can't create more than max_prepared_stmt_count statements (current
value: 16382)"
}
Opening browser...
Fetch data from db
100
100
Set in processing...

You might also like