Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


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

  1. foundin changed to: "2.2.1"
  2. 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'
    
  3. login: "joostden"
  4. mimetype: "text/x-fossil-plain"
  5. private_contact changed to: "814b15ef51bc21eec24d08d20daf211382a7d447"
  6. severity changed to: "Critical"
  7. status changed to: "Open"
  8. 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
    
  9. type changed to: "Code_Defect"