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

twistd errors with "reactor already installed" when dropin.cache was not created #37

Open
shengb opened this issue Jan 2, 2019 · 2 comments
Assignees

Comments

@shengb
Copy link
Contributor

shengb commented Jan 2, 2019

When running the twistd, if dropin.cache was not created yet, it reports
twistd: The specified reactor cannot be used, failed with error: reactor already installed.

A similar issue with the ticket on:
https://twistedmatrix.com/trac/ticket/3785

@DanielALS
Copy link

Is there a solution to this ?
I had to wipe out the dropin.cache to get things working again and hit this problem.

@DanielALS
Copy link

DanielALS commented Feb 17, 2021

UPDATE: Wrote too soon. This solution did not help me.

OK, found the solution to re-generate the cache:

https://twistedmatrix.com/documents/current/core/howto/plugin.html

from twisted.plugin import IPlugin, getPlugins
list(getPlugins(IPlugin))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants