-
Notifications
You must be signed in to change notification settings - Fork 66
Error in connection handler #31
Comments
this error can easily be fixed by replacing in file server.py all occurrences of trafficlights with trafficlight, (without the final s), because this is the module's new name in SUMO (see also eclipse-sumo/sumo#6163) |
TypeError: Only async functions are allowed as web-handlers , got functools.partial(<function send_as_http_response..func_wrapper at 0x7f00fe1535f0> |
I got the same error when load a model(bologna-acosta):
Any ideas as to why and how to fix? |
Server starts successfully but I get an error when attempting to load a model (any model):
Any ideas as to why and how to fix?
The text was updated successfully, but these errors were encountered: