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

Frequent connection-closing exceptions #19

Closed
fluffy-critter opened this issue Mar 7, 2019 · 1 comment
Closed

Frequent connection-closing exceptions #19

fluffy-critter opened this issue Mar 7, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@fluffy-critter
Copy link
Contributor

It looks like there's something wrong with connection pooling where the server might disconnect and the pool expects the connection to still be there. Example:

WARNING:pushl.entries:Entry http://beesbuzz.biz/blog/3978-Reprogramming-my-sleep-cycle: got ClientOSError: Cannot write to closing transport
WARNING:pushl.entries:Entry http://beesbuzz.biz/blog/8118-So-what-is-Subl-anyway: got ClientOSError: Cannot write to closing transport
WARNING:pushl.entries:Entry http://beesbuzz.biz/music/experiments/5720-sawbench-test: got ClientOSError: Cannot write to closing transport
WARNING:pushl.entries:Entry http://beesbuzz.biz/music/3987-Strangers-Official-video: got ClientOSError: Cannot write to closing transport
WARNING:pushl.entries:Entry http://beesbuzz.biz/music/covers/5274-I-Dont-Believe-You-Magnetic-Fields: got ClientOSError: Cannot write to closing transport
WARNING:pushl.entries:Entry http://beesbuzz.biz/music/experiments/2314-error-pages: got ClientOSError: Cannot write to closing transport
WARNING:pushl.entries:Entry http://beesbuzz.biz/music/1702-Boffo-Yux-Dudes: got ClientOSError: Cannot write to closing transport
WARNING:pushl.entries:Entry http://beesbuzz.biz/music/demos/771-Good-Luck-Charm: got ClientOSError: Cannot write to closing transport
WARNING:pushl.entries:Entry http://beesbuzz.biz/music/experiments/2346-bowed-bass: got ClientOSError: Cannot write to closing transport
WARNING:pushl.entries:Entry http://beesbuzz.biz/blog/7902-More-Authl-thoughts: got ServerDisconnectedError: None
INFO:pushl.webmentions:Sending Webmention http://beesbuzz.biz/blog/3743-More-fun-with-Webmentions -> https://webmention.io/
WARNING:pushl.entries:Entry https://beesbuzz.biz/comics/journal/555-Resolutions-for-2016: got ServerDisconnectedError: None
WARNING:pushl.entries:Entry https://beesbuzz.biz/comics/journal/839-July-1-2017-Re-refactor: got ServerDisconnectedError: None
WARNING:pushl.entries:Entry https://beesbuzz.biz/blog/6665-Some-more-site-template-update-thinguses: got ServerDisconnectedError: None

There is probably something hidden in the aiohttp.TCPConnector thing to make this retry or something.

@fluffy-critter fluffy-critter added the bug Something isn't working label Mar 7, 2019
@fluffy-critter
Copy link
Contributor Author

fixed some time ago, I forget by what

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant