-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Description
Hello, I went to run this today for the first time, and am receiving an error:
user@server:~/csgofloat$ node index.js
info: Updating Game Files...
info: Logging in redacted
/home/user/csgofloat/node_modules/protobufjs/dist/protobuf.js:784
throw e;
^
Error: Parse error at line 1: unexpected '404'
at Parser.ProtoBuf.DotProto.ParserPrototype.parse (/home/user/csgofloat/node_modules/protobufjs/dist/protobuf.js:779:35)
at Function.ProtoBuf.DotProto.Parser.parse (/home/user/csgofloat/node_modules/protobufjs/dist/protobuf.js:797:39)
at Object.ProtoBuf.loadProto (/home/user/csgofloat/node_modules/protobufjs/dist/protobuf.js:5128:59)
at Object.ProtoBuf.loadProtoFile (/home/user/csgofloat/node_modules/protobufjs/dist/protobuf.js:5174:52)
at Object.<anonymous> (/home/user/csgofloat/node_modules/csgo/helpers/protos.js:14:10)
at Module._compile (module.js:653:30)
at Object.Module._extensions..js (module.js:664:10)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)
Attempted npm update
:
user@server:~/csgofloat$ npm update
npm WARN steam@1.4.0 had bundled packages that do not match the required version(s). They have been replaced with non-bundled versions.
+ csgo@1.5.12
+ express@4.16.4
+ mongodb@2.2.36
+ steam-totp@1.5.0
+ winston@2.4.4
+ simple-vdf@1.1.1
added 47 packages from 42 contributors, removed 35 packages, updated 27 packages and moved 4 packages in 4.997s
user@server:~/csgofloat$ node index.js
info: Updating Game Files...
info: Logging in redacted
/home/user/csgofloat/node_modules/steam-resources/steam_language_parser/index.js:8
process.chdir(languagePath);
^
Error: ENOENT: no such file or directory, uv_chdir
at Object.<anonymous> (/home/user/csgofloat/node_modules/steam-resources/steam_language_parser/index.js:8:9)
at Module._compile (module.js:653:30)
at Object.Module._extensions..js (module.js:664:10)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)
at Module.require (module.js:597:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/home/user/csgofloat/node_modules/steam-resources/index.js:81:1)
at Module._compile (module.js:653:30)
I'd be happy to provide any more information that you require!
Metadata
Metadata
Assignees
Labels
No labels