【问题标题】:Voxeet sample app started but visiting https://localhost:8080 shows an errorVoxeet 示例应用程序已启动,但访问 https://localhost:8080 显示错误
【发布时间】:2019-10-04 15:14:41
【问题描述】:

我已经注册了voxeet 并获得了我的试用版用户密钥。

我将consumerKeyconsumerSecret 密钥添加到我的VoxeetConference.js 并启动yarn

$ yarn start

yarn run v1.19.0
$ webpack-dev-server -d --hot --inline --content-base
Project is running at https://localhost:8080/
webpack output is served from /      // ... omitted from here

说项目是在localhost上运行的,但是当我尝试访问localhost时却显示如下错误并失败:

OutgoingMessage.prototype._headers is deprecated
internal/buffer.js:940 class FastBuffer extends Uint8Array {} ^

RangeError: Invalid typed array length: -4095 at new Uint8Array () at
new FastBuffer (internal/buffer.js:940:1) at Handle.onStreamRead [as
onread] (internal/stream_base_commons.js:181:19) at Stream.
(E:\kjy\itinerary\02_source\voxeet\node_modules\handle-thing\lib\handle.js:120:12)
at Stream.emit (events.js:215:7) at endReadableNT
(E:\kjy\itinerary\02_source\voxeet\node_modules\readable-stream\lib_stream_readable.js:1010:12)
at processTicksAndRejections (internal/process/task_queues.js:80:21)
error Command failed with exit code 1. info Visit
https://yarnpkg.com/en/docs/cli/run for documentation about this
command. ```

我的npm版本是6.11.3,node版本是12.11.1,yarn版本是1.19.0

谁能告诉我这里出了什么问题?

【问题讨论】:

    标签: javascript node.js videochat video-conferencing


    【解决方案1】:

    我将我的 nodejs 版本降级到 10.15.3 (LTS) 并且它工作正常。 我从https://github.com/voxeet/voxeet-web-conferencekit.git 下载了源代码。更多信息请参考:https://github.com/voxeet/voxeet-web-conferencekit/issues/1 特别感谢 Energizz@voxeet。

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-09-10
    • 1970-01-01
    • 1970-01-01
    • 2021-11-15
    • 2018-08-26
    • 1970-01-01
    相关资源
    最近更新 更多