PackageTracker-NodeServer icon indicating copy to clipboard operation
PackageTracker-NodeServer copied to clipboard

Package Tracker (Node.js) Server for third-party api support and fcm push

Results 12 PackageTracker-NodeServer issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.15.4 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependency [body-parser](https://github.com/expressjs/body-parser). These dependencies need to be updated together. Updates `qs` from 6.4.0 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix]...

dependencies

Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.11.7 to 4.13.21. Changelog Sourced from mongoose's changelog. 4.13.21 / 2020-07-12 fix(query): delete top-level _bsontype property in queries to prevent silent empty queries #8222 5.9.23 / 2020-07-10...

dependencies

Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.13 to 0.5.37. Release notes Sourced from moment-timezone's releases. 0.5.34 Updated data to IANA TZDB 2021e Release 0.5.33 Updated data to IANA TZDB 2021a Release 0.5.32 Updated...

dependencies

Bumps [debug](https://github.com/visionmedia/debug) from 2.6.8 to 2.6.9. Release notes *Sourced from [debug's releases](https://github.com/visionmedia/debug/releases).* > ## 2.6.9 > ### Patches > > - Remove ReDoS regexp in `%o` formatter: [#504](https://github-redirect.dependabot.com/visionmedia/debug/issues/504) > >...

dependencies

如题,在使用 `/query` API 查询物流信息时,服务器均返回“服务器错误” ```json { "message": "Done", "code": 0, "data": { "message": "服务器错误", "id": "", "company": "", "statusCode": "500", "state": "0", "isChecked": false, "_id": "5c7b5e9c479dda11a836faf1", "updateTime": "2019-03-03T04:57:00.832Z", "data": []...

```` module.js:549 throw err; ^ Error: Cannot find module './models/User' at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load (module.js:474:25) at Module.require (module.js:596:17) at require (internal/module.js:11:18) at Object. (/PackageTracker/subscribeapi.js:2:14) at Module._compile (module.js:652:30) at Object.Module._extensions..js...

> [root@vultr PackageTracker-NodeServer]# npm start > > > [email protected] start /root/PackageTracker-NodeServer > > node ./server.js > > Connecting to mongodb://127.0.0.1:27017/ptpush... > (node:24992) DeprecationWarning: Mongoose: mpromise (mongoose's default promise library) is...

在谷歌云和新加坡 azure 都部署过服务器并分享给少于五个朋友使用,但不到一个月就会被快递 100 封 ip,查看 log 发现很多已签收的订单仍会被重复查询。在 app 里也能发现相当数量的快递单在已签收的状态下仍然不会归类到“已完成”里面,请考虑修复这样的 bug.

想把这个服务放在 nginx 已有后面,这样避免单独开一张 HTTPS 证书之类的。 然而看起来客户端不支持按路径访问