if you but braces end of a list (x.favourite_channels is list), then you get such error.
if you want i’th element of list x.favourite_channels you should write x.favourite_channels[i-1] instead.
solved python object oriented programming type:list object is not callable