123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335 |
- * Serving Flask app 'main' (lazy loading)
- * Environment: production
- WARNING: This is a development server. Do not use it in a production deployment.
- Use a production WSGI server instead.
- * Debug mode: off
- * Running on all addresses.
- WARNING: This is a development server. Do not use it in a production deployment.
- * Running on http://192.168.80.185:7777/ (Press CTRL+C to quit)
- 192.168.80.185 - - [21/Oct/2021 16:40:11] "[36mGET /static/dist/index.html HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:40:11] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:40:11] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:40:11] "[36mGET /static/dist/assets/index.88290a8e.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:40:12] "[36mGET /static/dist/assets/element-icons.9c88a535.woff HTTP/1.1[0m" 304 -
- fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
- 192.168.80.185 - - [21/Oct/2021 16:40:12] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- Already up to date.
- 192.168.80.185 - - [21/Oct/2021 16:40:12] "GET /getBranch HTTP/1.1" 200 -
- Already on 'master'
- M package-lock.json
- Your branch is up to date with 'origin/master'.
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- Already up to date.
- -
- ✔ Installed 9 packages
- ✔ Linked 0 latest versions
- ✔ Run 0 scripts
- ✔ All packages installed (used 23ms(network 21ms), speed 0B/s, json 0(0B), tarball 0B)
- npm WARN The package gulp-copy is included as both a dev and production dependency.
- npm WARN The package gulp-minify-css is included as both a dev and production dependency.
- npm WARN The package gulp-replace is included as both a dev and production dependency.
- npm WARN The package gulp-rm is included as both a dev and production dependency.
- npm WARN The package gulp-sequence is included as both a dev and production dependency.
- audited 599 packages in 3.176s
- 9 packages are looking for funding
- run `npm fund` for details
- found 92 vulnerabilities (3 low, 9 moderate, 59 high, 21 critical)
- run `npm audit fix` to fix them, or `npm audit` for details
- > longvideofactory@1.0.0 build /Users/ice/Documents/work/projects_01/auto-mini-program-tool/server/longVideoFactory
- > gulp build
- [16:40:23] Using gulpfile ~/Documents/work/projects_01/auto-mini-program-tool/server/longVideoFactory/gulpfile.js
- [16:40:23] Starting 'build'...
- [16:40:23] Starting 'build:longVideo'...
- [16:40:23] Starting 'longVideo:copy'...
- [16:40:25] Finished 'longVideo:copy' after 1.94 s
- [16:40:25] Starting 'longVideo:less'...
- [16:40:27] Finished 'longVideo:less' after 2.19 s
- [16:40:27] Starting 'longVideo:wxml'...
- [16:40:28] Finished 'longVideo:wxml' after 376 ms
- [16:40:28] Starting 'longVideo:js'...
- [16:40:28] Finished 'longVideo:js' after 732 ms
- [16:40:28] Starting 'longVideo:rm'...
- [16:40:29] Finished 'longVideo:rm' after 264 ms
- [16:40:29] Finished 'build:longVideo' after 5.5 s
- [16:40:29] Starting 'build:vlog'...
- [16:40:29] Starting 'vlog:copy'...
- [16:40:30] Finished 'vlog:copy' after 1.69 s
- [16:40:30] Starting 'vlog:copyicon'...
- [16:40:30] Finished 'vlog:copyicon' after 13 ms
- [16:40:30] Starting 'vlog:copyutils'...
- [16:40:30] Finished 'vlog:copyutils' after 2.6 ms
- [16:40:30] Starting 'vlog:copynetwork'...
- [16:40:30] Finished 'vlog:copynetwork' after 2.8 ms
- [16:40:30] Starting 'vlog:less'...
- [16:40:32] Finished 'vlog:less' after 1.78 s
- [16:40:32] Starting 'vlog:wxml'...
- [16:40:32] Finished 'vlog:wxml' after 365 ms
- [16:40:32] Starting 'vlog:js'...
- [16:40:33] Finished 'vlog:js' after 655 ms
- [16:40:33] Starting 'vlog:copysrc'...
- [16:40:33] Finished 'vlog:copysrc' after 5.52 ms
- [16:40:33] Starting 'vlog:rm'...
- [16:40:33] Finished 'vlog:rm' after 239 ms
- [16:40:33] Finished 'build:vlog' after 4.76 s
- [16:40:33] Starting 'build:video'...
- [16:40:33] Starting 'video:copy'...
- [16:40:35] Finished 'video:copy' after 1.48 s
- [16:40:35] Starting 'video:copyicon'...
- [16:40:35] Finished 'video:copyicon' after 884 μs
- [16:40:35] Starting 'video:copyutils'...
- [16:40:35] Finished 'video:copyutils' after 1.57 ms
- [16:40:35] Starting 'video:copynetwork'...
- [16:40:35] Finished 'video:copynetwork' after 1.91 ms
- [16:40:35] Starting 'video:less'...
- [16:40:37] Finished 'video:less' after 1.64 s
- [16:40:37] Starting 'video:wxml'...
- [16:40:37] Finished 'video:wxml' after 338 ms
- [16:40:37] Starting 'video:js'...
- [16:40:37] Finished 'video:js' after 602 ms
- [16:40:37] Starting 'video:copysrc'...
- [16:40:37] Finished 'video:copysrc' after 4.89 ms
- [16:40:37] Starting 'video:rm'...
- [16:40:38] Finished 'video:rm' after 226 ms
- [16:40:38] Finished 'build:video' after 4.3 s
- [16:40:38] Finished 'build' after 15 s
- > longvideofactory@1.0.0 postbuild /Users/ice/Documents/work/projects_01/auto-mini-program-tool/server/longVideoFactory
- > gulp build:post
- [16:40:38] Using gulpfile ~/Documents/work/projects_01/auto-mini-program-tool/server/longVideoFactory/gulpfile.js
- [16:40:38] Starting 'build:post'...
- [16:40:38] Starting 'build:iFunny'...
- [16:40:38] Starting 'iFunny:copy'...
- [16:40:40] Finished 'iFunny:copy' after 1.58 s
- [16:40:40] Starting 'iFunny:copynetwork'...
- [16:40:40] Finished 'iFunny:copynetwork' after 14 ms
- [16:40:40] Starting 'iFunny:less'...
- [16:40:42] Finished 'iFunny:less' after 1.95 s
- [16:40:42] Starting 'iFunny:wxml'...
- [16:40:42] Finished 'iFunny:wxml' after 385 ms
- [16:40:42] Starting 'iFunny:js'...
- [16:40:43] Finished 'iFunny:js' after 615 ms
- [16:40:43] Starting 'iFunny:copysrc'...
- [16:40:43] Finished 'iFunny:copysrc' after 3 ms
- [16:40:43] Starting 'iFunny:rm'...
- [16:40:43] Finished 'iFunny:rm' after 222 ms
- [16:40:43] Finished 'build:iFunny' after 4.78 s
- [16:40:43] Starting 'build:iMove'...
- [16:40:43] Starting 'iMove:copy'...
- [16:40:45] Finished 'iMove:copy' after 1.32 s
- [16:40:45] Starting 'iMove:copynetwork'...
- [16:40:45] Finished 'iMove:copynetwork' after 2.02 ms
- [16:40:45] Starting 'iMove:less'...
- [16:40:46] Finished 'iMove:less' after 1.4 s
- [16:40:46] Starting 'iMove:wxml'...
- [16:40:46] Finished 'iMove:wxml' after 327 ms
- [16:40:46] Starting 'iMove:js'...
- [16:40:47] Finished 'iMove:js' after 593 ms
- [16:40:47] Starting 'iMove:copysrc'...
- [16:40:47] Finished 'iMove:copysrc' after 4.05 ms
- [16:40:47] Starting 'iMove:rm'...
- [16:40:47] Finished 'iMove:rm' after 219 ms
- [16:40:47] Finished 'build:iMove' after 3.87 s
- [16:40:47] Starting 'build:shortVideo'...
- [16:40:47] Starting 'shortVideo:copy'...
- [16:40:48] Finished 'shortVideo:copy' after 1.32 s
- [16:40:48] Starting 'shortVideo:copynetwork'...
- [16:40:48] Finished 'shortVideo:copynetwork' after 3.28 ms
- [16:40:48] Starting 'shortVideo:less'...
- [16:40:50] Finished 'shortVideo:less' after 1.48 s
- [16:40:50] Starting 'shortVideo:wxml'...
- [16:40:50] Finished 'shortVideo:wxml' after 388 ms
- [16:40:50] Starting 'shortVideo:js'...
- [16:40:51] Finished 'shortVideo:js' after 533 ms
- [16:40:51] Starting 'shortVideo:copysrc'...
- [16:40:51] Finished 'shortVideo:copysrc' after 5.44 ms
- [16:40:51] Starting 'shortVideo:rm'...
- [16:40:51] Finished 'shortVideo:rm' after 211 ms
- [16:40:51] Finished 'build:shortVideo' after 3.94 s
- [16:40:51] Starting 'build:amazed'...
- [16:40:51] Starting 'amazed:copy'...
- [16:40:52] Finished 'amazed:copy' after 1.24 s
- [16:40:52] Starting 'amazed:copynetwork'...
- [16:40:52] Finished 'amazed:copynetwork' after 2.71 ms
- [16:40:52] Starting 'amazed:less'...
- [16:40:54] Finished 'amazed:less' after 1.37 s
- [16:40:54] Starting 'amazed:wxml'...
- [16:40:54] Finished 'amazed:wxml' after 292 ms
- [16:40:54] Starting 'amazed:js'...
- [16:40:54] Finished 'amazed:js' after 518 ms
- [16:40:54] Starting 'amazed:copysrc'...
- [16:40:54] Finished 'amazed:copysrc' after 3.43 ms
- [16:40:54] Starting 'amazed:rm'...
- [16:40:55] Finished 'amazed:rm' after 199 ms
- [16:40:55] Finished 'build:amazed' after 3.63 s
- [16:40:55] Starting 'build:clip'...
- [16:40:55] Starting 'clip:copy'...
- [16:40:56] Finished 'clip:copy' after 1.14 s
- [16:40:56] Starting 'clip:copynetwork'...
- [16:40:56] Finished 'clip:copynetwork' after 1.81 ms
- [16:40:56] Starting 'clip:less'...
- [16:40:57] Finished 'clip:less' after 1.39 s
- [16:40:57] Starting 'clip:wxml'...
- [16:40:57] Finished 'clip:wxml' after 288 ms
- [16:40:57] Starting 'clip:js'...
- [16:40:58] Finished 'clip:js' after 481 ms
- [16:40:58] Starting 'clip:copysrc'...
- [16:40:58] Finished 'clip:copysrc' after 4.05 ms
- [16:40:58] Starting 'clip:rm'...
- [16:40:58] Finished 'clip:rm' after 229 ms
- [16:40:58] Finished 'build:clip' after 3.54 s
- [16:40:58] Starting 'build:flashSound'...
- [16:40:58] Starting 'flashSound:copy'...
- [16:40:59] Finished 'flashSound:copy' after 776 ms
- [16:40:59] Starting 'flashSound:copyPage'...
- [16:40:59] Finished 'flashSound:copyPage' after 12 ms
- [16:40:59] Starting 'flashSound:copyPage2'...
- [16:40:59] Finished 'flashSound:copyPage2' after 18 ms
- [16:40:59] Starting 'flashSound:less'...
- [16:41:00] Finished 'flashSound:less' after 901 ms
- [16:41:00] Starting 'flashSound:rm'...
- [16:41:00] Finished 'flashSound:rm' after 141 ms
- [16:41:00] Starting 'flashSound:js'...
- [16:41:00] Finished 'flashSound:js' after 296 ms
- [16:41:00] Starting 'flashSound:wxml'...
- [16:41:00] Finished 'flashSound:wxml' after 162 ms
- [16:41:00] Starting 'flashSound:copysrc'...
- [16:41:00] Finished 'flashSound:copysrc' after 4.8 ms
- [16:41:00] Starting 'flashSound:copynetwork'...
- [16:41:00] Finished 'flashSound:copynetwork' after 1.93 ms
- [16:41:00] Finished 'build:flashSound' after 2.32 s
- [16:41:00] Starting 'build:happyStar'...
- [16:41:00] Starting 'happyStar:copy'...
- [16:41:01] Finished 'happyStar:copy' after 733 ms
- [16:41:01] Starting 'happyStar:copyPage'...
- [16:41:01] Finished 'happyStar:copyPage' after 7.28 ms
- [16:41:01] Starting 'happyStar:copyPage2'...
- [16:41:01] Finished 'happyStar:copyPage2' after 33 ms
- [16:41:01] Starting 'happyStar:less'...
- [16:41:02] Finished 'happyStar:less' after 867 ms
- [16:41:02] Starting 'happyStar:rm'...
- [16:41:02] Finished 'happyStar:rm' after 149 ms
- [16:41:02] Starting 'happyStar:js'...
- [16:41:03] Finished 'happyStar:js' after 307 ms
- [16:41:03] Starting 'happyStar:wxml'...
- [16:41:03] Finished 'happyStar:wxml' after 154 ms
- [16:41:03] Starting 'happyStar:copysrc'...
- [16:41:03] Finished 'happyStar:copysrc' after 4.28 ms
- [16:41:03] Starting 'happyStar:copynetwork'...
- [16:41:03] Finished 'happyStar:copynetwork' after 1.99 ms
- [16:41:03] Finished 'build:happyStar' after 2.26 s
- [16:41:03] Starting 'build:gaoxiao'...
- [16:41:03] Starting 'gaoxiao:copy'...
- [16:41:03] Finished 'gaoxiao:copy' after 709 ms
- [16:41:03] Starting 'gaoxiao:copyPage'...
- [16:41:03] Finished 'gaoxiao:copyPage' after 8.54 ms
- [16:41:03] Starting 'gaoxiao:copyPage2'...
- [16:41:04] Finished 'gaoxiao:copyPage2' after 30 ms
- [16:41:04] Starting 'gaoxiao:less'...
- [16:41:04] Finished 'gaoxiao:less' after 831 ms
- [16:41:04] Starting 'gaoxiao:rm'...
- [16:41:04] Finished 'gaoxiao:rm' after 147 ms
- [16:41:04] Starting 'gaoxiao:js'...
- [16:41:05] Finished 'gaoxiao:js' after 295 ms
- [16:41:05] Starting 'gaoxiao:wxml'...
- [16:41:05] Finished 'gaoxiao:wxml' after 157 ms
- [16:41:05] Starting 'gaoxiao:copysrc'...
- [16:41:05] Finished 'gaoxiao:copysrc' after 2.58 ms
- [16:41:05] Starting 'gaoxiao:copynetwork'...
- [16:41:05] Finished 'gaoxiao:copynetwork' after 1.97 ms
- [16:41:05] Finished 'build:gaoxiao' after 2.19 s
- [16:41:05] Finished 'build:post' after 27 s
- - initialize
- ✖ IDE may already started at port 49606, trying to connect
- ✔ IDE server started successfully, listening on http://127.0.0.1:52660
- - preparing
- ✔ open
- - initialize
- ✔ IDE server has started, listening on http://127.0.0.1:52660
- - preparing
- ✖ preparing
- [error] Error: {"code":10,"message":"Error: 错误 Error: can not find the project - /Users/ice/Documents/work/projects_01/auto-mini-program-tool/server/longVideoFactory/dist/vlog (code 10)"}
- at Object.t.resetFileUtils (/Applications/wechatwebdevtools.app/Contents/Resources/package.nw/js/common/cli/index.js:234:28697)
- at processTicksAndRejections (internal/process/task_queues.js:97:5)
- at async /Applications/wechatwebdevtools.app/Contents/Resources/package.nw/js/common/cli/index.js:142:111891
- - initialize
- ✔ IDE server has started, listening on http://127.0.0.1:52660
- - preparing
- - Fetching AppID (wx89e7eb06478361d7) permissions
- ✔ Using AppID: wx89e7eb06478361d7
- - Preview
- ✔ preview
- - initialize
- ✔ IDE server has started, listening on http://127.0.0.1:52660
- - preparing
- ✔ quit
- 192.168.80.185 - - [21/Oct/2021 16:42:08] "POST /send HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 16:42:15] "[36mGET /static/dist/index.html HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:42:15] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:42:15] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:42:15] "[36mGET /static/dist/assets/index.88290a8e.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:42:15] "[36mGET /static/dist/assets/element-icons.9c88a535.woff HTTP/1.1[0m" 304 -
- fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
- 192.168.80.185 - - [21/Oct/2021 16:42:15] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- Already up to date.
- 192.168.80.185 - - [21/Oct/2021 16:42:16] "GET /getBranch HTTP/1.1" 200 -
- Already on 'master'
- M package-lock.json
- Your branch is up to date with 'origin/master'.
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- Already up to date.
- 1: 0x100d78bad node::Abort() (.cold.1) [/usr/local/bin/node]
- 2: 0x10003ae85 node_module_register [/usr/local/bin/node]
- 3: 0x100040c48 node::PlatformInit() [/usr/local/bin/node]
- 4: 0x1000407e9 node::Start(int, char**) [/usr/local/bin/node]
- 5: 0x100001034 start [/usr/local/bin/node]
- 6: 0x3
- /bin/sh: line 1: 43204 Abort trap: 6 cnpm install
- 1: 0x100d78bad node::Abort() (.cold.1) [/usr/local/bin/node]
- 2: 0x10003ae85 node_module_register [/usr/local/bin/node]
- 3: 0x100040c48 node::PlatformInit() [/usr/local/bin/node]
- 4: 0x1000407e9 node::Start(int, char**) [/usr/local/bin/node]
- 5: 0x100001034 start [/usr/local/bin/node]
- /bin/sh: line 1: 43205 Abort trap: 6 npm run build
- 192.168.80.185 - - [21/Oct/2021 16:42:22] "POST /send HTTP/1.1" 200 -
- * Serving Flask app 'main' (lazy loading)
- * Environment: production
- WARNING: This is a development server. Do not use it in a production deployment.
- Use a production WSGI server instead.
- * Debug mode: off
- * Running on all addresses.
- WARNING: This is a development server. Do not use it in a production deployment.
- * Running on http://192.168.80.185:7777/ (Press CTRL+C to quit)
- 192.168.80.185 - - [21/Oct/2021 16:45:39] "[36mGET /static/dist/index.html HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:45:39] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:45:39] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- * Serving Flask app 'main' (lazy loading)
- * Environment: production
- WARNING: This is a development server. Do not use it in a production deployment.
- Use a production WSGI server instead.
- * Debug mode: off
- * Running on all addresses.
- WARNING: This is a development server. Do not use it in a production deployment.
- * Running on http://192.168.80.185:7777/ (Press CTRL+C to quit)
- 192.168.80.185 - - [21/Oct/2021 16:45:54] "GET /static/dist/index.html HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 16:45:54] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:45:54] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:45:54] "[36mGET /static/dist/assets/index.88290a8e.js HTTP/1.1[0m" 304 -
- fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
- 192.168.80.185 - - [21/Oct/2021 16:45:55] "[36mGET /static/dist/assets/element-icons.9c88a535.woff HTTP/1.1[0m" 304 -
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- 192.168.80.185 - - [21/Oct/2021 16:45:55] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
- Already up to date.
- 192.168.80.185 - - [21/Oct/2021 16:45:55] "GET /getBranch HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 16:46:00] "[36mGET /static/dist/index.html HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:46:00] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:46:00] "[36mGET /static/dist/assets/index.88290a8e.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:46:00] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- 192.168.80.185 - - [21/Oct/2021 16:46:00] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
- Already up to date.
- 192.168.80.185 - - [21/Oct/2021 16:46:00] "GET /getBranch HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 16:46:00] "[36mGET /static/dist/index.html HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:46:00] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:46:00] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:46:00] "[36mGET /static/dist/assets/index.88290a8e.js HTTP/1.1[0m" 304 -
- fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
- 192.168.80.185 - - [21/Oct/2021 16:46:01] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- 192.168.80.185 - - [21/Oct/2021 16:46:01] "[36mGET /static/dist/index.html HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:46:01] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:46:01] "[36mGET /static/dist/assets/index.88290a8e.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:46:01] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:46:01] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 16:46:01] "[36mGET /static/dist/index.html HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:46:01] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:46:01] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:46:01] "[36mGET /static/dist/assets/index.88290a8e.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:46:01] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
- Already up to date.
- fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
- 192.168.80.185 - - [21/Oct/2021 16:46:01] "GET /getBranch HTTP/1.1" 200 -
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- Already up to date.
- fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
- 192.168.80.185 - - [21/Oct/2021 16:46:02] "GET /getBranch HTTP/1.1" 200 -
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- Already up to date.
- 192.168.80.185 - - [21/Oct/2021 16:46:02] "GET /getBranch HTTP/1.1" 200 -
- Already on 'master'
- M package-lock.json
- Your branch is up to date with 'origin/master'.
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- Already up to date.
- 1: 0x100d78bad node::Abort() (.cold.1) [/usr/local/bin/node]
- 2: 0x10003ae85 node_module_register [/usr/local/bin/node]
- 3: 0x100040c48 node::PlatformInit() [/usr/local/bin/node]
- 4: 0x1000407e9 node::Start(int, char**) [/usr/local/bin/node]
- 5: 0x100001034 start [/usr/local/bin/node]
- /bin/sh: line 1: 43402 Abort trap: 6 cnpm install
- 1: 0x100d78bad node::Abort() (.cold.1) [/usr/local/bin/node]
- 2: 0x10003ae85 node_module_register [/usr/local/bin/node]
- 3: 0x100040c48 node::PlatformInit() [/usr/local/bin/node]
- 4: 0x1000407e9 node::Start(int, char**) [/usr/local/bin/node]
- 5: 0x100001034 start [/usr/local/bin/node]
- 6: 0x4
- /bin/sh: line 1: 43403 Abort trap: 6 npm run build
- 192.168.80.185 - - [21/Oct/2021 16:46:07] "POST /send HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 16:46:19] "[36mGET /static/dist/index.html HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:46:19] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:46:19] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:46:19] "[36mGET /static/dist/assets/index.88290a8e.js HTTP/1.1[0m" 304 -
- fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
- 192.168.80.185 - - [21/Oct/2021 16:46:19] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- Already up to date.
- 192.168.80.185 - - [21/Oct/2021 16:46:19] "GET /getBranch HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 16:46:29] "[36mGET /static/dist/index.html HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:46:29] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:46:29] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:46:29] "[36mGET /static/dist/assets/index.88290a8e.js HTTP/1.1[0m" 304 -
- fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
- 192.168.80.185 - - [21/Oct/2021 16:46:29] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- Already up to date.
- 192.168.80.185 - - [21/Oct/2021 16:46:30] "GET /getBranch HTTP/1.1" 200 -
- * Serving Flask app 'main' (lazy loading)
- * Environment: production
- WARNING: This is a development server. Do not use it in a production deployment.
- Use a production WSGI server instead.
- * Debug mode: off
- * Running on all addresses.
- WARNING: This is a development server. Do not use it in a production deployment.
- * Running on http://192.168.80.185:7777/ (Press CTRL+C to quit)
- 192.168.80.185 - - [21/Oct/2021 16:48:05] "[36mGET /static/dist/index.html HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:48:05] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:48:05] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:48:05] "[36mGET /static/dist/assets/index.88290a8e.js HTTP/1.1[0m" 304 -
- fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
- 192.168.80.185 - - [21/Oct/2021 16:48:05] "[36mGET /static/dist/assets/element-icons.9c88a535.woff HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:48:05] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- Already up to date.
- 192.168.80.185 - - [21/Oct/2021 16:48:06] "GET /getBranch HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 16:48:08] "[36mGET /static/dist/index.html HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:48:08] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:48:08] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 16:48:08] "[36mGET /static/dist/assets/index.88290a8e.js HTTP/1.1[0m" 304 -
- fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- 192.168.80.185 - - [21/Oct/2021 16:48:08] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
- Already up to date.
- 192.168.80.185 - - [21/Oct/2021 16:48:08] "GET /getBranch HTTP/1.1" 200 -
- Already on 'master'
- M package-lock.json
- Your branch is up to date with 'origin/master'.
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- Already up to date.
- 1: 0x100d78bad node::Abort() (.cold.1) [/usr/local/bin/node]
- 2: 0x10003ae85 node_module_register [/usr/local/bin/node]
- 3: 0x100040c48 node::PlatformInit() [/usr/local/bin/node]
- 4: 0x1000407e9 node::Start(int, char**) [/usr/local/bin/node]
- 5: 0x100001034 start [/usr/local/bin/node]
- 6: 0x3
- /bin/sh: line 1: 43550 Abort trap: 6 cnpm install
- 1: 0x100d78bad node::Abort() (.cold.1) [/usr/local/bin/node]
- 2: 0x10003ae85 node_module_register [/usr/local/bin/node]
- 3: 0x100040c48 node::PlatformInit() [/usr/local/bin/node]
- 4: 0x1000407e9 node::Start(int, char**) [/usr/local/bin/node]
- 5: 0x100001034 start [/usr/local/bin/node]
- /bin/sh: line 1: 43551 Abort trap: 6 npm run build
- 192.168.80.185 - - [21/Oct/2021 16:48:16] "POST /send HTTP/1.1" 200 -
- * Serving Flask app 'main' (lazy loading)
- * Environment: production
- WARNING: This is a development server. Do not use it in a production deployment.
- Use a production WSGI server instead.
- * Debug mode: on
- * Running on all addresses.
- WARNING: This is a development server. Do not use it in a production deployment.
- * Running on http://192.168.80.185:7777/ (Press CTRL+C to quit)
- * Restarting with stat
- * Debugger is active!
- * Debugger PIN: 141-089-509
- nohup: main.py: No such file or directory
- * Serving Flask app 'main' (lazy loading)
- * Environment: production
- WARNING: This is a development server. Do not use it in a production deployment.
- Use a production WSGI server instead.
- * Debug mode: on
- * Running on all addresses.
- WARNING: This is a development server. Do not use it in a production deployment.
- * Running on http://192.168.80.185:7777/ (Press CTRL+C to quit)
- * Restarting with stat
- * Debugger is active!
- * Debugger PIN: 141-089-509
- Traceback (most recent call last):
- File "/Users/ice/Documents/work/projects_01/auto-mini-program-tool/server/main.py", line 267, in <module>
- app.run(host='0.0.0.0', port=7777, debug=True)
- File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 920, in run
- run_simple(t.cast(str, host), port, self, **options)
- File "/usr/local/lib/python3.9/site-packages/werkzeug/serving.py", line 1002, in run_simple
- _rwr(
- File "/usr/local/lib/python3.9/site-packages/werkzeug/_reloader.py", line 418, in run_with_reloader
- ensure_echo_on()
- File "/usr/local/lib/python3.9/site-packages/werkzeug/_reloader.py", line 398, in ensure_echo_on
- termios.tcsetattr(sys.stdin, termios.TCSANOW, attributes)
- termios.error: (4, 'Interrupted system call')
- * Serving Flask app 'main' (lazy loading)
- * Environment: production
- WARNING: This is a development server. Do not use it in a production deployment.
- Use a production WSGI server instead.
- * Debug mode: on
- * Running on all addresses.
- WARNING: This is a development server. Do not use it in a production deployment.
- * Running on http://192.168.80.185:7777/ (Press CTRL+C to quit)
- * Restarting with stat
- * Debugger is active!
- * Debugger PIN: 141-089-509
- 192.168.80.185 - - [21/Oct/2021 19:04:25] "GET /static/dist/index.html HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 19:04:25] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:04:25] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:04:25] "[36mGET /static/dist/assets/index.df0c4e9a.js HTTP/1.1[0m" 304 -
- fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
- 192.168.80.185 - - [21/Oct/2021 19:04:25] "[36mGET /static/dist/assets/element-icons.9c88a535.woff HTTP/1.1[0m" 304 -
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- 192.168.80.185 - - [21/Oct/2021 19:04:25] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 19:04:26] "GET /getGroup HTTP/1.1" 200 -
- Already up to date.
- 192.168.80.185 - - [21/Oct/2021 19:04:26] "GET /getBranch HTTP/1.1" 200 -
- Already on 'master'
- M package-lock.json
- Your branch is up to date with 'origin/master'.
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- Already up to date.
- -
- ✔ Installed 9 packages
- ✔ Linked 0 latest versions
- ✔ Run 0 scripts
- ✔ All packages installed (used 20ms(network 18ms), speed 0B/s, json 0(0B), tarball 0B)
- npm WARN The package gulp-copy is included as both a dev and production dependency.
- npm WARN The package gulp-minify-css is included as both a dev and production dependency.
- npm WARN The package gulp-replace is included as both a dev and production dependency.
- npm WARN The package gulp-rm is included as both a dev and production dependency.
- npm WARN The package gulp-sequence is included as both a dev and production dependency.
- audited 599 packages in 3.159s
- 9 packages are looking for funding
- run `npm fund` for details
- found 92 vulnerabilities (3 low, 9 moderate, 59 high, 21 critical)
- run `npm audit fix` to fix them, or `npm audit` for details
- > longvideofactory@1.0.0 build /Users/ice/Documents/work/projects_01/auto-mini-program-tool/server/longVideoFactory
- > gulp build
- [19:04:43] Using gulpfile ~/Documents/work/projects_01/auto-mini-program-tool/server/longVideoFactory/gulpfile.js
- [19:04:43] Starting 'build'...
- [19:04:43] Starting 'build:longVideo'...
- [19:04:43] Starting 'longVideo:copy'...
- [19:04:45] Finished 'longVideo:copy' after 1.96 s
- [19:04:45] Starting 'longVideo:less'...
- [19:04:47] Finished 'longVideo:less' after 2.54 s
- [19:04:47] Starting 'longVideo:wxml'...
- [19:04:48] Finished 'longVideo:wxml' after 443 ms
- [19:04:48] Starting 'longVideo:js'...
- [19:04:48] Finished 'longVideo:js' after 799 ms
- [19:04:48] Starting 'longVideo:rm'...
- [19:04:49] Finished 'longVideo:rm' after 289 ms
- [19:04:49] Finished 'build:longVideo' after 6.04 s
- [19:04:49] Starting 'build:vlog'...
- [19:04:49] Starting 'vlog:copy'...
- [19:04:50] Finished 'vlog:copy' after 1.58 s
- [19:04:50] Starting 'vlog:copyicon'...
- [19:04:50] Finished 'vlog:copyicon' after 8.7 ms
- [19:04:50] Starting 'vlog:copyutils'...
- [19:04:50] Finished 'vlog:copyutils' after 1.57 ms
- [19:04:50] Starting 'vlog:copynetwork'...
- [19:04:50] Finished 'vlog:copynetwork' after 2.17 ms
- [19:04:50] Starting 'vlog:less'...
- [19:04:52] Finished 'vlog:less' after 1.59 s
- [19:04:52] Starting 'vlog:wxml'...
- [19:04:52] Finished 'vlog:wxml' after 302 ms
- [19:04:52] Starting 'vlog:js'...
- [19:04:53] Finished 'vlog:js' after 597 ms
- [19:04:53] Starting 'vlog:copysrc'...
- [19:04:53] Finished 'vlog:copysrc' after 3.95 ms
- [19:04:53] Starting 'vlog:rm'...
- [19:04:53] Finished 'vlog:rm' after 236 ms
- [19:04:53] Finished 'build:vlog' after 4.33 s
- [19:04:53] Starting 'build:video'...
- [19:04:53] Starting 'video:copy'...
- [19:04:54] Finished 'video:copy' after 1.44 s
- [19:04:54] Starting 'video:copyicon'...
- [19:04:54] Finished 'video:copyicon' after 979 μs
- [19:04:54] Starting 'video:copyutils'...
- [19:04:54] Finished 'video:copyutils' after 1.42 ms
- [19:04:54] Starting 'video:copynetwork'...
- [19:04:55] Finished 'video:copynetwork' after 1.39 ms
- [19:04:55] Starting 'video:less'...
- [19:04:56] Finished 'video:less' after 1.51 s
- [19:04:56] Starting 'video:wxml'...
- [19:04:56] Finished 'video:wxml' after 318 ms
- [19:04:56] Starting 'video:js'...
- [19:04:57] Finished 'video:js' after 568 ms
- [19:04:57] Starting 'video:copysrc'...
- [19:04:57] Finished 'video:copysrc' after 4.41 ms
- [19:04:57] Starting 'video:rm'...
- [19:04:57] Finished 'video:rm' after 221 ms
- [19:04:57] Finished 'build:video' after 4.07 s
- [19:04:57] Finished 'build' after 14 s
- > longvideofactory@1.0.0 postbuild /Users/ice/Documents/work/projects_01/auto-mini-program-tool/server/longVideoFactory
- > gulp build:post
- [19:04:58] Using gulpfile ~/Documents/work/projects_01/auto-mini-program-tool/server/longVideoFactory/gulpfile.js
- [19:04:58] Starting 'build:post'...
- [19:04:58] Starting 'build:iFunny'...
- [19:04:58] Starting 'iFunny:copy'...
- [19:05:00] Finished 'iFunny:copy' after 1.69 s
- [19:05:00] Starting 'iFunny:copynetwork'...
- [19:05:00] Finished 'iFunny:copynetwork' after 9.32 ms
- [19:05:00] Starting 'iFunny:less'...
- [19:05:02] Finished 'iFunny:less' after 2.1 s
- [19:05:02] Starting 'iFunny:wxml'...
- [19:05:02] Finished 'iFunny:wxml' after 388 ms
- [19:05:02] Starting 'iFunny:js'...
- [19:05:03] Finished 'iFunny:js' after 632 ms
- [19:05:03] Starting 'iFunny:copysrc'...
- [19:05:03] Finished 'iFunny:copysrc' after 4.42 ms
- [19:05:03] Starting 'iFunny:rm'...
- [19:05:03] Finished 'iFunny:rm' after 261 ms
- [19:05:03] Finished 'build:iFunny' after 5.09 s
- [19:05:03] Starting 'build:iMove'...
- [19:05:03] Starting 'iMove:copy'...
- [19:05:04] Finished 'iMove:copy' after 1.41 s
- [19:05:04] Starting 'iMove:copynetwork'...
- [19:05:04] Finished 'iMove:copynetwork' after 2.76 ms
- [19:05:04] Starting 'iMove:less'...
- [19:05:06] Finished 'iMove:less' after 1.56 s
- [19:05:06] Starting 'iMove:wxml'...
- [19:05:06] Finished 'iMove:wxml' after 293 ms
- [19:05:06] Starting 'iMove:js'...
- [19:05:07] Finished 'iMove:js' after 619 ms
- [19:05:07] Starting 'iMove:copysrc'...
- [19:05:07] Finished 'iMove:copysrc' after 3.34 ms
- [19:05:07] Starting 'iMove:rm'...
- [19:05:07] Finished 'iMove:rm' after 256 ms
- [19:05:07] Finished 'build:iMove' after 4.14 s
- [19:05:07] Starting 'build:shortVideo'...
- [19:05:07] Starting 'shortVideo:copy'...
- [19:05:08] Finished 'shortVideo:copy' after 1.44 s
- [19:05:08] Starting 'shortVideo:copynetwork'...
- [19:05:08] Finished 'shortVideo:copynetwork' after 2.43 ms
- [19:05:08] Starting 'shortVideo:less'...
- [19:05:10] Finished 'shortVideo:less' after 1.42 s
- [19:05:10] Starting 'shortVideo:wxml'...
- [19:05:10] Finished 'shortVideo:wxml' after 272 ms
- [19:05:10] Starting 'shortVideo:js'...
- [19:05:11] Finished 'shortVideo:js' after 578 ms
- [19:05:11] Starting 'shortVideo:copysrc'...
- [19:05:11] Finished 'shortVideo:copysrc' after 3.26 ms
- [19:05:11] Starting 'shortVideo:rm'...
- [19:05:11] Finished 'shortVideo:rm' after 199 ms
- [19:05:11] Finished 'build:shortVideo' after 3.92 s
- [19:05:11] Starting 'build:amazed'...
- [19:05:11] Starting 'amazed:copy'...
- [19:05:12] Finished 'amazed:copy' after 1.37 s
- [19:05:12] Starting 'amazed:copynetwork'...
- [19:05:12] Finished 'amazed:copynetwork' after 1.62 ms
- [19:05:12] Starting 'amazed:less'...
- [19:05:14] Finished 'amazed:less' after 1.33 s
- [19:05:14] Starting 'amazed:wxml'...
- [19:05:14] Finished 'amazed:wxml' after 273 ms
- [19:05:14] Starting 'amazed:js'...
- [19:05:15] Finished 'amazed:js' after 574 ms
- [19:05:15] Starting 'amazed:copysrc'...
- [19:05:15] Finished 'amazed:copysrc' after 3.72 ms
- [19:05:15] Starting 'amazed:rm'...
- [19:05:15] Finished 'amazed:rm' after 217 ms
- [19:05:15] Finished 'build:amazed' after 3.78 s
- [19:05:15] Starting 'build:clip'...
- [19:05:15] Starting 'clip:copy'...
- [19:05:16] Finished 'clip:copy' after 1.31 s
- [19:05:16] Starting 'clip:copynetwork'...
- [19:05:16] Finished 'clip:copynetwork' after 1.96 ms
- [19:05:16] Starting 'clip:less'...
- [19:05:18] Finished 'clip:less' after 1.64 s
- [19:05:18] Starting 'clip:wxml'...
- [19:05:18] Finished 'clip:wxml' after 279 ms
- [19:05:18] Starting 'clip:js'...
- [19:05:19] Finished 'clip:js' after 527 ms
- [19:05:19] Starting 'clip:copysrc'...
- [19:05:19] Finished 'clip:copysrc' after 2.21 ms
- [19:05:19] Starting 'clip:rm'...
- [19:05:19] Finished 'clip:rm' after 198 ms
- [19:05:19] Finished 'build:clip' after 3.96 s
- [19:05:19] Starting 'build:flashSound'...
- [19:05:19] Starting 'flashSound:copy'...
- [19:05:20] Finished 'flashSound:copy' after 910 ms
- [19:05:20] Starting 'flashSound:copyPage'...
- [19:05:20] Finished 'flashSound:copyPage' after 12 ms
- [19:05:20] Starting 'flashSound:copyPage2'...
- [19:05:20] Finished 'flashSound:copyPage2' after 28 ms
- [19:05:20] Starting 'flashSound:less'...
- [19:05:21] Finished 'flashSound:less' after 1.06 s
- [19:05:21] Starting 'flashSound:rm'...
- [19:05:21] Finished 'flashSound:rm' after 134 ms
- [19:05:21] Starting 'flashSound:js'...
- [19:05:21] Finished 'flashSound:js' after 319 ms
- [19:05:21] Starting 'flashSound:wxml'...
- [19:05:21] Finished 'flashSound:wxml' after 182 ms
- [19:05:21] Starting 'flashSound:copysrc'...
- [19:05:21] Finished 'flashSound:copysrc' after 3.93 ms
- [19:05:21] Starting 'flashSound:copynetwork'...
- [19:05:21] Finished 'flashSound:copynetwork' after 2.44 ms
- [19:05:21] Finished 'build:flashSound' after 2.66 s
- [19:05:21] Starting 'build:happyStar'...
- [19:05:21] Starting 'happyStar:copy'...
- [19:05:22] Finished 'happyStar:copy' after 943 ms
- [19:05:22] Starting 'happyStar:copyPage'...
- [19:05:22] Finished 'happyStar:copyPage' after 9.37 ms
- [19:05:22] Starting 'happyStar:copyPage2'...
- [19:05:22] Finished 'happyStar:copyPage2' after 34 ms
- [19:05:22] Starting 'happyStar:less'...
- [19:05:23] Finished 'happyStar:less' after 938 ms
- [19:05:23] Starting 'happyStar:rm'...
- [19:05:23] Finished 'happyStar:rm' after 163 ms
- [19:05:23] Starting 'happyStar:js'...
- [19:05:24] Finished 'happyStar:js' after 328 ms
- [19:05:24] Starting 'happyStar:wxml'...
- [19:05:24] Finished 'happyStar:wxml' after 174 ms
- [19:05:24] Starting 'happyStar:copysrc'...
- [19:05:24] Finished 'happyStar:copysrc' after 2.71 ms
- [19:05:24] Starting 'happyStar:copynetwork'...
- [19:05:24] Finished 'happyStar:copynetwork' after 1.26 ms
- [19:05:24] Finished 'build:happyStar' after 2.6 s
- [19:05:24] Starting 'build:gaoxiao'...
- [19:05:24] Starting 'gaoxiao:copy'...
- [19:05:25] Finished 'gaoxiao:copy' after 790 ms
- [19:05:25] Starting 'gaoxiao:copyPage'...
- [19:05:25] Finished 'gaoxiao:copyPage' after 9.7 ms
- [19:05:25] Starting 'gaoxiao:copyPage2'...
- [19:05:25] Finished 'gaoxiao:copyPage2' after 33 ms
- [19:05:25] Starting 'gaoxiao:less'...
- [19:05:26] Finished 'gaoxiao:less' after 1.01 s
- [19:05:26] Starting 'gaoxiao:rm'...
- [19:05:26] Finished 'gaoxiao:rm' after 135 ms
- [19:05:26] Starting 'gaoxiao:js'...
- [19:05:26] Finished 'gaoxiao:js' after 325 ms
- [19:05:26] Starting 'gaoxiao:wxml'...
- [19:05:26] Finished 'gaoxiao:wxml' after 161 ms
- [19:05:26] Starting 'gaoxiao:copysrc'...
- [19:05:26] Finished 'gaoxiao:copysrc' after 4.65 ms
- [19:05:26] Starting 'gaoxiao:copynetwork'...
- [19:05:26] Finished 'gaoxiao:copynetwork' after 2.1 ms
- [19:05:26] Finished 'build:gaoxiao' after 2.47 s
- [19:05:26] Finished 'build:post' after 29 s
- - initialize
- ✖ IDE may already started at port 15732, trying to connect
- ✔ IDE server started successfully, listening on http://127.0.0.1:10631
- - preparing
- ✔ open
- - initialize
- ✔ IDE server has started, listening on http://127.0.0.1:10631
- - preparing
- ✖ preparing
- [error] Error: {"code":10,"message":"Error: 错误 Error: can not find the project - /Users/ice/Documents/work/projects_01/auto-mini-program-tool/server/longVideoFactory/dist/vlog (code 10)"}
- at Object.t.resetFileUtils (/Applications/wechatwebdevtools.app/Contents/Resources/package.nw/js/common/cli/index.js:234:28697)
- at processTicksAndRejections (internal/process/task_queues.js:97:5)
- at async /Applications/wechatwebdevtools.app/Contents/Resources/package.nw/js/common/cli/index.js:142:111891
- - initialize
- ✔ IDE server has started, listening on http://127.0.0.1:10631
- - preparing
- - Fetching AppID (wx89e7eb06478361d7) permissions
- ✔ Using AppID: wx89e7eb06478361d7
- - Preview
- ✔ preview
- - initialize
- ✔ IDE server has started, listening on http://127.0.0.1:10631
- - preparing
- ✔ quit
- 192.168.80.185 - - [21/Oct/2021 19:06:35] "POST /send HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 19:06:50] "[36mGET /static/dist/index.html HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:06:50] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:06:50] "[36mGET /static/dist/assets/index.df0c4e9a.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:06:50] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:06:51] "[36mGET /static/dist/assets/element-icons.9c88a535.woff HTTP/1.1[0m" 304 -
- fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- 192.168.80.185 - - [21/Oct/2021 19:06:51] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 19:06:51] "GET /getGroup HTTP/1.1" 200 -
- Already up to date.
- 192.168.80.185 - - [21/Oct/2021 19:06:52] "[36mGET /static/dist/index.html HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:06:52] "GET /getBranch HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 19:06:52] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:06:52] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:06:52] "[36mGET /static/dist/assets/index.df0c4e9a.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:06:52] "[36mGET /static/dist/assets/element-icons.9c88a535.woff HTTP/1.1[0m" 304 -
- fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
- 192.168.80.185 - - [21/Oct/2021 19:06:52] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- 192.168.80.185 - - [21/Oct/2021 19:06:52] "[36mGET /static/dist/index.html HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:06:52] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:06:52] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:06:52] "[36mGET /static/dist/assets/index.df0c4e9a.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:06:52] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 19:06:52] "GET /getGroup HTTP/1.1" 200 -
- Error on request:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.9/site-packages/werkzeug/serving.py", line 319, in run_wsgi
- execute(self.server.app)
- File "/usr/local/lib/python3.9/site-packages/werkzeug/serving.py", line 311, in execute
- write(data)
- File "/usr/local/lib/python3.9/site-packages/werkzeug/serving.py", line 290, in write
- self.wfile.write(data)
- File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/socketserver.py", line 826, in write
- self._sock.sendall(b)
- OSError: [Errno 41] Protocol wrong type for socket
- 192.168.80.185 - - [21/Oct/2021 19:06:53] "GET /getGroup HTTP/1.1" 200 -
- Already up to date.
- fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
- 192.168.80.185 - - [21/Oct/2021 19:06:53] "GET /getBranch HTTP/1.1" 200 -
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- Already up to date.
- 192.168.80.185 - - [21/Oct/2021 19:06:54] "GET /getBranch HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 19:06:55] "[36mGET /static/dist/index.html HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:06:55] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:06:55] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:06:55] "[36mGET /static/dist/assets/index.df0c4e9a.js HTTP/1.1[0m" 304 -
- fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- 192.168.80.185 - - [21/Oct/2021 19:06:56] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 19:06:56] "GET /getGroup HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 19:06:56] "[36mGET /static/dist/index.html HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:06:56] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:06:56] "[36mGET /static/dist/assets/index.df0c4e9a.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:06:56] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- Already up to date.
- 192.168.80.185 - - [21/Oct/2021 19:06:56] "GET /getBranch HTTP/1.1" 200 -
- fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- 192.168.80.185 - - [21/Oct/2021 19:06:57] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 19:06:57] "GET /getGroup HTTP/1.1" 200 -
- Already up to date.
- 192.168.80.185 - - [21/Oct/2021 19:06:57] "GET /getBranch HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 19:07:02] "[36mGET /static/dist/index.html HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:07:02] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:07:02] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:07:02] "[36mGET /static/dist/assets/index.df0c4e9a.js HTTP/1.1[0m" 304 -
- fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- 192.168.80.185 - - [21/Oct/2021 19:07:02] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 19:07:02] "GET /getGroup HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 19:07:03] "[36mGET /static/dist/index.html HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:07:03] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:07:03] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:07:03] "[36mGET /static/dist/assets/index.df0c4e9a.js HTTP/1.1[0m" 304 -
- Already up to date.
- 192.168.80.185 - - [21/Oct/2021 19:07:03] "GET /getBranch HTTP/1.1" 200 -
- fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- 192.168.80.185 - - [21/Oct/2021 19:07:03] "[36mGET /static/dist/index.html HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:07:03] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:07:03] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:07:03] "[36mGET /static/dist/assets/index.df0c4e9a.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:07:03] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 19:07:03] "GET /getGroup HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 19:07:03] "[36mGET /static/dist/index.html HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:07:03] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:07:03] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:07:03] "[36mGET /static/dist/assets/index.df0c4e9a.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:07:04] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 19:07:04] "GET /getGroup HTTP/1.1" 200 -
- Already up to date.
- fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
- 192.168.80.185 - - [21/Oct/2021 19:07:04] "GET /getBranch HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 19:07:04] "[36mGET /static/dist/index.html HTTP/1.1[0m" 304 -
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- 192.168.80.185 - - [21/Oct/2021 19:07:04] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:07:04] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:07:04] "[36mGET /static/dist/assets/index.df0c4e9a.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:07:04] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 19:07:04] "GET /getGroup HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 19:07:04] "GET /getGroup HTTP/1.1" 200 -
- Already up to date.
- fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
- 192.168.80.185 - - [21/Oct/2021 19:07:04] "GET /getBranch HTTP/1.1" 200 -
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- Already up to date.
- fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
- 192.168.80.185 - - [21/Oct/2021 19:07:05] "GET /getBranch HTTP/1.1" 200 -
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- Already up to date.
- 192.168.80.185 - - [21/Oct/2021 19:07:06] "GET /getBranch HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 19:07:16] "[36mGET /static/dist/index.html HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:07:16] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:07:16] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:07:16] "[36mGET /static/dist/assets/index.df0c4e9a.js HTTP/1.1[0m" 304 -
- fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
- 192.168.80.185 - - [21/Oct/2021 19:07:16] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- 192.168.80.185 - - [21/Oct/2021 19:07:17] "GET /getGroup HTTP/1.1" 200 -
- Already up to date.
- 192.168.80.185 - - [21/Oct/2021 19:07:17] "GET /getBranch HTTP/1.1" 200 -
- Already on 'master'
- M package-lock.json
- Your branch is up to date with 'origin/master'.
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- Already up to date.
- 1: 0x100d78bad node::Abort() (.cold.1) [/usr/local/bin/node]
- 2: 0x10003ae85 node_module_register [/usr/local/bin/node]
- 3: 0x100040c48 node::PlatformInit() [/usr/local/bin/node]
- 4: 0x1000407e9 node::Start(int, char**) [/usr/local/bin/node]
- 5: 0x100001034 start [/usr/local/bin/node]
- 6: 0x3
- /bin/sh: line 1: 54236 Abort trap: 6 cnpm install
- 1: 0x100d78bad node::Abort() (.cold.1) [/usr/local/bin/node]
- 2: 0x10003ae85 node_module_register [/usr/local/bin/node]
- 3: 0x100040c48 node::PlatformInit() [/usr/local/bin/node]
- 4: 0x1000407e9 node::Start(int, char**) [/usr/local/bin/node]
- 5: 0x100001034 start [/usr/local/bin/node]
- /bin/sh: line 1: 54237 Abort trap: 6 npm run build
- 192.168.80.185 - - [21/Oct/2021 19:07:28] "POST /send HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 19:07:42] "[36mGET /static/dist/index.html HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:07:42] "[36mGET /static/dist/assets/vendor.adaadc93.js HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:07:42] "[36mGET /static/dist/assets/index.5b87c40b.css HTTP/1.1[0m" 304 -
- 192.168.80.185 - - [21/Oct/2021 19:07:42] "[36mGET /static/dist/assets/index.df0c4e9a.js HTTP/1.1[0m" 304 -
- fatal: destination path 'longVideoFactory' already exists and is not an empty directory.
- 192.168.80.185 - - [21/Oct/2021 19:07:43] "GET /static/dist/favicon.ico HTTP/1.1" 200 -
- hint: Pulling without specifying how to reconcile divergent branches is
- hint: discouraged. You can squelch this message by running one of the following
- hint: commands sometime before your next pull:
- hint:
- hint: git config pull.rebase false # merge (the default strategy)
- hint: git config pull.rebase true # rebase
- hint: git config pull.ff only # fast-forward only
- hint:
- hint: You can replace "git config" with "git config --global" to set a default
- hint: preference for all repositories. You can also pass --rebase, --no-rebase,
- hint: or --ff-only on the command line to override the configured default per
- hint: invocation.
- Already up to date.
- 192.168.80.185 - - [21/Oct/2021 19:07:43] "GET /getBranch HTTP/1.1" 200 -
- 192.168.80.185 - - [21/Oct/2021 19:07:43] "GET /getGroup HTTP/1.1" 200 -
- * Serving Flask app 'main' (lazy loading)
- * Environment: production
- WARNING: This is a development server. Do not use it in a production deployment.
- Use a production WSGI server instead.
- * Debug mode: on
- * Running on all addresses.
- WARNING: This is a development server. Do not use it in a production deployment.
- * Running on http://192.168.80.185:7777/ (Press CTRL+C to quit)
- * Restarting with stat
- * Debugger is active!
- * Debugger PIN: 141-089-509
- * Serving Flask app 'main' (lazy loading)
- * Environment: production
- WARNING: This is a development server. Do not use it in a production deployment.
- Use a production WSGI server instead.
- * Debug mode: on
- * Running on all addresses.
- WARNING: This is a development server. Do not use it in a production deployment.
- * Running on http://192.168.80.185:7777/ (Press CTRL+C to quit)
- * Restarting with stat
- * Debugger is active!
- * Debugger PIN: 141-089-509
- * Serving Flask app 'main' (lazy loading)
- * Environment: production
- WARNING: This is a development server. Do not use it in a production deployment.
- Use a production WSGI server instead.
- * Debug mode: on
- Traceback (most recent call last):
- File "/Users/ice/Documents/work/projects_01/auto-mini-program-tool/server/main.py", line 267, in <module>
- app.run(host='0.0.0.0', port=7777, debug=True)
- File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 920, in run
- run_simple(t.cast(str, host), port, self, **options)
- File "/usr/local/lib/python3.9/site-packages/werkzeug/serving.py", line 984, in run_simple
- s.bind(server_address)
- OSError: [Errno 48] Address already in use
- * Serving Flask app 'main' (lazy loading)
- * Environment: production
- WARNING: This is a development server. Do not use it in a production deployment.
- Use a production WSGI server instead.
- * Debug mode: on
- Traceback (most recent call last):
- File "/Users/ice/Documents/work/projects_01/auto-mini-program-tool/server/main.py", line 267, in <module>
- app.run(host='0.0.0.0', port=7777, debug=True)
- File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 920, in run
- run_simple(t.cast(str, host), port, self, **options)
- File "/usr/local/lib/python3.9/site-packages/werkzeug/serving.py", line 984, in run_simple
- s.bind(server_address)
- OSError: [Errno 48] Address already in use
- Traceback (most recent call last):
- File "/Users/ice/Documents/work/projects_01/auto-mini-program-tool/server/main.py", line 267, in <module>
- app.run(host='0.0.0.0', port=7777, debug=True)
- File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 920, in run
- run_simple(t.cast(str, host), port, self, **options)
- File "/usr/local/lib/python3.9/site-packages/werkzeug/serving.py", line 1002, in run_simple
- _rwr(
- File "/usr/local/lib/python3.9/site-packages/werkzeug/_reloader.py", line 418, in run_with_reloader
- ensure_echo_on()
- File "/usr/local/lib/python3.9/site-packages/werkzeug/_reloader.py", line 398, in ensure_echo_on
- termios.tcsetattr(sys.stdin, termios.TCSANOW, attributes)
- termios.error: (4, 'Interrupted system call')
- * Serving Flask app 'main' (lazy loading)
- * Environment: production
- WARNING: This is a development server. Do not use it in a production deployment.
- Use a production WSGI server instead.
- * Debug mode: on
- * Running on all addresses.
- WARNING: This is a development server. Do not use it in a production deployment.
- * Running on http://192.168.80.185:7777/ (Press CTRL+C to quit)
- * Restarting with stat
- * Debugger is active!
- * Debugger PIN: 141-089-509
- nohup: desdk_rpc_server: No such file or directory
- Traceback (most recent call last):
- File "/Users/ice/Documents/work/projects_01/auto-mini-program-tool/server/main.py", line 267, in <module>
- app.run(host='0.0.0.0', port=7777, debug=True)
- File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 920, in run
- run_simple(t.cast(str, host), port, self, **options)
- File "/usr/local/lib/python3.9/site-packages/werkzeug/serving.py", line 1002, in run_simple
- _rwr(
- File "/usr/local/lib/python3.9/site-packages/werkzeug/_reloader.py", line 418, in run_with_reloader
- ensure_echo_on()
- File "/usr/local/lib/python3.9/site-packages/werkzeug/_reloader.py", line 398, in ensure_echo_on
- termios.tcsetattr(sys.stdin, termios.TCSANOW, attributes)
- termios.error: (4, 'Interrupted system call')
|