Comment 0 for bug 2063199

Revision history for this message
Andreas Tsagkaropoulos (antsag) wrote :

When the connector.stop() method is called, an exception is raised, with the following text:

too many values to unpack (expected 2)

The solution to this is to append to lines 42/44 of the context.py file the .items() function call.