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

server fails to startup with plugin installed #5

Closed
sdubrul opened this issue Apr 25, 2016 · 2 comments
Closed

server fails to startup with plugin installed #5

sdubrul opened this issue Apr 25, 2016 · 2 comments

Comments

@sdubrul
Copy link

sdubrul commented Apr 25, 2016

$ devpi-server --host 0.0.0.0 --port 4040 --serverdir /srv/devpi/ Traceback (most recent call last): File "/usr/local/bin/devpi-server", line 11, in <module> sys.exit(main()) File "/usr/local/lib/python2.7/dist-packages/devpi_server/main.py", line 54, in main pluginmanager = get_pluginmanager() File "/usr/local/lib/python2.7/dist-packages/devpi_server/config.py", line 24, in get_pluginmanager pm.load_setuptools_entrypoints("devpi_server") File "/home/sdubrul/.local/lib/python2.7/site-packages/pluggy.py", line 504, in load_setuptools_entrypoints self.register(plugin, name=ep.name) File "/home/sdubrul/.local/lib/python2.7/site-packages/pluggy.py", line 369, in register self._verify_hook(hook, hookimpl) File "/home/sdubrul/.local/lib/python2.7/site-packages/pluggy.py", line 477, in _verify_hook _formatdef(hookimpl.function), ", ".join(hook.argnames))) pluggy.PluginValidationError: Plugin 'devpi-jenkins' hook 'devpiserver_on_upload_sync' argument 'projectname' not available plugin definition: devpiserver_on_upload_sync(log, application_url, stage, projectname, version) available hookargs: __multicall__, log, application_url, stage, project, version

sdubrul@sdubrul-us:~$ pip list | grep devpi devpi-client (2.5.0) devpi-common (2.0.8) devpi-server (3.0.2) devpi-web (3.0.0) sdubrul@sdubrul-us:~$

@fschulze
Copy link
Contributor

I have release 2.0.0 to fix that.

@sdubrul
Copy link
Author

sdubrul commented Apr 25, 2016

Right. Pip installed & the new version allows startup of devpi-server.
Thanks mate!
/Stijn

@sdubrul sdubrul closed this as completed Apr 25, 2016
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

2 participants