Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in [email protected] when deleting files #587

Closed
DaneEveritt opened this issue Aug 15, 2017 · 0 comments
Closed

Bug in [email protected] when deleting files #587

DaneEveritt opened this issue Aug 15, 2017 · 0 comments
Labels
bug Something that's not working as it's intended to be.

Comments

@DaneEveritt
Copy link
Member

Causes a warning popup in the panel, however the file is still deleted.

04:19:54.736Z FATAL wings: (path={}, method=DELETE)
    Error: Can't remove headers after they are sent
        at ServerResponse.removeHeader (_http_outgoing.js:587:11)
        at ServerResponse.restifyWriteHead [as writeHead] (/srv/daemon/node_modules/restify/lib/response.js:426:14)
        at _cb (/srv/daemon/node_modules/restify/lib/response.js:326:14)
        at ServerResponse.send (/srv/daemon/node_modules/restify/lib/response.js:342:9)
        at Responses.generic204 (/srv/daemon/src/helpers/responses.js:35:25)
        at Auth.server.fs.rm.err (/srv/daemon/src/controllers/routes.js:313:23)
        at CB (/srv/daemon/node_modules/fs-extra/lib/remove/rimraf.js:57:5)
        at options.unlink.er (/srv/daemon/node_modules/fs-extra/lib/remove/rimraf.js:107:14)
        at FSReqWrap.oncomplete (fs.js:135:15)
04:19:54.743Z FATAL wings: (path={}, method=DELETE)
    Error: Can't set headers after they are sent.
        at validateHeader (_http_outgoing.js:504:11)
        at ServerResponse.setHeader (_http_outgoing.js:511:3)
        at ServerResponse.format (/srv/daemon/node_modules/restify/lib/response.js:147:10)
        at ServerResponse.send (/srv/daemon/node_modules/restify/lib/response.js:340:14)
        at Responses.generic500 (/srv/daemon/src/helpers/responses.js:39:25)
        at Responses.generic204 (/srv/daemon/src/helpers/responses.js:33:25)
        at Auth.server.fs.rm.err (/srv/daemon/src/controllers/routes.js:313:23)
        at Async.eachOfLimit (/srv/daemon/src/controllers/fs.js:210:24)
        at replenish (/srv/daemon/node_modules/async/dist/async.js:946:17)
        at iterateeCallback (/srv/daemon/node_modules/async/dist/async.js:931:17)
@DaneEveritt DaneEveritt added bug Something that's not working as it's intended to be. priority: high labels Aug 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that's not working as it's intended to be.
Projects
None yet
Development

No branches or pull requests

1 participant