#42 ValueError: No config value 'endpoints' found.
Closed: Fixed 7 years ago Opened 7 years ago by ignatenkobrain.

(venv) [brain@x1carbon mdapi]$ ./mdapi-get_repo_md mdapi/default_config.py

Traceback (most recent call last):
  File "./mdapi-get_repo_md", line 74, in <module>
    cert_prefix='mdapi',
  File "/home/brain/Downloads/debugdata/mdapi/venv/lib/python3.5/site-packages/fedmsg/__init__.py", line 55, in init
    config = fedmsg.config.load_config([], None)
  File "/home/brain/Downloads/debugdata/mdapi/venv/lib/python3.5/site-packages/fedmsg/config.py", line 162, in load_config
    raise ValueError("No config value 'endpoints' found.")
ValueError: No config value 'endpoints' found.

(venv) [brain@x1carbon mdapi]$ pip freeze

aiohttp==0.22.5
arrow==0.8.0
cffi==1.7.0
chardet==2.3.0
cryptography==1.5
fedmsg==0.17.2
idna==2.1
kitchen==1.2.4
multidict==1.2.2
pyasn1==0.1.9
pycparser==2.14
python-dateutil==2.5.3
pyzmq==15.4.0
requests==2.11.1
six==1.10.0
SQLAlchemy==1.0.15
Werkzeug==0.11.11

Try 'dnf install fedmsg'.

It is expecting to find /etc/fedmsg.d/ with an endpoints value declared, but I bet it cannot find it.

I think this is now fixed, we're listing fedmsg in the requirements and shipping on fedmsg.d folder of our own.

Let's re-open if that is still a problem.

Metadata Update from @pingou:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

7 years ago

Login to comment on this ticket.

Metadata