Ticket Change Details
Overview
Artifact ID: | 8818520a4eb37330061fb8018db6810abeb17128 |
---|---|
Ticket: | 4163057c375ef104d431de2dbbc866d21a117d25
In the tunein.py line 103 needs to be changed into "if int(len(r)) < int(conf.max_streams) and max > 0:" to work properly |
User & Date: | joostden on 2020-04-13 15:31:58 |
Changes
- foundin changed to: "2.2.1"
- icomment:
The change of file tunein.py; line 103 into "if int(len(r)) < int(conf.max_streams) and max > 0: " solves the following error: File "/usr/share/streamtuner2/channels/tunein.py", line 103, in api if len(r) < conf.max_streams and max > 0: TypeError: '<' not supported between instances of 'int' and 'str'
- login: "joostden"
- mimetype: "text/x-fossil-plain"
- private_contact changed to: "814b15ef51bc21eec24d08d20daf211382a7d447"
- severity changed to: "Critical"
- status changed to: "Open"
- title changed to:
In the tunein.py line 103 needs to be changed into "if int(len(r)) < int(conf.max_streams) and max > 0:" to work properly
- type changed to: "Code_Defect"