stremio 安装时出错(ENOENT)

stremio 安装时出错(ENOENT)

我在安装时遇到问题斯特雷米奥通过 GitHub 上的指南。

我正处于指导(第7步),连接流媒体服务器。

server.js文件位于stremio-shell地图中。

但我收到此错误代码:

emile@UbuntuEmile:~/stremio-shell$ node server.js
hls executables located ->  { ffmpeg: null, ffsplit: null }
Using app path -> /home/emile/.stremio-server
Enabling casting...
EngineFS server started at http://127.0.0.1:11470
EngineFS HTTPS endpoint at https://local.strem.io:12470
{ Error: ENOENT: no such file or directory, open '/home/emile/.stremio-server/localFiles'
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/home/emile/.stremio-server/localFiles' }

我已经尝试创建像错误代码中那样的文件路径,但仍然不起作用。

相关内容