bilive / bilive_client

基于Node.JS的bilibili账号活跃系统
MIT License
457 stars 109 forks source link

有关文件配置的一些问题 #31

Closed Jovy310 closed 6 years ago

Jovy310 commented 6 years ago

请问文件配置在哪里配置? 是需要我将个人信息都配置在options.default.json? 另外, 地址:https://lzghzr.github.io/bilive_client_view/index.html 这里面配置的是什么?是不是有个服务器端的部署?

lzghzr commented 6 years ago

按照步骤做,运行到"已监听 :10080"就可以打开这个地址进行配置了,默认protocol为"admin" 另有人反应Firefox无法连接,需要chrome

Jovy310 notifications@github.com 于 2017年12月4日周一 19:17写道:

请问文件配置在哪里配置? 是需要我将个人信息都配置在options.default.json? 另外, 地址:https://lzghzr.github.io/bilive_client_view/index.html 这里面配置的是什么?是不是有个服务器端的部署?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lzghzr/bilive_client/issues/31, or mute the thread https://github.com/notifications/unsubscribe-auth/AMxV0hkR6HE6fHALRVteqpYqm0Q4GuNmks5s89TPgaJpZM4Q0fk2 .

Jovy310 commented 6 years ago

F:\bilive_client\bilive\index.js:13 async Start() { ^^^^^ SyntaxError: Unexpected identifier at Object.exports.runInThisContext (vm.js:76:16) at Module._compile (module.js:542:28) at Object.Module._extensions..js (module.js:579:10) at Module.load (module.js:487:32) at tryModuleLoad (module.js:446:12) at Function.Module._load (module.js:438:3) at Module.require (module.js:497:17) at require (internal/module.js:20:19) at Object. (F:\bilive_client\app.js:2:16) at Module._compile (module.js:570:32)

已经安装Node.js,下载bilive_client.zip,运行了npm install,运行node app.js的时候报错。

lzghzr commented 6 years ago

nodejs版本需要大于8.5

Jovy310 notifications@github.com 于 2017年12月4日周一 19:36写道:

F:\bilive_client\bilive\index.js:13 async Start() { ^^^^^ SyntaxError: Unexpected identifier at Object.exports.runInThisContext (vm.js:76:16) at Module._compile (module.js:542:28) at Object.Module._extensions..js (module.js:579:10) at Module.load (module.js:487:32) at tryModuleLoad (module.js:446:12) at Function.Module._load (module.js:438:3) at Module.require (module.js:497:17) at require (internal/module.js:20:19) at Object. (F:\bilive_client\app.js:2:16) at Module._compile (module.js:570:32)

已经安装Node.js,下载bilive_client.zip,运行了npm install,运行node app.js的时候报错。

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/lzghzr/bilive_client/issues/31#issuecomment-348937167, or mute the thread https://github.com/notifications/unsubscribe-auth/AMxV0ub1PTq399cdHP1BDUK1IxdwOA2Tks5s89ktgaJpZM4Q0fk2 .

Jovy310 commented 6 years ago

感激不尽