Open Duell10111 opened 6 years ago
jsonify no longer supports encoding arrays, for (bogus in my view) security reasons.
I changed the jsonify line to try: return Response(json.dumps(lineup), mimetype='application/json'); except Exception as e: print('An error occured: ' + repr(e))
which tvheadend version do you use? i get the same error with unstable Tvheadend 4.3-1159~gc64482d65
I get an HTTP 500 error with jsonify(lineup) using json.dumps resolves my problem ;)