FS#53843 - [atom] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
Attached to Project:
Community Packages
Opened by Aaron (nelaaro) - Wednesday, 26 April 2017, 12:18 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 26 April 2017, 15:51 GMT
Opened by Aaron (nelaaro) - Wednesday, 26 April 2017, 12:18 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 26 April 2017, 15:51 GMT
|
Details
Description:
There are some places especially when doing updates, either through the atom settings > updates frontend or the apm backend. That the following errors are shown. apm update (node:22846) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead. In the atom gui application. Atom > settings > Updates > check for updates Fetching outdated packages and themes failed.Hide output… (node:27465) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead. Request for package information failed: connect ETIMEDOUT 50.19.93.247:443 Fetching outdated packages and themes failed.Hide output… (node:27459) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead. Request for package information failed: connect ETIMEDOUT 50.16.232.97:443 Additional info: $ sudo pacman -Q atom atom 1.16.0-1 $ sudo pacman -Q apm apm 1.18.0-1 $ sudo pacman -Q electron electron 1.4.16-1 * config and/or log files etc. Steps to reproduce: From the command line $ apm update In the atom gui application. Atom > settings > Updates > check for updates |
This task depends upon