1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/webfunnyMonitor-webfunny_monitor

 / Детали:

npm run prd выдает ошибку

Предстоит сделать
Владелец
Создано  
24.04.2025

0|webfunny | Сервис успешно запущен
. . . . . .
0|webfunny | 2021-03-10 16:55:16 Разработка требует поддержки. Поддержите наш проект, поставив звездочку на GitHub https://github.com/a597873885/webfunny_monitor
0|webfunny | { SequelizeDatabaseError: Таблица 'webfunny_db.CustomerPV20210310' не существует
0|webfunny | at Query.formatError (/home/webfunny_monitor/node_modules/sequelize/lib/dialects/mysql/query.js:244:16)
0|webfunny | at Query.handler [as onResult] (/home/webfunny_monitor/node_modules/sequelize/lib/dialects/mysql/query.js:51:23)
0|webfunny | at Query.execute (/home/webfunny_monitor/node_modules/mysql2/lib/commands/command.js:30:14)
0|webfunny | at Connection.handlePacket (/home/webfunny_monitor/node_modules/mysql2/lib/connection.js:417:32)
0|webfunny | at PacketParser.Connection.packetParser.p [as onPacket] (/home/webfunny_monitor/node_modules/mysql2/lib/connection.js:75:12)
0|webfunny | at PacketParser.executeStart (/home/webfunny_monitor/node_modules/mysql2/lib/packet_parser.js:75:16)
0|webfunny | at Socket.Connection.stream.on.data (/home/webfunny_monitor/node_modules/mysql2/lib/connection.js:82:25)
0|webfunny | at Socket.emit (events.js:198:13)
0|webfunny | at addChunk (_stream_readable.js:288:12)
0|webfunny | at readableAddChunk (_stream_readable.js:269:11)
0|webfunny | at Socket.Readable.push (_stream_readable.js:224:10)
0|webfunny | at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
0|webfunny | name: 'SequelizeDatabaseError',
0|webfunny | parent:
0|webfunny | { Error: Таблица 'webfunny_db.CustomerPV20210310' не существует
0|webfunny | at Packet.asError (/home/webfunny_monitor/node_modules/mysql2/lib/packets/packet.js:712:17)
0|webfunny | at Query.execute (/home/webfunny_monitor/node_modules/mysql2/lib/commands/command.js:28:26)
0|webfunny | at Connection.handlePacket (/home/webfunny_monitor/node_modules/mysql2/lib/connection.js:417:32)
0|webfunny | at PacketParser.Connection.packetParser.p [as onPacket] (/home/webfunny_monitor/node_modules/mysql2/lib/connection.js:75:12)
0|webfunny | at PacketParser.executeStart (/home/webfunny_monitor/node_modules/mysql2/lib/packet_parser.js:75:16)
0|webfunny | at Socket.Connection.stream.on.data (/home/webfunny_monitor/node_modules/mysql2/lib/connection.js:82:25)
0|webfunny | at Socket.emit (events.js:198:13)
0|webfunny | at addChunk (_stream_readable.js:288:12)
0|webfunny | at readableAddChunk (_stream_readable.js:269:11)
0|webfunny | at Socket.Readable.push (_stream_readable.js:224:10)
0|webfunny | at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
0|webfunny | } }Connection.stream.on.data (/home/webfunny_monitor/node_modules/mysql2/lib/connection.js:82:25)
0|webfunny | at Socket.emit (events.js:198:13)
0|webfunny | at addChunk (_stream_readable.js:288:12)
0|webfunny | at readableAddChunk (_stream_readable.js:269:11)
0|webfunny | at Socket.Readable.push (_stream_readable.js:224:10)
0|webfunny | at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
0|webfunny | name: 'Error',
0|webfunny | message: 'Table webfunny_db.CustomerPV20210310 doesn’t exist',
0|webfunny | code: 'ER_NO_SUCH_TABLE',
0|webfunny | errno: 1146,
0|webfunny | sqlState: '42S02',
0|webfunny | index: 0,
0|webfunny | sql: 'SELECT id, customer_id, pv, created_at, updated_at FROM CustomerPV20210310 LIMIT 1',
0|webfunny | fatal: true }
0|webfunny | }js:82:25)
0|webfunny | at Socket.emit (events.js:198:13)
0|webfunny | at addChunk (_stream_readable.js:288:12)
0|webfunny | at readableAddChunk (_stream_readable.js:269:11)
0|webfunny | at Socket.Readable.push (_stream_readable.js:224:10)
0|webfunny | at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
0|webfunny | code: 'ER_NO_SUCH_TABLE',
0|webfunny | errno: 1146,
0|webfunny | sqlState: '42S02',
0|webfunny | sqlMessage: 'Таблица webfunny_db.CustomerPV20210310 не существует',
0|webfunny | sql: 'select count(distinct customerKey) as count from CustomerPV20210310 where happenDate>='2021-03-10 16:00:00' and (newStatus='o_uv' or newStatus='n_uv')',
0|webfunny | parameters: undefined },
0|webfunny | original:
0|webfunny | { Error: Таблица webfunny_db.CustomerPV20210310 не существует
0|webfunny | at Packet.asError (/home/webfunny_monitor/node_modules/mysql2/lib/packets/packet.js:712:17)
0|webfunny | at Query.execute (/home/webfunny_monitor/node_modules/mysql2/lib/commands/command.js:28:26)
0|webfunny | at Connection.handlePacket (/home/webfunny_monitor/node_modules/mysql2/lib/connection.js:417:32)
0|webfunny | at PacketParser.Connection.packetParser.p [as onPacket] (/home/webfunny_monitor/node_modules/mysql2/lib/connection.js:75:12)
0|webfunny | at PacketParser.executeStart (/home/webfunny_monitor/node_modules/mysql2/lib/packet_parser.js:75:16)
0|webfunny | at Socket.Connection.stream.on.data (/home/webfunny_monitor/node_modules/mysql2/lib/connection.js:82:25)
0|webfunny | at Socket.emit (events.js:198:13)
0|webfunny | at addChunk (_stream_readable.js:288:12)
0|webfunny | at readableAddChunk (_stream_readable.js:269:11)
0|webfunny | at Socket.Readable.push (_stream_readable.js:224:10)
0|webfunny | at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
0|webfunny | code: 'ER_NO_SUCH_TABLE',
0|webfunny | errno: 1146,
0|webfunny | sqlState: '42S02',
0|webfunny | sqlMessage: 'Таблица 'webfunny_db.CustomerPV20210310' не существует',
0|webfunny | sql: 'select count(distinct customerKey) as count from CustomerPV20210310 where happenDate>='2021-03-10 16:00:00' and ( newStatus='o_uv' or newStatus='n_uv' )',
0|webfunny | parameters: undefined },
0|webfunny | sql: 'select count(distinct customerKey) as count from CustomerPV20210310 where happenDate>='2021-03-10 16:00:00' and ( newStatus='o_uv' or newStatus='n_uv' )',
0|webfunny | parameters: undefined }
0|webfunny | { SequelizeDatabaseError: Таблица 'webfunny_db.CustomerPV20210310' не существует
0|webfunny | at Query.formatError (/home/webfunny_monitor/node_modules/sequelize/lib/dialects/mysql/query.js:244:16)
0|webfunny | at Query.handler [as onResult] (/home/webfunny_monitor/node_modules/sequelize/lib/dialects/mysql/query.js:51:23)
0|webfunny | at Query.execute (/home/webfunny_monitor/node_modules/mysql2/lib/commands/command.js:30:14)
0|webfunny | at Connection.handlePacket (/home/webfunny_monitor/node_modules/mysql2/lib/connection.js:417:32)
0|webfunny | at PacketParser.Connection.packetParser.p [as onPacket] (/home/webfunny_monitor/node_modules/mysql2/lib/connection.js:75:12)
0|webfunny | at PacketParser.executeStart (/home/webfunny_monitor/node_modules/mysql2/lib/packet_parser.js:75:16)
0|webfunny | at Socket.Connection.stream.on.data (/home/webfunny_monitor/node_modules/mysql2/lib/connection.js:82:25)
0|webfunny | at Socket.emit (events.js:198:13)
0|webfunny | at addChunk (_stream_readable.js:288:12)
0|webfunny | at readableAddChunk (_stream_readable.js:269:11) 0|webfunny | at readableAddChunk (_stream_readable.js:269:11)
0|webfunny | at Socket.Readable.push (_stream_readable.js:224:10)
0|webfunny | at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
0|webfunny | name: 'SequelizeDatabaseError',
0|webfunny | parent:
0|webfunny | { Error: Таблица 'webfunny_db.CustomerPV20210310' не существует
0|webfunny | at Packet.asError (/home/webfunny_monitor/node_modules/mysql2/lib/packets/packet.js:712:17)
0|webfunny | at Query.execute (/home/webfunny_monitor/node_modules/mysql2/lib/commands/command.js:28:26)
0|webfunny | at Connection.handlePacket (/home/webfunny_monitor/node_modules/mysql2/lib/connection.js:417:32)
0|webfunny | at PacketParser.Connection.packetParser.p [as onPacket] (/home/webfunny_monitor/node_modules/mysql2/lib/connection.js:75:12)
0|webfunny | at PacketParser.executeStart (/home/webfunny_monitor/node_modules/mysql2/lib/packet_parser.js:75:16)
0|webfunny | at Connection.stream.on.data (/home/webfunny_monitor/node_modules/mysql2/lib/connection.js:82:25)
0|webfunny | at Socket.emit (events.js:198:13)
0|webfunny | at Socket.emit (events.js:194:15)
0|webfunny | at addChunk (_stream_readable.js:288:12)
0|webfunny | at readableAddChunk (_stream_readable.js:269:11)
0|webfunny | at Socket.Readable.push (_stream_readable.js:224:10)
0|webfunny | at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
0|webfunny | code: 'ER_NO_SUCH_TABLE',
0|webfunny | errno: 1146,
0|webfunny | sqlState: '42S02',
0|webfunny | sqlMessage: 'Таблица 'webfunny_db.CustomerPV20210310' не существует',
0|webfunny | sql: 'select count(distinct customerKey) as count from CustomerPV20210310 where happenDate>='2021-03-10 16:00:00' and ( newStatus='o_uv' or newStatus='n_uv' )',
0|webfunny | parameters: undefined },
0|webfunny | original:
0|webfunny | { Error: Таблица 'webfunny_db.CustomerPV20210310' не существует
0|webfunny | at Packet.asError (/home/webfunny_monitor/node_modules/mysql2/lib/packets/packet.js:712:17)
0|webfunny | at Query.execute (/home/webfunny_monitor/node_modules/mysql2/lib/commands/command.js:28:26)
0|webfunny | at Connection.handlePacket (/home/webfunny_monitor/node_modules/mysql2/lib/connection.js:417:32)
0|webfunny | at PacketParser.Connection.packetParser.p [as onPacket] (/home/webfunny_monitor/node_modules/mysql2/lib/connection.js:75:12)
0|webfunny | at PacketParser.executeStart (/home/webfunny_monitor/node_modules/mysql2/lib/packet_parser.js:75:16)
0|webfunny | at Connection.stream.on.data (/home/webfunny_monitor/node_modules/mysql2/lib/connection.js:82:25)
0|webfunny | at Socket.emit (events.js:198:13)
0|webfunny | at Socket.emit (events.js:194:15)
0|webfunny | at addChunk (_stream_readable.js:288:12)
0|webfunny | at readableAddChunk (_stream_readable.js:269:11)
0|webfunny | at Socket.Readable.push (_stream_readable.js:224:10)
0|webfunny | at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
0|webfunny | code: 'ER_NO_SUCH_TABLE',
0|webfunny | errno: 1146,
0|webfunny | sqlState: '42S02',
0|webfunny | sqlMessage: 'Таблица 'webfunny_db.CustomerPV20210310' не существует',
0|webfunny | sql: 'select count(distinct customerKey) as count from CustomerPV20210310 where happenDate>='2021-03-10 16:00:00' and ( newStatus='o_uv' or newStatus='n_uv' )',
0|webfunny | parameters: undefined }execute (/home/webfunny_monitor/node_modules/mysql2/lib/commands/command.js:28:26)
0|webfunny | по пакету Connection.handlePacket (/home/webfunny_monitor/node_modules/mysql2/lib/connection.js:417:32)
0|webfunny | по пакету Connection.packetParser.p [as onPacket] (/home/webfunny_monitor/node_modules/mysql2/lib/connection.js:75:12)
0|webfunny | по пакету PacketParser.executeStart (/home/webfunny_monitor/node_modules/mysql2/lib/packet_parser.js:75:16)
0|webfunny | по пакету Connection.stream.on.data (/home/webfunny_monitor/node_modules/mysql2/lib/connection.js:82:25)
0|webfunny | по пакету Socket.emit (events.js:198:13)
0|webfunny | по пакету addChunk (_stream_readable.js:288:12)
0|webfunny | по пакету readableAddChunk (_stream_readable.js:269:11)
0|webfunny | по пакету Socket.Readable.push (_stream_readable.js:224:10)
0|webfunny | по пакету TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
0|webfunny | code: 'ER_NO_SUCH_TABLE',
0|webfunny | errno: 1146,
0|webfunny | sqlState: '42S02',
0|webfunny | sqlMessage: 'Таблица 'webfunny_db.CustomerPV20210310' не существует',
0|webfunny | sql: 'select count(distinct customerKey) as count from CustomerPV20210310 where happenDate>='2021-03-10 16:00:00' and ( newStatus='o_uv' or newStatus='n_uv' )',
0|webfunny | parameters: undefined },
0|webfunny | sql: 'select count(distinct customerKey) as count from CustomerPV20210310 where happenDate>='2021-03-10 16:00:00' and ( newStatus='o_uv' or newStatus='n_uv' )',
0|webfunny | parameters: undefined }

Комментарий (0)

GitLife Service Account Задача создана

Вход Перед тем как оставить комментарий

Статус
Ответственный
Контрольная точка
Pull Requests
Связанные запросы на слияние могут быть закрыты после их объединения
Ветки
Дата начала   -   Крайний срок
-
Закрепить/Открепить
Приоритет
Участники(1)
1
https://api.gitlife.ru/oschina-mirror/webfunnyMonitor-webfunny_monitor.git
git@api.gitlife.ru:oschina-mirror/webfunnyMonitor-webfunny_monitor.git
oschina-mirror
webfunnyMonitor-webfunny_monitor
webfunnyMonitor-webfunny_monitor