You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parent class requires the explicit keyword patterns=[get_home() + '/' + filetowatch]
This mess ups the vc startup when using http at least.
To Reproduce
Steps to reproduce the behavior:
install vc using vcfg
Start volttron
look for error:
Traceback (most recent call last):
File "src/gevent/greenlet.py", line 906, in gevent._gevent_cgreenlet.Greenlet.run
File "/home/user/volttron/volttron/platform/web/platform_web_service.py", line 768, in startupagent
self._admin_endpoints = AdminEndpoints(rpc_caller=rpc_caller)
File "/home/user/volttron/volttron/platform/web/admin_endpoints.py", line 94, in __init__
VolttronHomeFileReloader("web-users.json", self.reload_userdict),
File "/home/user/volttron/volttron/utils/__init__.py", line 109, in __init__
super(VolttronHomeFileReloader, self).__init__([get_home() + '/' + filetowatch])
TypeError: PatternMatchingEventHandler.__init__() takes 1 positional argument but 2 were given
Operating System (please complete the following information):
OS: Ubuntu 22.04 on Rpi4
Volttron Version [9.0.1]
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
In volttron/utils/init.py line 107
The parent class requires the explicit keyword
patterns=[get_home() + '/' + filetowatch]
This mess ups the vc startup when using http at least.
To Reproduce
Steps to reproduce the behavior:
Operating System (please complete the following information):
The text was updated successfully, but these errors were encountered: