[ https://issues.apache.org/jira/browse/AIRFLOW-2402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kaxil Naik resolved AIRFLOW-2402. --------------------------------- Resolution: Fixed Fix Version/s: (was: 1.10.0) 2.0.0 Issue resolved by pull request #3319 [https://github.com/apache/incubator-airflow/pull/3319] > Airflow 1.10 Logs UI throws oops error > -------------------------------------- > > Key: AIRFLOW-2402 > URL: https://issues.apache.org/jira/browse/AIRFLOW-2402 > Project: Apache Airflow > Issue Type: Bug > Components: authentication, ui > Affects Versions: 1.10.0 > Reporter: Ramki Subramanian > Assignee: Kevin Yang > Priority: Major > Fix For: 2.0.0 > > > Hi, > I am getting an error at > [incubator-airflow/airflow/www_rbac/views.py|https://github.com/apache/incubator-airflow/blob/4d64ad4928f0188f7532936e8da6612f5ec7170d/airflow/www_rbac/views.py#L454] > Line 454 in > [4d64ad4|https://github.com/apache/incubator-airflow/commit/4d64ad4928f0188f7532936e8da6612f5ec7170d] > | |logs[i] = log.decode('utf-8')| > > {{/home/user/lib/python2.7/site-packages/airflow/www_rbac/views.py", line > 454, in log logs[i] = log.decode('utf-8') AttributeError: 'list' object has > no attribute 'decode' }} > Not sure if someone is already looking into this, or I am missing some config? > Branch : 1.10_test > More Info here: > [https://github.com/apache/incubator-airflow/commit/05e1861e24de42f9a2c649cd93041c5c744504e1#diff-77df5adb32d964f37748c4557ffb3c4c] > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)