Sonys9
Sonys9
conservation.get_response() TypeError: '<' not supported between instances of 'float' and 'NoneType'
why no answer :(
conservation.get_response() TypeError: '<' not supported between instances of 'float' and 'NoneType'
i gotchu i will try to recode it myself because conservation is nice
conservation.get_response() TypeError: '<' not supported between instances of 'float' and 'NoneType'
i see due is None, checking why...
conservation.get_response() TypeError: '<' not supported between instances of 'float' and 'NoneType'
I got it at start, self._total_due = None in function __aenter__ if self._total_timeout: self._total_due = time.time() + self._total_timeout else: self._total_due = float('inf') but this function isnt calling
conservation.get_response() TypeError: '<' not supported between instances of 'float' and 'NoneType'
for some reason, after fixing, its gives TimeoutError, need to check why
conservation.get_response() TypeError: '<' not supported between instances of 'float' and 'NoneType'
its hard for me, so, i cant fix it :( (and im lazy) but what i found: 1. due in _get_result may be None, so, i changed some code to...
Hey give a code