<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">I am connecting one signal to another via the second signal’s , and then later on trying to disconnect it with a similar call but using disconnect. But I get the following error, any explanation why?</div><div class=""><br class=""></div><div class="">Thanks!@</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 13px; line-height: normal; font-family: Monaco; color: rgb(244, 244, 244); background-color: rgb(0, 0, 0);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">    item.eventAdded[Event].disconnect(self.eventAdded.emit)</span></div><div style="margin: 0px; font-stretch: normal; font-size: 13px; line-height: normal; font-family: Monaco; color: rgb(244, 244, 244); background-color: rgb(0, 0, 0);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">TypeError: 'builtin_function_or_method' object is not connected</span></div></div></body></html>