2020-09-09 05:00:09 +00:00
<!DOCTYPE html>
< html >
< head >
< title > Calibre-Web Tests< / title >
< meta name = "generator" content = "" / >
< meta name = "version" content = "" / >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
<!-- Bootstrap -->
< link href = "./../cps/static/css/libs/bootstrap.min.css" rel = "stylesheet" >
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
< script src = "./../cps/static/js/libs/jquery.min.js" > < / script >
<!-- Include all compiled plugins (below), or include individual files as needed -->
< script src = "./../cps/static/js/libs/bootstrap.min.js" > < / script >
<!-- Project CSS -->
< link href = "css/runner.css" rel = "stylesheet" >
<!-- Project JS -->
< script src = "js/runner.js" > < / script >
< / head >
< body >
< div class = "row report-title" >
< h1 id = 'report_title' class = "text-center" > Calibre-Web Tests< / h1 >
< / div >
< div class = "row" >
< div class = "col" >
< div class = "col-xs-12 col-sm-6" >
< div class = "piechart" >
< div >
< canvas id = "circle" width = "350" height = "168" > < / canvas >
< / div >
< / div >
< / div >
< div class = "col-xs-12 col-sm-6" >
< div class = "row" >
< div class = "col-xs-6 col-md-6 col-sm-offset-3" style = "margin-top:50px;" >
2022-06-17 08:14:33 +00:00
< p class = 'text-justify attribute' > < strong > Start Time: < / strong > 2022-06-16 20:34:19< / p >
2020-09-09 05:00:09 +00:00
< / div >
< / div >
< div class = "row" >
< div class = "col-xs-6 col-md-6 col-sm-offset-3" >
2022-06-17 08:14:33 +00:00
< p class = 'text-justify attribute' > < strong > Stop Time: < / strong > 2022-06-17 01:15:22< / p >
2020-09-09 05:00:09 +00:00
< / div >
< / div >
< div class = "row" >
< div class = "col-xs-6 col-md-6 col-sm-offset-3" >
2022-06-17 08:14:33 +00:00
< p class = 'text-justify attribute' > < strong > Duration: < / strong > 3h 51 min< / p >
2020-09-09 05:00:09 +00:00
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = 'report-description' >
< div id = 'report_description' class = 'row text-center' > < / div >
< / div >
< div class = 'text-center buttons' >
< div id = 'show_detail_line' class = "btn-group pagination-centered" role = "group" aria-label = "TESTE" >
< button type = "button" class = "btn btn-success" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show only the execution summary" onclick="showCase(0)">Summary
< / button >
< button type = "button" class = "btn btn-info" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show only the execution summary" onclick="showCase(5)">Summary Problems
< / button >
< button type = "button" class = "btn btn-warning" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show skipped test cases" onclick="showCase(3)">Skipped
< / button >
< button type = "button" class = "btn btn-danger" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show the filed test cases" onclick="showCase(1)">Failed
< / button >
< button type = "button" class = "btn btn-info" data-toggle = "button" aria-pressed = "false" data-placement = "top"
title="Show the filed test cases" onclick="showCase(4)">Error
< / button >
< button type = "button" class = "btn btn-primary" data-toggle = "tooltip" aria-pressed = "false" data-placement = "top"
title="Show all test cases" onclick="showCase(2)">All
< / button >
< / div >
< / div >
< table id = 'result_table' class = 'table table-bordered table-responsive table-curved' >
< colgroup >
< col / >
< col / >
< col / >
< col / >
< col / >
< col / >
< / colgroup >
< tr id = 'header_row' class = "text-center bg-grey" >
< td > Test Group/Test case< / td >
< td > Count< / td >
< td > Pass< / td >
< td > Fail< / td >
< td > Error< / td >
< td > Skip< / td >
< td > View< / td >
< / tr >
2021-11-24 16:35:09 +00:00
< tr id = "su" class = "passClass" >
2020-09-09 05:00:09 +00:00
< td > TestAnonymous< / td >
< td class = "text-center" > 13< / td >
2021-11-24 16:35:09 +00:00
< td class = "text-center" > 13< / td >
< td class = "text-center" > 0< / td >
2020-09-09 05:00:09 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c1', 13)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt1.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_check_locale_guest< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_guest_about< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_category< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_format< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_hot< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.6' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_language< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_publisher< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.8' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_rated< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.9' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_rating< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.10' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_guest_change_visibility_series< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt1.11' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestAnonymous - test_guest_random_books_available< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-11-23 18:32:11 +00:00
< tr id = 'pt1.12' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
< div class = 'testcase' > TestAnonymous - test_guest_restricted_settings_visibility< / div >
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-11-24 16:35:09 +00:00
< tr id = 'pt1.13' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
< div class = 'testcase' > TestAnonymous - test_guest_visibility_sidebar< / div >
< / td >
2021-11-24 16:35:09 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2022-05-08 10:55:54 +00:00
< tr id = "su" class = "passClass" >
2021-01-02 06:51:48 +00:00
< td > TestCli< / td >
2022-05-06 15:48:58 +00:00
< td class = "text-center" > 12< / td >
2022-05-08 10:55:54 +00:00
< td class = "text-center" > 12< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
2020-12-09 18:02:10 +00:00
< td class = "text-center" > 0< / td >
2020-09-09 05:00:09 +00:00
< td class = "text-center" >
2022-05-06 15:48:58 +00:00
< a onclick = "showClassDetail('c2', 12)" > Detail< / a >
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2021-01-02 06:51:48 +00:00
< tr id = 'pt2.1' class = 'hiddenRow bg-success' >
2020-12-09 18:02:10 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestCli - test_already_started< / div >
2020-12-09 18:02:10 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-09 18:02:10 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
< tr id = 'pt2.2' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestCli - test_bind_to_single_interface< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-07-30 09:43:26 +00:00
< tr id = 'pt2.3' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-04-26 17:03:01 +00:00
< div class = 'testcase' > TestCli - test_change_password< / div >
2020-12-09 18:02:10 +00:00
< / td >
2021-07-30 09:43:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-07-30 09:43:26 +00:00
< tr id = 'pt2.4' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-04-26 17:03:01 +00:00
< div class = 'testcase' > TestCli - test_cli_SSL_files< / div >
2020-12-09 18:02:10 +00:00
< / td >
2021-07-30 09:43:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
< tr id = 'pt2.5' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-04-26 17:03:01 +00:00
< div class = 'testcase' > TestCli - test_cli_different_folder< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-07-30 09:43:26 +00:00
< tr id = 'pt2.6' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-04-26 17:03:01 +00:00
< div class = 'testcase' > TestCli - test_cli_different_settings_database< / div >
2020-12-09 18:02:10 +00:00
< / td >
2021-07-30 09:43:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
< tr id = 'pt2.7' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2022-01-30 09:57:29 +00:00
< div class = 'testcase' > TestCli - test_dryrun_update< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2022-05-08 10:55:54 +00:00
< tr id = 'pt2.8' class = 'hiddenRow bg-success' >
2022-05-06 15:48:58 +00:00
< td >
< div class = 'testcase' > TestCli - test_enable_reconnect< / div >
< / td >
2022-05-08 10:55:54 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-05-06 15:48:58 +00:00
< / tr >
< tr id = 'pt2.9' class = 'hiddenRow bg-success' >
2022-01-30 09:57:29 +00:00
< td >
< div class = 'testcase' > TestCli - test_environ_port_setting< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-05-08 10:55:54 +00:00
< tr id = 'pt2.10' class = 'hiddenRow bg-success' >
2022-04-28 18:57:09 +00:00
< td >
< div class = 'testcase' > TestCli - test_no_database< / div >
< / td >
2022-05-08 10:55:54 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-04-28 18:57:09 +00:00
< / tr >
2022-05-06 15:48:58 +00:00
< tr id = 'pt2.11' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestCli - test_settingsdb_not_writeable< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-07-30 09:43:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2022-05-06 15:48:58 +00:00
2022-05-08 10:55:54 +00:00
< tr id = 'pt2.12' class = 'hiddenRow bg-success' >
2022-05-06 15:48:58 +00:00
< td >
< div class = 'testcase' > TestCli - test_writeonly_static_files< / div >
< / td >
2022-05-08 10:55:54 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-05-06 15:48:58 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
2022-05-08 10:55:54 +00:00
< tr id = "su" class = "passClass" >
2021-04-26 17:03:01 +00:00
< td > TestCliGdrivedb< / td >
2022-04-28 18:57:09 +00:00
< td class = "text-center" > 4< / td >
2022-05-06 15:48:58 +00:00
< td class = "text-center" > 4< / td >
2021-04-26 17:03:01 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
2022-05-08 10:55:54 +00:00
< td class = "text-center" > 0< / td >
2021-04-26 17:03:01 +00:00
< td class = "text-center" >
2022-04-28 18:57:09 +00:00
< a onclick = "showClassDetail('c3', 4)" > Detail< / a >
2021-04-26 17:03:01 +00:00
< / td >
< / tr >
2022-05-08 10:55:54 +00:00
< tr id = 'pt3.1' class = 'hiddenRow bg-success' >
2021-04-26 17:03:01 +00:00
< td >
2022-04-26 08:49:06 +00:00
< div class = 'testcase' > TestCliGdrivedb - test_cli_gdrive_folder< / div >
2021-04-26 17:03:01 +00:00
< / td >
2022-05-08 10:55:54 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-26 17:03:01 +00:00
< / tr >
2022-05-08 10:55:54 +00:00
< tr id = 'pt3.2' class = 'hiddenRow bg-success' >
2022-04-26 08:49:06 +00:00
< td >
< div class = 'testcase' > TestCliGdrivedb - test_cli_gdrive_location< / div >
< / td >
2022-05-08 10:55:54 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-04-26 08:49:06 +00:00
< / tr >
2022-05-08 10:55:54 +00:00
< tr id = 'pt3.3' class = 'hiddenRow bg-success' >
2021-04-26 17:03:01 +00:00
< td >
< div class = 'testcase' > TestCliGdrivedb - test_gdrive_db_nonwrite< / div >
< / td >
2022-05-08 10:55:54 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-26 17:03:01 +00:00
< / tr >
2022-04-28 18:57:09 +00:00
2022-05-08 10:55:54 +00:00
< tr id = 'pt3.4' class = 'hiddenRow bg-success' >
2022-04-28 18:57:09 +00:00
< td >
< div class = 'testcase' > TestCliGdrivedb - test_no_database< / div >
< / td >
2022-05-08 10:55:54 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-04-28 18:57:09 +00:00
< / tr >
2021-04-26 17:03:01 +00:00
2021-01-02 06:51:48 +00:00
< tr id = "su" class = "passClass" >
< td > TestCoverEditBooks< / td >
2021-11-23 18:32:11 +00:00
< td class = "text-center" > 2< / td >
< td class = "text-center" > 2< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2021-11-23 18:32:11 +00:00
< a onclick = "showClassDetail('c4', 2)" > Detail< / a >
2021-01-02 06:51:48 +00:00
< / td >
< / tr >
2020-09-09 05:00:09 +00:00
2021-04-26 17:03:01 +00:00
< tr id = 'pt4.1' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
< div class = 'testcase' > TestCoverEditBooks - test_invalid_jpg_hdd< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt4.2' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestCoverEditBooks - test_upload_jpg< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
2021-10-31 10:31:53 +00:00
< tr id = "su" class = "passClass" >
2021-01-02 06:51:48 +00:00
< td > TestDeleteDatabase< / td >
< td class = "text-center" > 1< / td >
2021-10-30 05:31:12 +00:00
< td class = "text-center" > 1< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
2021-10-31 10:31:53 +00:00
< td class = "text-center" > 0< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" >
2021-04-26 17:03:01 +00:00
< a onclick = "showClassDetail('c5', 1)" > Detail< / a >
2021-01-02 06:51:48 +00:00
< / td >
< / tr >
2020-09-09 05:00:09 +00:00
2021-10-31 10:31:53 +00:00
< tr id = 'pt5.1' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-01-02 06:51:48 +00:00
< div class = 'testcase' > TestDeleteDatabase - test_delete_books_in_database< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-10-31 10:31:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
2022-06-06 07:00:09 +00:00
< tr id = "su" class = "errorClass" >
2021-01-02 06:51:48 +00:00
< td > TestEbookConvertCalibre< / td >
2022-06-17 08:14:33 +00:00
< td class = "text-center" > 30< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 30< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2022-06-17 08:14:33 +00:00
< a onclick = "showClassDetail('c6', 30)" > Detail< / a >
2021-01-02 06:51:48 +00:00
< / td >
< / tr >
2020-09-09 05:00:09 +00:00
2022-06-17 08:14:33 +00:00
< tr id = "et6.1" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2022-01-26 06:31:01 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_calibre_log< / div >
2020-09-09 05:00:09 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e61c7dc0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 632, in test_calibre_log
self.fill_basic_config({' config_log_level' : ' DEBUG' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 393, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e61c7dc0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.2" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_calibre_log< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.2')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e6215a60> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 67, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e6215a60> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-12 14:16:22 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.3" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_deactivate< / div >
2022-01-26 06:31:01 +00:00
< / td >
2022-06-06 07:00:09 +00:00
< td colspan = '6' >
< div class = "text-center" >
2022-06-17 08:14:33 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.3')" > ERROR< / a >
2022-06-06 07:00:09 +00:00
< / div >
<!-- css div popup start -->
2022-06-17 08:14:33 +00:00
< div id = "div_et6.3" class = "popup_window test_output" style = "display:block;" >
2022-06-06 07:00:09 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2022-06-17 08:14:33 +00:00
onclick="document.getElementById('div_et6.3').style.display='none'">< span
2022-06-06 07:00:09 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2022-06-17 08:14:33 +00:00
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e68f8400> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 74, in test_convert_deactivate
self.fill_basic_config({' config_converterpath' : " " })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 393, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e68f8400> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
2022-06-06 07:00:09 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2022-06-06 07:00:09 +00:00
< tr id = "et6.4" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_deactivate< / div >
2022-01-26 06:31:01 +00:00
< / td >
2022-06-06 07:00:09 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.4')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2022-06-17 08:14:33 +00:00
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e68f8880> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 67, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e68f8880> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
2022-06-06 07:00:09 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.5" class = "none bg-info" >
2020-12-12 14:16:22 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_email< / div >
2020-12-12 14:16:22 +00:00
< / td >
2022-06-06 07:00:09 +00:00
< td colspan = '6' >
< div class = "text-center" >
2022-06-17 08:14:33 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.5')" > ERROR< / a >
2022-06-06 07:00:09 +00:00
< / div >
<!-- css div popup start -->
2022-06-17 08:14:33 +00:00
< div id = "div_et6.5" class = "popup_window test_output" style = "display:block;" >
2022-06-06 07:00:09 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2022-06-17 08:14:33 +00:00
onclick="document.getElementById('div_et6.5').style.display='none'">< span
2022-06-06 07:00:09 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2022-06-17 08:14:33 +00:00
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e690db80> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 186, in test_convert_email
self.setup_server(True, {' mail_password' : ' 10234' , ' mail_use_ssl' : ' None' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 728, in setup_server
select = Select(cls.driver.find_element(By.ID, key))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e690db80> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
2022-06-06 07:00:09 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-08-29 09:31:10 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.6" class = "none bg-info" >
2021-08-29 09:31:10 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_email< / div >
2022-01-26 06:31:01 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.6')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.6" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e68a31c0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 67, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e68a31c0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2022-05-08 10:55:54 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.7" class = "none bg-info" >
2022-05-08 10:55:54 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_failed_and_email< / div >
2022-05-06 15:48:58 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.7')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.7" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e47d7fd0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 250, in test_convert_failed_and_email
vals = self.get_convert_book(1)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 2017, in get_convert_book
cls.driver.get(root_url + " /admin/book/" +str(id))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 437, in get
self.execute(Command.GET, {' url' : url})
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/url (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e47d7fd0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-12 14:16:22 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.8" class = "none bg-info" >
2020-12-12 14:16:22 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_failed_and_email< / div >
2020-12-12 14:16:22 +00:00
< / td >
2022-06-06 07:00:09 +00:00
< td colspan = '6' >
< div class = "text-center" >
2022-06-17 08:14:33 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.8')" > ERROR< / a >
2022-06-06 07:00:09 +00:00
< / div >
<!-- css div popup start -->
2022-06-17 08:14:33 +00:00
< div id = "div_et6.8" class = "popup_window test_output" style = "display:block;" >
2022-06-06 07:00:09 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2022-06-17 08:14:33 +00:00
onclick="document.getElementById('div_et6.8').style.display='none'">< span
2022-06-06 07:00:09 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2022-06-17 08:14:33 +00:00
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e47d7e80> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 67, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e47d7e80> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
2022-06-06 07:00:09 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.9" class = "none bg-info" >
2020-12-12 14:16:22 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_only< / div >
2020-12-12 14:16:22 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.9')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.9" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.9').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e47dd220> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 310, in test_convert_only
vals = self.get_convert_book(7)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 2017, in get_convert_book
cls.driver.get(root_url + " /admin/book/" +str(id))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 437, in get
self.execute(Command.GET, {' url' : url})
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/url (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e47dd220> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-12 14:16:22 +00:00
< / td >
2021-08-29 09:31:10 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.10" class = "none bg-info" >
2021-10-06 16:41:01 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_only< / div >
2021-10-06 16:41:01 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.10')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.10" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.10').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e47ddb50> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 67, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e47ddb50> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-08-28 06:24:38 +00:00
< / td >
2022-02-09 17:17:00 +00:00
< / tr >
2020-12-12 14:16:22 +00:00
2022-06-17 08:14:33 +00:00
< tr id = "et6.11" class = "none bg-info" >
2020-12-12 14:16:22 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_options< / div >
2020-12-12 14:16:22 +00:00
< / td >
2022-05-08 10:55:54 +00:00
< td colspan = '6' >
< div class = "text-center" >
2022-06-17 08:14:33 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.11')" > ERROR< / a >
2022-05-08 10:55:54 +00:00
< / div >
<!-- css div popup start -->
2022-06-17 08:14:33 +00:00
< div id = "div_et6.11" class = "popup_window test_output" style = "display:block;" >
2022-05-08 10:55:54 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2022-06-17 08:14:33 +00:00
onclick="document.getElementById('div_et6.11').style.display='none'">< span
2022-05-08 10:55:54 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2022-06-17 08:14:33 +00:00
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e61b4910> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 592, in test_convert_options
vals = self.get_convert_book(3)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 2017, in get_convert_book
cls.driver.get(root_url + " /admin/book/" +str(id))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 437, in get
self.execute(Command.GET, {' url' : url})
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/url (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e61b4910> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
2022-05-08 10:55:54 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.12" class = "none bg-info" >
2020-12-12 14:16:22 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_options< / div >
2020-12-12 14:16:22 +00:00
< / td >
2022-05-08 10:55:54 +00:00
< td colspan = '6' >
< div class = "text-center" >
2022-06-17 08:14:33 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.12')" > ERROR< / a >
2022-05-08 10:55:54 +00:00
< / div >
<!-- css div popup start -->
2022-06-17 08:14:33 +00:00
< div id = "div_et6.12" class = "popup_window test_output" style = "display:block;" >
2022-05-08 10:55:54 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2022-06-17 08:14:33 +00:00
onclick="document.getElementById('div_et6.12').style.display='none'">< span
2022-05-08 10:55:54 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2022-06-17 08:14:33 +00:00
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e60b3a60> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 67, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e60b3a60> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
2022-05-08 10:55:54 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.13" class = "none bg-info" >
2022-06-06 07:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_parameter< / div >
2022-06-06 07:00:09 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.13')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.13" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.13').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e6208d30> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 152, in test_convert_parameter
self.fill_basic_config({' config_calibre' : ' --margin-right 11.9' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 393, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e6208d30> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-12 14:16:22 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.14" class = "none bg-info" >
2020-12-12 14:16:22 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_parameter< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.14')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.14" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.14').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e62080d0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 67, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e62080d0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-12 14:16:22 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.15" class = "none bg-info" >
2020-12-12 14:16:22 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_wrong_excecutable< / div >
2020-12-12 14:16:22 +00:00
< / td >
2022-05-08 10:55:54 +00:00
< td colspan = '6' >
< div class = "text-center" >
2022-06-17 08:14:33 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.15')" > ERROR< / a >
2022-05-08 10:55:54 +00:00
< / div >
<!-- css div popup start -->
2022-06-17 08:14:33 +00:00
< div id = "div_et6.15" class = "popup_window test_output" style = "display:block;" >
2022-05-08 10:55:54 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2022-06-17 08:14:33 +00:00
onclick="document.getElementById('div_et6.15').style.display='none'">< span
2022-05-08 10:55:54 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2022-06-17 08:14:33 +00:00
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e47d35b0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 91, in test_convert_wrong_excecutable
self.fill_basic_config({' config_converterpath' :' /opt/calibre/ebook-polish' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 393, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e47d35b0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
2022-02-09 17:17:00 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
2022-06-17 08:14:33 +00:00
< tr id = "et6.16" class = "none bg-info" >
2020-12-12 14:16:22 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_wrong_excecutable< / div >
2020-12-12 14:16:22 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.16')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.16" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.16').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e6215ac0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 67, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e6215ac0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-12 14:16:22 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.17" class = "none bg-info" >
2020-12-12 14:16:22 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_xss< / div >
2020-12-12 14:16:22 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.17')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.17" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.17').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e61c79d0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 530, in test_convert_xss
self.edit_book(11, content={' book_title' : u' < p> calibre Quick Start Guide< /p> < img src=x onerror=alert(" hoho" )> ' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1690, in edit_book
cls.driver.get(root_url + " /admin/book/" +str(id))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 437, in get
self.execute(Command.GET, {' url' : url})
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/url (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e61c79d0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-12 14:16:22 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.18" class = "none bg-info" >
2021-01-10 14:02:04 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_convert_xss< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.18')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.18" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.18').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e60b3430> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 67, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e60b3430> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-01-10 14:02:04 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.19" class = "none bg-info" >
2021-01-10 14:02:04 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_email_failed< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.19')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.19" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.19').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e6233820> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 468, in test_email_failed
self.setup_server(False, {' mail_password' : ' 10234' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 733, in setup_server
ele = cls.driver.find_element(By.ID, key)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e6233820> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-01-10 14:02:04 +00:00
< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.20" class = "none bg-info" >
2020-12-12 14:16:22 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_email_failed< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.20')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.20" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.20').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e6233fd0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 67, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e6233fd0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-12-05 12:04:13 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.21" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_email_only< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.21')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.21" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.21').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e62b1e80> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 428, in test_email_only
self.setup_server(True, {' mail_use_ssl' : ' None' , ' mail_password' : ' 10234' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 728, in setup_server
select = Select(cls.driver.find_element(By.ID, key))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e62b1e80> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-12 14:16:22 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.22" class = "none bg-info" >
2020-12-12 14:16:22 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_email_only< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.22')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.22" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.22').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e68f1df0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 67, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e68f1df0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-12-05 12:04:13 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.23" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_kindle_send_not_configured< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.23')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.23" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.23').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e6281310> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 235, in test_kindle_send_not_configured
self.create_user(' kindle' , {' password' : ' 123AbC*!' , ' email' : ' da@b.com' , ' edit_role' :1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1014, in create_user
return cls.change_user(config)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1068, in change_user
ele = cls.driver.find_element(By.ID, checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e6281310> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-12 14:16:22 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.24" class = "none bg-info" >
2020-12-12 14:16:22 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_kindle_send_not_configured< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.24')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.24" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.24').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e68d91f0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 67, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e68d91f0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-12 14:16:22 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.25" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_ssl_smtp_setup_error< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.25')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.25" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.25').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e47bdcd0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 511, in test_ssl_smtp_setup_error
self.setup_server(False, {' mail_use_ssl' :' SSL/TLS' , ' mail_password' :' 10234' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 728, in setup_server
select = Select(cls.driver.find_element(By.ID, key))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e47bdcd0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-12 14:16:22 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.26" class = "none bg-info" >
2022-01-26 06:31:01 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_ssl_smtp_setup_error< / div >
2022-01-26 06:31:01 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.26')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.26" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.26').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e47bd250> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 67, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e47bd250> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2022-01-26 06:31:01 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.27" class = "none bg-info" >
2020-12-12 14:16:22 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_starttls_smtp_setup_error< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.27')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.27" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.27').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e47d0040> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 491, in test_starttls_smtp_setup_error
self.setup_server(False, {' mail_use_ssl' :' STARTTLS' , ' mail_password' :' 10234' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 728, in setup_server
select = Select(cls.driver.find_element(By.ID, key))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e47d0040> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-12 14:16:22 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.28" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_starttls_smtp_setup_error< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.28')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.28" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.28').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e47ba790> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 67, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e47ba790> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-01-02 06:51:48 +00:00
< / td >
2022-01-26 06:31:01 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.29" class = "none bg-info" >
2022-01-26 06:31:01 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_user_convert_xss< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.29')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.29" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.29').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e47ba1f0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 558, in test_user_convert_xss
self.create_user(' < p> calibre Quick Start Guide< /p> < img src=x onerror=alert(" jo" )> ' , {' password' : ' 123AbC*!' ,
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1014, in create_user
return cls.change_user(config)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1068, in change_user
ele = cls.driver.find_element(By.ID, checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e47ba1f0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-12-05 12:04:13 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et6.30" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibre - test_user_convert_xss< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et6.30')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et6.30" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et6.30').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e47bafd0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 67, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e47bafd0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-01-02 06:51:48 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "su" class = "errorClass" >
< td > _ErrorHolder< / td >
< td class = "text-center" > 5< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 5< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c7', 5)" > Detail< / a >
< / td >
< / tr >
2021-01-02 06:51:48 +00:00
2022-06-17 08:14:33 +00:00
< tr id = "et7.1" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > tearDownClass (test_ebook_convert)< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et7.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et7.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et7.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e47b4400> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py" , line 54, in tearDownClass
cls.driver.get(" http://127.0.0.1:8083" )
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 437, in get
self.execute(Command.GET, {' url' : url})
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/url (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e47b4400> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-01-02 06:51:48 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et7.2" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > tearDownClass (test_email_STARTTLS)< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et7.2')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et7.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et7.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e4429e50> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_email_STARTTLS.py" , line 53, in tearDownClass
cls.driver.get(" http://127.0.0.1:8083" )
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 437, in get
self.execute(Command.GET, {' url' : url})
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=44535): Max retries exceeded with url: /session/b33f3d43-2718-4d87-b2cc-4d7d479a65e0/url (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e4429e50> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-12 14:16:22 +00:00
< / td >
2022-04-26 08:49:06 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et7.3" class = "none bg-info" >
2022-04-26 08:49:06 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > setUpClass (test_email_ssl)< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et7.3')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et7.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et7.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_email_ssl.py" , line 44, in setUpClass
cls.setup_server(False, {' mail_server' :' 127.0.0.1' , ' mail_port' :' 1027' ,
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 728, in setup_server
select = Select(cls.driver.find_element(By.ID, key))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 425, in execute
self.error_handler.check_response(response)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py" , line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" mail_use_ssl" ]
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2022-04-26 08:49:06 +00:00
< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et7.4" class = "none bg-info" >
2020-12-12 14:16:22 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > tearDownClass (test_login)< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et7.4')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et7.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et7.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_login.py" , line 34, in tearDownClass
cls.stop_calibre_web()
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 481, in stop_calibre_web
cls.driver.find_element(By.ID, ' admin_stop' ).click()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 425, in execute
self.error_handler.check_response(response)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py" , line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" admin_stop" ]
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-12 14:16:22 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et7.5" class = "none bg-info" >
2020-12-12 14:16:22 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > setUpClass (test_register)< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et7.5')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et7.5" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et7.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_register.py" , line 30, in setUpClass
cls.email_server.start()
File " /home/ozzie/Development/calibre-web-test/test/aiosmtpd/controller.py" , line 88, in start
raise self._thread_exception
File " /home/ozzie/Development/calibre-web-test/test/aiosmtpd/controller.py" , line 65, in _run
self.server = self.loop.run_until_complete(
File " /usr/lib/python3.8/asyncio/base_events.py" , line 616, in run_until_complete
return future.result()
File " /usr/lib/python3.8/asyncio/base_events.py" , line 1463, in create_server
raise OSError(err.errno, ' error while attempting '
OSError: [Errno 98] error while attempting to bind on address (' 127.0.0.1' , 1025): address already in use< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-12 14:16:22 +00:00
< / td >
2021-08-28 06:24:38 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "su" class = "errorClass" >
< td > TestEbookConvertCalibreGDrive< / td >
< td class = "text-center" > 13< / td >
2022-01-26 06:31:01 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
2022-06-17 08:14:33 +00:00
< td class = "text-center" > 13< / td >
< td class = "text-center" > 0< / td >
2021-03-23 16:39:51 +00:00
< td class = "text-center" >
2022-06-17 08:14:33 +00:00
< a onclick = "showClassDetail('c8', 13)" > Detail< / a >
2021-03-23 16:39:51 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et8.1" class = "none bg-info" >
2021-03-23 16:39:51 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_convert_email< / div >
2021-03-23 16:39:51 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et8.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et8.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et8.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py" , line 189, in test_convert_email
self.setup_server(True, {' mail_password' : ' 10234' , ' mail_use_ssl' : ' None' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 728, in setup_server
select = Select(cls.driver.find_element(By.ID, key))
AttributeError: ' NoneType' object has no attribute ' find_element' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-03-23 16:39:51 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et8.2" class = "none bg-info" >
2021-03-23 16:39:51 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_convert_email< / div >
2021-03-23 16:39:51 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et8.2')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et8.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et8.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py" , line 135, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
AttributeError: ' NoneType' object has no attribute ' find_element' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-03-23 16:39:51 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et8.3" class = "none bg-info" >
2021-03-23 16:39:51 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_convert_failed_and_email< / div >
2020-12-12 14:16:22 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et8.3')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et8.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et8.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py" , line 240, in test_convert_failed_and_email
vals = self.get_convert_book(1)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 2017, in get_convert_book
cls.driver.get(root_url + " /admin/book/" +str(id))
AttributeError: ' NoneType' object has no attribute ' get' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-05-17 15:54:43 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et8.4" class = "none bg-info" >
2021-05-17 15:54:43 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_convert_failed_and_email< / div >
2021-05-17 15:54:43 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et8.4')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et8.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et8.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py" , line 135, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
AttributeError: ' NoneType' object has no attribute ' find_element' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et8.5" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_convert_only< / div >
2020-12-08 19:11:55 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et8.5')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et8.5" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et8.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py" , line 311, in test_convert_only
vals = self.get_convert_book(7)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 2017, in get_convert_book
cls.driver.get(root_url + " /admin/book/" +str(id))
AttributeError: ' NoneType' object has no attribute ' get' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-09 18:02:10 +00:00
< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et8.6" class = "none bg-info" >
2020-12-08 19:11:55 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_convert_only< / div >
2020-12-08 10:24:07 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et8.6')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et8.6" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et8.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py" , line 135, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
AttributeError: ' NoneType' object has no attribute ' find_element' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et8.7" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_convert_parameter< / div >
2020-09-09 05:00:09 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et8.7')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et8.7" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et8.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py" , line 147, in test_convert_parameter
self.fill_basic_config({' config_calibre' : ' --margin-right 11.9' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 393, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
AttributeError: ' NoneType' object has no attribute ' find_element' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et8.8" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_convert_parameter< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et8.8')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et8.8" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et8.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py" , line 135, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
AttributeError: ' NoneType' object has no attribute ' find_element' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et8.9" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_email_failed< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et8.9')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et8.9" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et8.9').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py" , line 468, in test_email_failed
self.setup_server(False, {' mail_password' : ' 10234' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 733, in setup_server
ele = cls.driver.find_element(By.ID, key)
AttributeError: ' NoneType' object has no attribute ' find_element' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-01-02 06:51:48 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et8.10" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_email_failed< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et8.10')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et8.10" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et8.10').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py" , line 135, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
AttributeError: ' NoneType' object has no attribute ' find_element' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et8.11" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_email_only< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et8.11')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et8.11" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et8.11').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py" , line 428, in test_email_only
self.setup_server(True, {' mail_use_ssl' : ' None' , ' mail_password' : ' 10234' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 728, in setup_server
select = Select(cls.driver.find_element(By.ID, key))
AttributeError: ' NoneType' object has no attribute ' find_element' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-01-02 06:51:48 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et8.12" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_email_only< / div >
2020-09-09 05:00:09 +00:00
< / td >
2020-12-12 14:16:22 +00:00
< td colspan = '6' >
< div class = "text-center" >
2022-06-17 08:14:33 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et8.12')" > ERROR< / a >
2020-12-12 14:16:22 +00:00
< / div >
<!-- css div popup start -->
2022-06-17 08:14:33 +00:00
< div id = "div_et8.12" class = "popup_window test_output" style = "display:block;" >
2020-12-12 14:16:22 +00:00
< div class = 'close_button pull-right' >
2021-10-06 16:41:01 +00:00
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2022-06-17 08:14:33 +00:00
onclick="document.getElementById('div_et8.12').style.display='none'">< span
2020-12-12 14:16:22 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2022-06-17 08:14:33 +00:00
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py" , line 135, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
AttributeError: ' NoneType' object has no attribute ' find_element' < / pre >
2020-12-12 14:16:22 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et8.13" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertCalibreGDrive - test_thumbnail_cache< / div >
2020-09-09 05:00:09 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et8.13')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et8.13" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et8.13').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py" , line 135, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
AttributeError: ' NoneType' object has no attribute ' find_element' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "su" class = "errorClass" >
< td > TestEbookConvertKepubify< / td >
< td class = "text-center" > 6< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 6< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c9', 6)" > Detail< / a >
< / td >
< / tr >
2021-01-02 06:51:48 +00:00
2022-06-17 08:14:33 +00:00
< tr id = "et9.1" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertKepubify - test_convert_deactivate< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et9.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et9.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et9.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e62ad430> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert_kepubify.py" , line 60, in test_convert_deactivate
self.fill_basic_config({' config_kepubifypath' : " " })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 393, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=40595): Max retries exceeded with url: /session/08b1ea50-fe4f-48c3-a53b-7a2b12095fb9/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e62ad430> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2021-01-02 06:51:48 +00:00
2022-06-17 08:14:33 +00:00
< tr id = "et9.2" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertKepubify - test_convert_deactivate< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et9.2')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et9.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et9.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e44dc520> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert_kepubify.py" , line 54, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=40595): Max retries exceeded with url: /session/08b1ea50-fe4f-48c3-a53b-7a2b12095fb9/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e44dc520> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-01-02 06:51:48 +00:00
< / td >
< / tr >
2020-09-09 05:00:09 +00:00
2022-06-17 08:14:33 +00:00
< tr id = "et9.3" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertKepubify - test_convert_only< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et9.3')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et9.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et9.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e62b7280> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert_kepubify.py" , line 110, in test_convert_only
vals = self.get_convert_book(7)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 2017, in get_convert_book
cls.driver.get(root_url + " /admin/book/" +str(id))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 437, in get
self.execute(Command.GET, {' url' : url})
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=40595): Max retries exceeded with url: /session/08b1ea50-fe4f-48c3-a53b-7a2b12095fb9/url (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e62b7280> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et9.4" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertKepubify - test_convert_only< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et9.4')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et9.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et9.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e454f670> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert_kepubify.py" , line 54, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=40595): Max retries exceeded with url: /session/08b1ea50-fe4f-48c3-a53b-7a2b12095fb9/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e454f670> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et9.5" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertKepubify - test_convert_wrong_excecutable< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et9.5')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et9.5" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et9.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e4578fa0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert_kepubify.py" , line 76, in test_convert_wrong_excecutable
self.fill_basic_config({' config_kepubifypath' :' /opt/kepubify/ebook-polish' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 393, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=40595): Max retries exceeded with url: /session/08b1ea50-fe4f-48c3-a53b-7a2b12095fb9/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e4578fa0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et9.6" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertKepubify - test_convert_wrong_excecutable< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et9.6')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et9.6" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et9.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e44b78b0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert_kepubify.py" , line 54, in tearDown
if not self.check_user_logged_in(' admin' ):
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, " top_user" ))
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 78, in until
value = method(self._driver)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py" , line 64, in _predicate
return driver.find_element(*locator)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=40595): Max retries exceeded with url: /session/08b1ea50-fe4f-48c3-a53b-7a2b12095fb9/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e44b78b0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-09 18:02:10 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2021-03-24 17:45:59 +00:00
2022-06-17 08:14:33 +00:00
< tr id = "su" class = "errorClass" >
< td > TestEbookConvertGDriveKepubify< / td >
< td class = "text-center" > 4< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c10', 4)" > Detail< / a >
< / td >
< / tr >
2021-03-24 17:45:59 +00:00
2022-06-17 08:14:33 +00:00
< tr id = "et10.1" class = "none bg-info" >
2021-03-24 17:45:59 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertGDriveKepubify - test_convert_deactivate< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et10.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et10.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et10.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert_kepubify_gdrive.py" , line 109, in test_convert_deactivate
self.fill_basic_config({' config_kepubifypath' : " " })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 393, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-03-23 16:39:51 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et10.2" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertGDriveKepubify - test_convert_deactivate< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et10.2')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et10.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et10.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert_kepubify_gdrive.py" , line 104, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-09 18:02:10 +00:00
< / td >
2021-03-24 17:45:59 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt10.3' class = 'hiddenRow bg-success' >
2021-03-24 17:45:59 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertGDriveKepubify - test_convert_only< / div >
2021-03-23 16:39:51 +00:00
< / td >
2022-01-26 06:31:01 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et10.4" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEbookConvertGDriveKepubify - test_convert_wrong_excecutable< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et10.4')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et10.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et10.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ebook_convert_kepubify_gdrive.py" , line 131, in test_convert_wrong_excecutable
self.assertEqual(len(details[' kindle' ]), 1)
TypeError: object of type ' NoneType' has no len()< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
2021-11-24 16:35:09 +00:00
< / tr >
2020-09-09 05:00:09 +00:00
2022-06-17 08:14:33 +00:00
< tr id = "su" class = "errorClass" >
< td > TestEditAdditionalBooks< / td >
< td class = "text-center" > 17< / td >
< td class = "text-center" > 11< / td >
2022-01-30 09:57:29 +00:00
< td class = "text-center" > 0< / td >
2022-06-17 08:14:33 +00:00
< td class = "text-center" > 5< / td >
< td class = "text-center" > 1< / td >
2022-01-30 09:57:29 +00:00
< td class = "text-center" >
2022-06-17 08:14:33 +00:00
< a onclick = "showClassDetail('c11', 17)" > Detail< / a >
2022-01-30 09:57:29 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt11.1' class = 'hiddenRow bg-success' >
2022-01-30 09:57:29 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_cbz_comicinfo< / div >
2022-01-31 17:03:28 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt11.2' class = 'hiddenRow bg-success' >
2022-01-31 17:03:28 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_change_upload_formats< / div >
2022-01-31 17:03:28 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt11.3' class = 'hiddenRow bg-success' >
2022-01-31 17:03:28 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_delete_book< / div >
2022-01-31 17:03:28 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et11.4" class = "none bg-info" >
2022-01-31 17:03:28 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_delete_role< / div >
2022-01-31 17:03:28 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et11.4')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et11.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et11.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py" , line 742, in test_delete_role
self.login(' user2' ,' 123AbC*!' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2022-01-31 17:03:28 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et11.5" class = "none bg-info" >
2022-01-31 17:03:28 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_details_popup< / div >
2022-01-30 09:57:29 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et11.5')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et11.5" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et11.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py" , line 868, in test_details_popup
books[1][0][' ele' ].click()
IndexError: list index out of range< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2022-02-01 19:08:42 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt11.6' class = 'hiddenRow bg-success' >
2022-02-01 19:08:42 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_edit_book_identifier< / div >
2022-02-01 19:08:42 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt11.7' class = 'hiddenRow bg-success' >
2022-02-01 19:08:42 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_edit_book_identifier_capital< / div >
2022-02-01 19:08:42 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt11.8' class = 'hiddenRow bg-success' >
2022-02-01 19:08:42 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_edit_book_identifier_standard< / div >
2022-02-01 19:08:42 +00:00
< / td >
2022-02-02 16:42:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-02-01 19:08:42 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt11.9' class = 'hiddenRow bg-success' >
2022-02-01 19:08:42 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_edit_special_book_identifier< / div >
2022-02-01 19:08:42 +00:00
< / td >
2022-02-02 16:42:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt11.10' class = 'hiddenRow bg-success' >
2022-02-02 16:42:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_title_sort< / div >
2022-02-02 16:42:48 +00:00
< / td >
2022-04-28 18:57:09 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-02-01 19:08:42 +00:00
< / tr >
2020-10-06 19:40:47 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt11.11' class = 'hiddenRow bg-success' >
2020-10-06 19:40:47 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_upload_cbz_coverformats< / div >
2020-10-06 19:40:47 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et11.12" class = "none bg-info" >
2020-10-06 19:40:47 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_upload_edit_role< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et11.12')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et11.12" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et11.12').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py" , line 674, in test_upload_edit_role
self.login(' user0' , ' 123AbC*!' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-10-06 19:40:47 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et11.13" class = "none bg-info" >
2021-10-31 10:31:53 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_upload_metadata_cbr< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et11.13')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et11.13" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et11.13').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py" , line 152, in test_upload_metadata_cbr
self.fill_basic_config({' config_uploading' : 1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 393, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-10-31 10:31:53 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et11.14" class = "none bg-info" >
2021-10-31 10:31:53 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_upload_metadata_cbt< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et11.14')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et11.14" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et11.14').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py" , line 189, in test_upload_metadata_cbt
self.fill_basic_config({' config_uploading' : 1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 393, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-10-31 10:31:53 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'st11.15' class = 'none bg-warning' >
2021-10-31 10:31:53 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_xss_author_edit< / div >
2021-10-31 10:31:53 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' align = 'center' > SKIP< / td >
2021-10-31 10:31:53 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt11.16' class = 'hiddenRow bg-success' >
2021-10-31 10:31:53 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_xss_comment_edit< / div >
2021-10-31 10:31:53 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt11.17' class = 'hiddenRow bg-success' >
2021-04-04 17:40:34 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAdditionalBooks - test_xss_custom_comment_edit< / div >
2021-04-04 17:40:34 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "su" class = "errorClass" >
< td > TestEditBooks< / td >
< td class = "text-center" > 36< / td >
< td class = "text-center" > 25< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 9< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c12', 36)" > Detail< / a >
< / td >
< / tr >
2021-11-23 18:32:11 +00:00
2022-06-17 08:14:33 +00:00
< tr id = "ft12.1" class = "none bg-danger" >
2021-11-23 18:32:11 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_download_book< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft12.1')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft12.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft12.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 1124, in test_download_book
self.assertEqual(resp.status_code, 403)
AssertionError: 200 != 403< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-11-23 18:32:11 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et12.2" class = "none bg-info" >
2021-11-23 18:32:11 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_author< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.2')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et12.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et12.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 177, in test_edit_author
self.fill_basic_config({" config_unicode_filename" :1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 393, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-11-23 18:32:11 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.3' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_category< / div >
2021-11-23 18:32:11 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.4' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_comments< / div >
2021-11-23 18:32:11 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.5' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_custom_bool< / div >
2021-11-23 18:32:11 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.6' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_custom_categories< / div >
2021-11-23 18:32:11 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.7' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_custom_comment< / div >
2021-11-23 18:32:11 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.8' class = 'hiddenRow bg-success' >
2021-04-04 17:40:34 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_custom_date< / div >
2021-04-04 17:40:34 +00:00
< / td >
2021-10-31 10:31:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-04 17:40:34 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.9' class = 'hiddenRow bg-success' >
2021-04-04 17:40:34 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_custom_float< / div >
2021-04-04 17:40:34 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-04 17:40:34 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.10' class = 'hiddenRow bg-success' >
2021-04-04 17:40:34 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_custom_int< / div >
2020-10-06 19:40:47 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-06 19:40:47 +00:00
< / tr >
2022-01-26 06:31:01 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.11' class = 'hiddenRow bg-success' >
2022-01-26 06:31:01 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_custom_rating< / div >
2022-01-26 06:31:01 +00:00
< / td >
2022-05-08 10:55:54 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-01-26 06:31:01 +00:00
< / tr >
2020-09-09 05:00:09 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.12' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_custom_single_select< / div >
2020-09-12 10:11:33 +00:00
< / td >
2022-02-09 17:17:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-05-28 11:56:07 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.13' class = 'hiddenRow bg-success' >
2021-05-28 11:56:07 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_custom_text< / div >
2022-01-26 17:11:42 +00:00
< / td >
2022-02-09 17:17:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-12 10:11:33 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.14' class = 'hiddenRow bg-success' >
2020-09-12 10:11:33 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_language< / div >
2020-12-12 14:16:22 +00:00
< / td >
2022-02-09 17:17:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.15' class = 'hiddenRow bg-success' >
2021-05-26 11:35:35 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_publisher< / div >
2021-05-26 11:35:35 +00:00
< / td >
2022-02-09 17:17:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-05-26 11:35:35 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.16' class = 'hiddenRow bg-success' >
2020-12-12 14:16:22 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_publishing_date< / div >
2020-12-12 14:16:22 +00:00
< / td >
2022-02-09 17:17:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.17' class = 'hiddenRow bg-success' >
2020-12-12 14:16:22 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_rating< / div >
2020-12-12 14:16:22 +00:00
< / td >
2022-02-09 17:17:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.18' class = 'hiddenRow bg-success' >
2020-12-12 14:16:22 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_series< / div >
2020-09-12 10:11:33 +00:00
< / td >
2022-02-09 17:17:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-12 10:11:33 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.19' class = 'hiddenRow bg-success' >
2020-09-12 10:11:33 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_edit_title< / div >
2020-09-12 10:11:33 +00:00
< / td >
2022-02-09 17:17:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-12 10:11:33 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "st12.20" class = "none bg-warning" >
2020-09-12 10:11:33 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_rename_uppercase_lowercase< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st12.20')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = "div_st12.20" class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_st12.20').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-01-02 06:51:48 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.21' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_typeahead_author< / div >
2021-01-02 06:51:48 +00:00
< / td >
2022-02-09 17:17:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-12-05 12:04:13 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.22' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_typeahead_functions< / div >
2021-01-02 06:51:48 +00:00
< / td >
2022-02-09 17:17:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.23' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_typeahead_language< / div >
2021-01-02 06:51:48 +00:00
< / td >
2022-02-09 17:17:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.24' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_typeahead_publisher< / div >
2021-01-02 06:51:48 +00:00
< / td >
2022-02-09 17:17:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.25' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_typeahead_series< / div >
2021-01-02 06:51:48 +00:00
< / td >
2022-02-09 17:17:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.26' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_typeahead_tag< / div >
2021-01-02 06:51:48 +00:00
< / td >
2022-02-09 17:17:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-02 13:54:10 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et12.27" class = "none bg-info" >
2021-01-02 13:54:10 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_cbr< / div >
2021-01-02 13:54:10 +00:00
< / td >
2022-06-06 07:00:09 +00:00
< td colspan = '6' >
< div class = "text-center" >
2022-06-17 08:14:33 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.27')" > ERROR< / a >
2022-06-06 07:00:09 +00:00
< / div >
<!-- css div popup start -->
2022-06-17 08:14:33 +00:00
< div id = "div_et12.27" class = "popup_window test_output" style = "display:block;" >
2022-06-06 07:00:09 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2022-06-17 08:14:33 +00:00
onclick="document.getElementById('div_et12.27').style.display='none'">< span
2022-06-06 07:00:09 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2022-06-17 08:14:33 +00:00
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 1088, in test_upload_book_cbr
upload.send_keys(upload_file)
AttributeError: ' bool' object has no attribute ' send_keys' < / pre >
2022-06-06 07:00:09 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et12.28" class = "none bg-info" >
2022-04-26 08:49:06 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_cbt< / div >
2022-02-09 17:17:00 +00:00
< / td >
2022-06-06 07:00:09 +00:00
< td colspan = '6' >
< div class = "text-center" >
2022-06-17 08:14:33 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.28')" > ERROR< / a >
2022-06-06 07:00:09 +00:00
< / div >
<!-- css div popup start -->
2022-06-17 08:14:33 +00:00
< div id = "div_et12.28" class = "popup_window test_output" style = "display:block;" >
2022-06-06 07:00:09 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2022-06-17 08:14:33 +00:00
onclick="document.getElementById('div_et12.28').style.display='none'">< span
2022-06-06 07:00:09 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2022-06-17 08:14:33 +00:00
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 1001, in test_upload_book_cbt
self.fill_basic_config({' config_uploading' :1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 393, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
2022-06-06 07:00:09 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-12 10:11:33 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et12.29" class = "none bg-info" >
2020-09-12 10:11:33 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_cbz< / div >
2020-09-12 10:11:33 +00:00
< / td >
2022-06-06 07:00:09 +00:00
< td colspan = '6' >
< div class = "text-center" >
2022-06-17 08:14:33 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.29')" > ERROR< / a >
2022-06-06 07:00:09 +00:00
< / div >
<!-- css div popup start -->
2022-06-17 08:14:33 +00:00
< div id = "div_et12.29" class = "popup_window test_output" style = "display:block;" >
2022-06-06 07:00:09 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2022-06-17 08:14:33 +00:00
onclick="document.getElementById('div_et12.29').style.display='none'">< span
2022-06-06 07:00:09 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2022-06-17 08:14:33 +00:00
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 975, in test_upload_book_cbz
self.fill_basic_config({' config_uploading' :1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 393, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
2022-06-06 07:00:09 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-12 10:11:33 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et12.30" class = "none bg-info" >
2022-06-06 07:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_epub< / div >
2022-06-06 07:00:09 +00:00
< / td >
< td colspan = '6' >
< div class = "text-center" >
2022-06-17 08:14:33 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.30')" > ERROR< / a >
2022-06-06 07:00:09 +00:00
< / div >
<!-- css div popup start -->
2022-06-17 08:14:33 +00:00
< div id = "div_et12.30" class = "popup_window test_output" style = "display:block;" >
2022-06-06 07:00:09 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2022-06-17 08:14:33 +00:00
onclick="document.getElementById('div_et12.30').style.display='none'">< span
2022-06-06 07:00:09 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2022-06-17 08:14:33 +00:00
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 936, in test_upload_book_epub
self.fill_basic_config({' config_uploading' :1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 393, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
2022-06-06 07:00:09 +00:00
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et12.31" class = "none bg-info" >
2022-06-06 07:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_fb2< / div >
2022-06-06 07:00:09 +00:00
< / td >
< td colspan = '6' >
< div class = "text-center" >
2022-06-17 08:14:33 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.31')" > ERROR< / a >
2022-06-06 07:00:09 +00:00
< / div >
<!-- css div popup start -->
2022-06-17 08:14:33 +00:00
< div id = "div_et12.31" class = "popup_window test_output" style = "display:block;" >
2022-06-06 07:00:09 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2022-06-17 08:14:33 +00:00
onclick="document.getElementById('div_et12.31').style.display='none'">< span
2022-06-06 07:00:09 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2022-06-17 08:14:33 +00:00
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 858, in test_upload_book_fb2
self.fill_basic_config({' config_uploading' :1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 393, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
2022-06-06 07:00:09 +00:00
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2020-09-12 10:11:33 +00:00
2022-06-17 08:14:33 +00:00
< tr id = "et12.32" class = "none bg-info" >
2021-04-26 17:03:01 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_lit< / div >
2021-04-26 17:03:01 +00:00
< / td >
2022-06-06 07:00:09 +00:00
< td colspan = '6' >
< div class = "text-center" >
2022-06-17 08:14:33 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.32')" > ERROR< / a >
2022-06-06 07:00:09 +00:00
< / div >
<!-- css div popup start -->
2022-06-17 08:14:33 +00:00
< div id = "div_et12.32" class = "popup_window test_output" style = "display:block;" >
2022-06-06 07:00:09 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2022-06-17 08:14:33 +00:00
onclick="document.getElementById('div_et12.32').style.display='none'">< span
2022-06-06 07:00:09 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2022-06-17 08:14:33 +00:00
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 884, in test_upload_book_lit
self.fill_basic_config({' config_uploading' :1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 393, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
2022-06-06 07:00:09 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-04-26 17:03:01 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et12.33" class = "none bg-info" >
2020-09-12 10:11:33 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_mobi< / div >
2020-09-12 10:11:33 +00:00
< / td >
2022-06-06 07:00:09 +00:00
< td colspan = '6' >
< div class = "text-center" >
2022-06-17 08:14:33 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.33')" > ERROR< / a >
2022-06-06 07:00:09 +00:00
< / div >
<!-- css div popup start -->
2022-06-17 08:14:33 +00:00
< div id = "div_et12.33" class = "popup_window test_output" style = "display:block;" >
2022-06-06 07:00:09 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2022-06-17 08:14:33 +00:00
onclick="document.getElementById('div_et12.33').style.display='none'">< span
2022-06-06 07:00:09 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2022-06-17 08:14:33 +00:00
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 910, in test_upload_book_mobi
self.fill_basic_config({' config_uploading' :1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 393, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
2022-06-06 07:00:09 +00:00
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-12 10:11:33 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et12.34" class = "none bg-info" >
2020-09-12 10:11:33 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_book_pdf< / div >
2020-09-12 10:11:33 +00:00
< / td >
2022-06-06 07:00:09 +00:00
< td colspan = '6' >
< div class = "text-center" >
2022-06-17 08:14:33 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et12.34')" > ERROR< / a >
2022-06-06 07:00:09 +00:00
< / div >
<!-- css div popup start -->
2022-06-17 08:14:33 +00:00
< div id = "div_et12.34" class = "popup_window test_output" style = "display:block;" >
2022-06-06 07:00:09 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2022-06-17 08:14:33 +00:00
onclick="document.getElementById('div_et12.34').style.display='none'">< span
2022-06-06 07:00:09 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2022-06-17 08:14:33 +00:00
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books.py" , line 831, in test_upload_book_pdf
self.fill_basic_config({' config_uploading' :1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 393, in fill_basic_config
2022-06-06 07:00:09 +00:00
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-12 10:11:33 +00:00
< / tr >
2021-10-06 16:41:01 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.35' class = 'hiddenRow bg-success' >
2021-10-06 16:41:01 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_cbz_coverformats< / div >
2022-06-06 07:00:09 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-10-06 16:41:01 +00:00
< / tr >
2021-07-30 07:25:08 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt12.36' class = 'hiddenRow bg-success' >
2021-07-30 07:25:08 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooks - test_upload_cover_hdd< / div >
2021-07-30 07:25:08 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-01-31 08:10:42 +00:00
< tr id = "su" class = "passClass" >
2022-06-17 08:14:33 +00:00
< td > TestEditAuthors< / td >
< td class = "text-center" > 6< / td >
< td class = "text-center" > 6< / td >
2021-05-17 15:54:43 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2022-06-17 08:14:33 +00:00
< a onclick = "showClassDetail('c13', 6)" > Detail< / a >
2021-05-17 15:54:43 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt13.1' class = 'hiddenRow bg-success' >
2021-05-17 15:54:43 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAuthors - test_change_capital_co_author< / div >
2021-05-17 15:54:43 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-01-26 06:31:01 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt13.2' class = 'hiddenRow bg-success' >
2022-01-26 06:31:01 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAuthors - test_change_capital_one_author_one_book< / div >
2022-01-26 06:31:01 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-09-12 10:11:33 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt13.3' class = 'hiddenRow bg-success' >
2021-01-24 06:31:40 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAuthors - test_change_capital_one_author_two_books< / div >
2020-09-12 10:11:33 +00:00
< / td >
2021-05-28 11:56:07 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-12 10:11:33 +00:00
< / tr >
2022-01-26 06:31:01 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt13.4' class = 'hiddenRow bg-success' >
2022-01-26 06:31:01 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAuthors - test_change_capital_rename_co_author< / div >
2022-01-26 06:31:01 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-01-26 06:31:01 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt13.5' class = 'hiddenRow bg-success' >
2022-01-26 06:31:01 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAuthors - test_change_capital_rename_two_co_authors< / div >
2022-01-26 06:31:01 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2021-01-24 06:31:40 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt13.6' class = 'hiddenRow bg-success' >
2021-01-24 06:31:40 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAuthors - test_rename_capital_on_upload< / div >
2021-01-24 06:31:40 +00:00
< / td >
2022-02-09 17:17:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-24 06:31:40 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
< tr id = "su" class = "passClass" >
2022-06-17 08:14:33 +00:00
< td > TestEditAuthorsGdrive< / td >
< td class = "text-center" > 6< / td >
< td class = "text-center" > 6< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2022-06-17 08:14:33 +00:00
< a onclick = "showClassDetail('c14', 6)" > Detail< / a >
2021-01-02 06:51:48 +00:00
< / td >
< / tr >
2020-09-12 10:11:33 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt14.1' class = 'hiddenRow bg-success' >
2020-09-12 10:11:33 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAuthorsGdrive - test_change_capital_co_author< / div >
2020-09-12 10:11:33 +00:00
< / td >
2020-12-08 19:11:55 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-12 10:11:33 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt14.2' class = 'hiddenRow bg-success' >
2020-09-12 10:11:33 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAuthorsGdrive - test_change_capital_one_author_one_book< / div >
2020-09-09 05:00:09 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-09-12 10:11:33 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt14.3' class = 'hiddenRow bg-success' >
2020-09-12 10:11:33 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditAuthorsGdrive - test_change_capital_one_author_two_books< / div >
2020-12-08 10:24:07 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt14.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestEditAuthorsGdrive - test_change_capital_rename_co_author< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt14.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestEditAuthorsGdrive - test_change_capital_rename_two_co_authors< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt14.6' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestEditAuthorsGdrive - test_rename_capital_on_upload< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "su" class = "errorClass" >
< td > TestEditBooksList< / td >
< td class = "text-center" > 18< / td >
< td class = "text-center" > 16< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
2021-04-13 17:08:02 +00:00
< td class = "text-center" > 0< / td >
2020-09-09 05:00:09 +00:00
< td class = "text-center" >
2022-06-17 08:14:33 +00:00
< a onclick = "showClassDetail('c15', 18)" > Detail< / a >
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt15.1' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_author< / div >
2020-09-09 05:00:09 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-05-28 11:56:07 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt15.2' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_categories< / div >
2021-12-04 09:57:53 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-12-04 09:57:53 +00:00
< / tr >
2020-09-09 05:00:09 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt15.3' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_comment< / div >
2021-01-02 06:51:48 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-08-29 09:31:10 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt15.4' class = 'hiddenRow bg-success' >
2021-12-04 09:57:53 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_category< / div >
2021-12-04 09:57:53 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-08-29 09:31:10 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt15.5' class = 'hiddenRow bg-success' >
2021-08-29 09:31:10 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_comment< / div >
2021-08-29 09:31:10 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-04-28 18:57:09 +00:00
< / tr >
2021-10-30 05:31:12 +00:00
2022-04-28 18:57:09 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt15.6' class = 'hiddenRow bg-success' >
2022-04-26 08:49:06 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_enum< / div >
2022-04-26 08:49:06 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-04-26 08:49:06 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt15.7' class = 'hiddenRow bg-success' >
2021-10-30 05:31:12 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_float< / div >
2021-10-30 05:31:12 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-10-30 05:31:12 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt15.8' class = 'hiddenRow bg-success' >
2021-10-30 05:31:12 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_int< / div >
2022-04-26 08:49:06 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-10-30 05:31:12 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt15.9' class = 'hiddenRow bg-success' >
2021-12-04 09:57:53 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_ratings< / div >
2022-04-28 18:57:09 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-04-28 18:57:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt15.10' class = 'hiddenRow bg-success' >
2022-04-28 18:57:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_cust_text< / div >
2022-04-28 18:57:09 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-04-28 18:57:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt15.11' class = 'hiddenRow bg-success' >
2022-04-28 18:57:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_languages< / div >
2022-04-28 18:57:09 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-04-28 18:57:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt15.12' class = 'hiddenRow bg-success' >
2022-04-28 18:57:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_publisher< / div >
2022-04-28 18:57:09 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-04-28 18:57:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt15.13' class = 'hiddenRow bg-success' >
2022-04-28 18:57:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_series< / div >
2021-12-04 09:57:53 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-12-04 09:57:53 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt15.14' class = 'hiddenRow bg-success' >
2022-04-28 18:57:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_seriesindex< / div >
2022-04-28 18:57:09 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-04-28 18:57:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt15.15' class = 'hiddenRow bg-success' >
2022-04-28 18:57:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksList - test_bookslist_edit_title< / div >
2022-04-28 18:57:09 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-04-28 18:57:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt15.16' class = 'hiddenRow bg-success' >
2022-04-28 18:57:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksList - test_list_visibility< / div >
2022-04-28 18:57:09 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2022-04-28 18:57:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et15.17" class = "none bg-info" >
2021-10-30 05:31:12 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksList - test_restricted_rights< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et15.17')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et15.17" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et15.17').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py" , line 330, in test_restricted_rights
self.assertFalse(' Delete' in bl[' table' ][0])
IndexError: list index out of range< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft15.18" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestEditBooksList - test_search_books_list< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft15.18')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft15.18" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft15.18').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py" , line 49, in test_search_books_list
self.assertEqual(10, len(bl[' table' ]))
AssertionError: 10 != 0< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-10-30 05:31:12 +00:00
< / td >
< / tr >
2022-04-30 06:26:00 +00:00
< tr id = "su" class = "passClass" >
2022-06-17 08:14:33 +00:00
< td > TestLoadMetadata< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
2022-04-30 06:26:00 +00:00
< td class = "text-center" > 0< / td >
2021-10-07 17:53:32 +00:00
< td class = "text-center" > 0< / td >
2020-09-12 10:11:33 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2022-06-17 08:14:33 +00:00
< a onclick = "showClassDetail('c16', 1)" > Detail< / a >
2020-09-12 10:11:33 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt16.1' class = 'hiddenRow bg-success' >
2020-09-12 10:11:33 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLoadMetadata - test_load_metadata< / div >
2020-09-12 10:11:33 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "su" class = "errorClass" >
< td > TestEditBooksOnGdrive< / td >
< td class = "text-center" > 18< / td >
< td class = "text-center" > 14< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c17', 18)" > Detail< / a >
< / td >
< / tr >
2020-09-09 05:00:09 +00:00
2022-06-17 08:14:33 +00:00
< tr id = "ft17.1" class = "none bg-danger" >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_download_book< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft17.1')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft17.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft17.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py" , line 875, in test_download_book
self.assertEqual(resp.status_code, 403)
AssertionError: 200 != 403< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et17.2" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_author< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et17.2')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et17.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et17.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py" , line 275, in test_edit_author
self.fill_basic_config({" config_unicode_filename" : 1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 393, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt17.3' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_category< / div >
2020-09-09 05:00:09 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt17.4' class = 'hiddenRow bg-success' >
2020-12-02 17:23:28 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_comments< / div >
2020-12-02 17:23:28 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-02 17:23:28 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt17.5' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_bool< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt17.6' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_categories< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-03-24 17:45:59 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt17.7' class = 'hiddenRow bg-success' >
2021-03-24 17:45:59 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_float< / div >
2021-03-24 17:45:59 +00:00
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-24 17:45:59 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt17.8' class = 'hiddenRow bg-success' >
2021-03-24 17:45:59 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_int< / div >
2021-03-24 17:45:59 +00:00
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-24 17:45:59 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt17.9' class = 'hiddenRow bg-success' >
2021-03-24 17:45:59 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_rating< / div >
2021-03-23 16:39:51 +00:00
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt17.10' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_single_select< / div >
2020-12-12 14:16:22 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-12 14:16:22 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt17.11' class = 'hiddenRow bg-success' >
2020-12-12 14:16:22 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_custom_text< / div >
2020-09-09 05:00:09 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt17.12' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_language< / div >
2020-09-09 05:00:09 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-11-23 18:32:11 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt17.13' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_publisher< / div >
2021-11-23 18:32:11 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt17.14' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_rating< / div >
2021-11-23 18:32:11 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt17.15' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_series< / div >
2021-11-23 18:32:11 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt17.16' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_edit_title< / div >
2021-11-23 18:32:11 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et17.17" class = "none bg-info" >
2022-04-26 08:49:06 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_upload_book_lit< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et17.17')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et17.17" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et17.17').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py" , line 800, in test_upload_book_lit
self.fill_basic_config({' config_uploading' : 1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 393, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2022-04-26 08:49:06 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft17.18" class = "none bg-danger" >
2022-04-26 08:49:06 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestEditBooksOnGdrive - test_watch_metadata< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft17.18')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft17.18" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft17.18').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py" , line 891, in test_watch_metadata
self.assertTrue(button)
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2022-04-26 08:49:06 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "su" class = "passClass" >
< td > TestLoadMetadataScholar< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c18', 1)" > Detail< / a >
< / td >
< / tr >
2022-04-26 08:49:06 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt18.1' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLoadMetadataScholar - test_load_metadata< / div >
2021-11-23 18:32:11 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "su" class = "errorClass" >
< td > TestSTARTTLS< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c19', 3)" > Detail< / a >
< / td >
< / tr >
2021-11-23 18:32:11 +00:00
2022-06-17 08:14:33 +00:00
< tr id = "et19.1" class = "none bg-info" >
2021-11-23 18:32:11 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestSTARTTLS - test_STARTTLS< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et19.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et19.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et19.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e4429ee0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_email_STARTTLS.py" , line 66, in test_STARTTLS
self.setup_server(False, {' mail_use_ssl' : ' STARTTLS' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 728, in setup_server
select = Select(cls.driver.find_element(By.ID, key))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=44535): Max retries exceeded with url: /session/b33f3d43-2718-4d87-b2cc-4d7d479a65e0/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e4429ee0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-11-23 18:32:11 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et19.2" class = "none bg-info" >
2021-11-23 18:32:11 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestSTARTTLS - test_STARTTLS_SSL_setup_error< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et19.2')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et19.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et19.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e44dcfa0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_email_STARTTLS.py" , line 87, in test_STARTTLS_SSL_setup_error
self.setup_server(False, {' mail_use_ssl' :' SSL/TLS' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 728, in setup_server
select = Select(cls.driver.find_element(By.ID, key))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=44535): Max retries exceeded with url: /session/b33f3d43-2718-4d87-b2cc-4d7d479a65e0/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e44dcfa0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-11-23 18:32:11 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et19.3" class = "none bg-info" >
2021-11-23 18:32:11 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestSTARTTLS - test_STARTTLS_resend_password< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et19.3')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et19.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et19.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 174, in _new_conn
conn = connection.create_connection(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 95, in create_connection
raise err
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py" , line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 703, in urlopen
httplib_response = self._make_request(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File " /usr/lib/python3.8/http/client.py" , line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File " /usr/lib/python3.8/http/client.py" , line 1011, in _send_output
self.send(msg)
File " /usr/lib/python3.8/http/client.py" , line 951, in send
self.connect()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 205, in connect
conn = self._new_conn()
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py" , line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: < urllib3.connection.HTTPConnection object at 0x7f70e433c8e0> : Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_email_STARTTLS.py" , line 106, in test_STARTTLS_resend_password
self.create_user(' paswd_resend' , {' password' : ' 123AbC*!' , ' email' : ' a@b.com' , ' edit_role' : 1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1014, in create_user
return cls.change_user(config)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1068, in change_user
ele = cls.driver.find_element(By.ID, checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 423, in execute
response = self.command_executor.execute(driver_command, params)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 316, in execute
return self._request(command_info[0], url, body=data)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py" , line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 78, in request
return self.request_encode_body(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py" , line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py" , line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 813, in urlopen
return self.urlopen(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py" , line 785, in urlopen
retries = retries.increment(
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py" , line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host=' localhost' , port=44535): Max retries exceeded with url: /session/b33f3d43-2718-4d87-b2cc-4d7d479a65e0/element (Caused by NewConnectionError(' < urllib3.connection.HTTPConnection object at 0x7f70e433c8e0> : Failed to establish a new connection: [Errno 111] Connection refused' ))< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-11-23 18:32:11 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "su" class = "passClass" >
< td > TestBookDatabase< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
2022-04-30 06:26:00 +00:00
< td class = "text-center" > 0< / td >
2020-09-09 05:00:09 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2022-06-17 08:14:33 +00:00
< a onclick = "showClassDetail('c20', 1)" > Detail< / a >
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt20.1' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestBookDatabase - test_invalid_book_path< / div >
2020-10-06 19:46:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-06 19:46:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "su" class = "failClass" >
< td > TestErrorReadColumn< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c21', 2)" > Detail< / a >
< / td >
< / tr >
2020-10-06 19:46:09 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt21.1' class = 'hiddenRow bg-success' >
2020-10-06 19:46:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestErrorReadColumn - test_invalid_custom_column< / div >
2020-12-08 10:24:07 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft21.2" class = "none bg-danger" >
2021-07-30 07:25:08 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestErrorReadColumn - test_invalid_custom_read_column< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft21.2')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft21.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft21.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_error_read_column.py" , line 51, in test_invalid_custom_read_column
self.assertTrue(self.check_element_on_page((By.ID, " flash_danger" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-07-30 07:25:08 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "su" class = "skipClass" >
< td > TestFilePicker< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c22', 3)" > Detail< / a >
< / td >
< / tr >
2021-07-30 07:25:08 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt22.1' class = 'hiddenRow bg-success' >
2020-10-06 19:46:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestFilePicker - test_filepicker_limited_file< / div >
2020-10-06 19:46:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-06 19:46:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "st22.2" class = "none bg-warning" >
2020-10-06 19:46:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestFilePicker - test_filepicker_new_file< / div >
2020-10-06 19:46:09 +00:00
< / td >
2020-12-12 14:16:22 +00:00
< td colspan = '6' >
< div class = "text-center" >
2022-06-17 08:14:33 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st22.2')" > SKIP< / a >
2020-12-12 14:16:22 +00:00
< / div >
<!-- css div popup start -->
2022-06-17 08:14:33 +00:00
< div id = "div_st22.2" class = "popup_window test_output" style = "display:none;" >
2020-12-12 14:16:22 +00:00
< div class = 'close_button pull-right' >
2021-10-06 16:41:01 +00:00
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2022-06-17 08:14:33 +00:00
onclick="document.getElementById('div_st22.2').style.display='none'">< span
2020-12-12 14:16:22 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2022-06-17 08:14:33 +00:00
< pre class = "text-left" > Not implemented< / pre >
2020-12-12 14:16:22 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-10-06 19:46:09 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt22.3' class = 'hiddenRow bg-success' >
2021-07-30 09:43:26 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestFilePicker - test_two_filepickers< / div >
2021-07-30 09:43:26 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "su" class = "passClass" >
< td > TestSetupGdrive< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c23', 1)" > Detail< / a >
< / td >
< / tr >
2020-10-06 19:46:09 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt23.1' class = 'hiddenRow bg-success' >
2020-12-02 17:23:28 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestSetupGdrive - test_config_gdrive< / div >
2020-10-06 19:46:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-10-06 19:46:09 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
2021-10-12 16:40:04 +00:00
< tr id = "su" class = "passClass" >
2022-06-17 08:14:33 +00:00
< td > TestGoodreads< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 3< / td >
2021-10-12 16:40:04 +00:00
< td class = "text-center" > 0< / td >
2021-07-30 09:43:26 +00:00
< td class = "text-center" > 0< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2022-06-17 08:14:33 +00:00
< a onclick = "showClassDetail('c24', 3)" > Detail< / a >
2021-01-02 06:51:48 +00:00
< / td >
< / tr >
2020-09-09 05:00:09 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt24.1' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestGoodreads - test_author_page< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt24.2' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestGoodreads - test_author_page_invalid< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt24.3' class = 'hiddenRow bg-success' >
2021-07-30 07:25:08 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestGoodreads - test_goodreads_about< / div >
2021-07-30 07:25:08 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "su" class = "errorClass" >
< td > TestKoboSync< / td >
< td class = "text-center" > 11< / td >
< td class = "text-center" > 8< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c25', 11)" > Detail< / a >
< / td >
< / tr >
2020-09-09 05:00:09 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt25.1' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestKoboSync - test_book_download< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt25.2' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestKoboSync - test_kobo_about< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft25.3" class = "none bg-danger" >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestKoboSync - test_kobo_sync_selected_shelfs< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft25.3')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft25.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft25.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py" , line 610, in test_kobo_sync_selected_shelfs
self.assertEqual(0, len(self.sync_kobo()))
AssertionError: 0 != 1< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et25.4" class = "none bg-info" >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestKoboSync - test_kobo_upload_book< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et25.4')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et25.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et25.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py" , line 659, in test_kobo_upload_book
upload.send_keys(upload_file)
AttributeError: ' bool' object has no attribute ' send_keys' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et25.5" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestKoboSync - test_shelves_add_remove_books< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et25.5')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et25.5" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et25.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py" , line 470, in test_shelves_add_remove_books
self.list_shelfs(u' BooksAdd' )[' ele' ].click()
TypeError: ' NoneType' object is not subscriptable< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt25.6' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestKoboSync - test_sync_changed_book< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt25.7' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestKoboSync - test_sync_invalid< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt25.8' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestKoboSync - test_sync_reading_state< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt25.9' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestKoboSync - test_sync_shelf< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt25.10' class = 'hiddenRow bg-success' >
2021-01-24 06:31:40 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestKoboSync - test_sync_unchanged< / div >
2021-01-24 06:31:40 +00:00
< / td >
2021-10-12 16:40:04 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-24 06:31:40 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt25.11' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestKoboSync - test_sync_upload< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-01-02 06:51:48 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2021-01-02 06:51:48 +00:00
2022-06-17 08:14:33 +00:00
< tr id = "su" class = "failClass" >
< td > TestKoboSyncBig< / td >
< td class = "text-center" > 6< / td >
< td class = "text-center" > 4< / td >
2021-11-23 18:32:11 +00:00
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" > 0< / td >
2021-03-24 17:45:59 +00:00
< td class = "text-center" >
2022-06-17 08:14:33 +00:00
< a onclick = "showClassDetail('c26', 6)" > Detail< / a >
2021-03-24 17:45:59 +00:00
< / td >
< / tr >
2020-09-09 05:00:09 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt26.1' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestKoboSyncBig - test_download_cover< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt26.2' class = 'hiddenRow bg-success' >
2021-04-04 17:40:34 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestKoboSyncBig - test_kobo_sync_multi_user< / div >
2021-04-04 17:40:34 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft26.3" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestKoboSyncBig - test_kobo_sync_selected_shelves< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft26.3')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft26.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft26.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py" , line 273, in test_kobo_sync_selected_shelves
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft26.4" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestKoboSyncBig - test_sync_changed_book< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft26.4')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft26.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft26.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py" , line 184, in test_sync_changed_book
self.assertEqual(r.json(), [])
AssertionError: Lists differ: [{' ChangedEntitlement' : {' BookEntitlement' [1637 chars]]}}}] != []
2021-04-04 17:40:34 +00:00
2022-06-17 08:14:33 +00:00
First list contains 1 additional elements.
First extra element 0:
{' ChangedEntitlement' : {' BookEntitlement' : {' Accessibility' : ' Full' , ' ActivePeriod' : {' From' : ' 2022-06-16T21:14:23Z' }, ' Created' : ' 2022-06-16T21:07:06Z' , ' CrossRevisionId' : ' 6e946ee0-f345-4bbf-bd2c-b2c7c34a4e9d' , ' Id' : ' 6e946ee0-f345-4bbf-bd2c-b2c7c34a4e9d' , ' IsRemoved' : False, ' IsHiddenFromArchive' : False, ' IsLocked' : False, ' LastModified' : ' 2022-06-16T21:11:49Z' , ' OriginCategory' : ' Imported' , ' RevisionId' : ' 6e946ee0-f345-4bbf-bd2c-b2c7c34a4e9d' , ' Status' : ' Active' }, ' BookMetadata' : {' Categories' : [' 00000000-0000-0000-0000-000000000001' ], ' CoverImageId' : ' 6e946ee0-f345-4bbf-bd2c-b2c7c34a4e9d' , ' CrossRevisionId' : ' 6e946ee0-f345-4bbf-bd2c-b2c7c34a4e9d' , ' CurrentDisplayPrice' : {' CurrencyCode' : ' USD' , ' TotalAmount' : 0}, ' CurrentLoveDisplayPrice' : {' TotalAmount' : 0}, ' Description' : None, ' DownloadUrls' : [{' Format' : ' EPUB3' , ' Size' : 30, ' Url' : ' http://192.168.188.33:8083/kobo/a124d5ff4fd6bf4144414f74adff2480/download/104/epub' , ' Platform' : ' Generic' }, {' Format' : ' EPUB' , ' Size' : 30, ' Url' : ' http://192.168.188.33:8083/kobo/a124d5ff4fd6bf4144414f74adff2480/download/104/epub' , ' Platform' : ' Generic' }], ' EntitlementId' : ' 6e946ee0-f345-4bbf-bd2c-b2c7c34a4e9d' , ' ExternalIds' : [], ' Genre' : ' 00000000-0000-0000-0000-000000000001' , ' IsEligibleForKoboLove' : False, ' IsInternetArchive' : False, ' IsPreOrder' : False, ' IsSocialEnabled' : True, ' Language' : ' en' , ' PhoneticPronunciations' : {}, ' PublicationDate' : ' 2022-06-16T00:00:00Z' , ' Publisher' : {' Imprint' : ' ' , ' Name' : None}, ' RevisionId' : ' 6e946ee0-f345-4bbf-bd2c-b2c7c34a4e9d' , ' Title' : ' Nonomatics' , ' WorkId' : ' 6e946ee0-f345-4bbf-bd2c-b2c7c34a4e9d' , ' ContributorRoles' : [{' Name' : ' N7TONQ3OOR' }], ' Contributors' : [' N7TONQ3OOR' ]}}}
2021-04-04 17:40:34 +00:00
2022-06-17 08:14:33 +00:00
Diff is 3763 characters long. Set self.maxDiff to None to see it.< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2021-04-04 17:40:34 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt26.5' class = 'hiddenRow bg-success' >
2021-04-04 17:40:34 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestKoboSyncBig - test_sync_reading_state< / div >
2021-04-04 17:40:34 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt26.6' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestKoboSyncBig - test_sync_shelf< / div >
2020-09-09 05:00:09 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2020-12-12 14:16:22 +00:00
2022-06-17 08:14:33 +00:00
< tr id = "su" class = "errorClass" >
< td > TestLdapLogin< / td >
< td class = "text-center" > 13< / td >
< td class = "text-center" > 9< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 1< / td >
2021-03-23 16:39:51 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2022-06-17 08:14:33 +00:00
< a onclick = "showClassDetail('c27', 13)" > Detail< / a >
2021-03-23 16:39:51 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt27.1' class = 'hiddenRow bg-success' >
2021-03-23 16:39:51 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLdapLogin - test_LDAP_SSL< / div >
2021-03-23 16:39:51 +00:00
< / td >
2021-07-30 09:43:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-25 17:30:31 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt27.2' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLdapLogin - test_LDAP_SSL_CERTIFICATE< / div >
2021-03-23 16:39:51 +00:00
< / td >
2021-03-25 17:30:31 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt27.3' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLdapLogin - test_LDAP_STARTTLS< / div >
2021-03-25 17:30:31 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt27.4' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLdapLogin - test_LDAP_fallback_Login< / div >
2021-03-25 17:30:31 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft27.5" class = "none bg-danger" >
2021-03-25 17:30:31 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLdapLogin - test_LDAP_import< / div >
2021-03-25 17:30:31 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft27.5')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft27.5" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft27.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ldap.py" , line 443, in test_LDAP_import
self.assertTrue(imprt)
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-03-25 17:30:31 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt27.6' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLdapLogin - test_LDAP_import_memberfield< / div >
2021-03-25 17:30:31 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt27.7' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLdapLogin - test_LDAP_login< / div >
2021-03-25 17:30:31 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt27.8' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLdapLogin - test_invalid_LDAP< / div >
2021-03-25 17:30:31 +00:00
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-25 17:30:31 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt27.9' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLdapLogin - test_ldap_about< / div >
2021-03-25 17:30:31 +00:00
< / td >
2021-07-30 09:43:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-25 17:30:31 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt27.10' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLdapLogin - test_ldap_authentication< / div >
2021-03-25 17:30:31 +00:00
< / td >
2021-07-30 09:43:26 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-25 17:30:31 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft27.11" class = "none bg-danger" >
2021-03-25 17:30:31 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLdapLogin - test_ldap_kobo_sync< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft27.11')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft27.11" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft27.11').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ldap.py" , line 1039, in test_ldap_kobo_sync
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-03-25 17:30:31 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft27.12" class = "none bg-danger" >
2021-03-25 17:30:31 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLdapLogin - test_ldap_opds_anonymous< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft27.12')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft27.12" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft27.12').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ldap.py" , line 962, in test_ldap_opds_anonymous
self.assertEqual(403, r.status_code)
AssertionError: 403 != 200< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-03-25 17:30:31 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et27.13" class = "none bg-info" >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLdapLogin - test_ldap_opds_download_book< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et27.13')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et27.13" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et27.13').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_ldap.py" , line 850, in test_ldap_opds_download_book
self.create_user(' 执一' ,{' email' :' use10@oxi.com' ,' password' :' 1234AbC*!' , ' download_role' : 1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1014, in create_user
return cls.change_user(config)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1068, in change_user
ele = cls.driver.find_element(By.ID, checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 425, in execute
self.error_handler.check_response(response)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py" , line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" download_role" ]
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-12-05 12:04:13 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "su" class = "passClass" >
< td > TestCalibreWebListOrders< / td >
< td class = "text-center" > 10< / td >
< td class = "text-center" > 10< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c28', 10)" > Detail< / a >
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt28.1' class = 'hiddenRow bg-success' >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_author_sort< / div >
2021-12-05 12:04:13 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt28.2' class = 'hiddenRow bg-success' >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_download_sort< / div >
2021-12-05 12:04:13 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt28.3' class = 'hiddenRow bg-success' >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_format_sort< / div >
2021-12-05 12:04:13 +00:00
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-12-05 12:04:13 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt28.4' class = 'hiddenRow bg-success' >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_lang_sort< / div >
2021-12-05 12:04:13 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt28.5' class = 'hiddenRow bg-success' >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_order_authors_all_links< / div >
2021-12-05 12:04:13 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt28.6' class = 'hiddenRow bg-success' >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_order_series_all_links< / div >
2021-12-05 12:04:13 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt28.7' class = 'hiddenRow bg-success' >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_publisher_sort< / div >
2021-12-05 12:04:13 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt28.8' class = 'hiddenRow bg-success' >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_ratings_sort< / div >
2021-12-05 12:04:13 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt28.9' class = 'hiddenRow bg-success' >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_series_sort< / div >
2021-12-05 12:04:13 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt28.10' class = 'hiddenRow bg-success' >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestCalibreWebListOrders - test_tags_sort< / div >
2021-12-05 12:04:13 +00:00
< / td >
2022-01-26 06:31:01 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-12-05 12:04:13 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "su" class = "skipClass" >
< td > TestLogging< / td >
< td class = "text-center" > 9< / td >
< td class = "text-center" > 8< / td >
2022-04-26 08:49:06 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
2022-06-17 08:14:33 +00:00
< td class = "text-center" > 1< / td >
2022-04-26 08:49:06 +00:00
< td class = "text-center" >
2022-06-17 08:14:33 +00:00
< a onclick = "showClassDetail('c29', 9)" > Detail< / a >
2022-04-26 08:49:06 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt29.1' class = 'hiddenRow bg-success' >
2022-04-26 08:49:06 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLogging - test_access_log_recover< / div >
2022-04-26 08:49:06 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt29.2' class = 'hiddenRow bg-success' >
2022-04-30 06:26:00 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLogging - test_debug_log< / div >
2022-04-26 08:49:06 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt29.3' class = 'hiddenRow bg-success' >
2022-04-30 06:26:00 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLogging - test_debuginfo_download< / div >
2022-04-30 06:26:00 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
2022-04-26 08:49:06 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt29.4' class = 'hiddenRow bg-success' >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLogging - test_failed_login< / div >
2021-12-05 12:04:13 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "st29.5" class = "none bg-warning" >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLogging - test_failed_register< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st29.5')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = "div_st29.5" class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_st29.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-12-05 12:04:13 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt29.6' class = 'hiddenRow bg-success' >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLogging - test_logbook_download< / div >
2021-12-05 12:04:13 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt29.7' class = 'hiddenRow bg-success' >
2022-04-30 06:26:00 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLogging - test_logfile_change< / div >
2022-04-30 06:26:00 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
2021-12-05 12:04:13 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt29.8' class = 'hiddenRow bg-success' >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLogging - test_logfile_recover< / div >
2021-12-05 12:04:13 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-04-26 08:49:06 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt29.9' class = 'hiddenRow bg-success' >
2022-04-26 08:49:06 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLogging - test_logviewer< / div >
2022-04-26 08:49:06 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-06 07:00:09 +00:00
< tr id = "su" class = "errorClass" >
2022-06-17 08:14:33 +00:00
< td > TestLogin< / td >
< td class = "text-center" > 16< / td >
< td class = "text-center" > 5< / td >
< td class = "text-center" > 5< / td >
< td class = "text-center" > 6< / td >
2021-12-05 12:04:13 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2022-06-17 08:14:33 +00:00
< a onclick = "showClassDetail('c30', 16)" > Detail< / a >
2021-12-05 12:04:13 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt30.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestLogin - test_digest_login< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "ft30.2" class = "none bg-danger" >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLogin - test_login_capital_letters_user_unicode_password< / div >
2021-12-05 12:04:13 +00:00
< / td >
2022-06-06 07:00:09 +00:00
< td colspan = '6' >
< div class = "text-center" >
2022-06-17 08:14:33 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft30.2')" > FAIL< / a >
2022-06-06 07:00:09 +00:00
< / div >
<!-- css div popup start -->
2022-06-17 08:14:33 +00:00
< div id = "div_ft30.2" class = "popup_window test_output" style = "display:block;" >
2022-06-06 07:00:09 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2022-06-17 08:14:33 +00:00
onclick="document.getElementById('div_ft30.2').style.display='none'">< span
2022-06-06 07:00:09 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2022-06-17 08:14:33 +00:00
File " /home/ozzie/Development/calibre-web-test/test/test_login.py" , line 218, in test_login_capital_letters_user_unicode_password
self.assertTrue(self.login(' KAPITAL' , u' Kß ü执123AbC*!' ))
2022-06-06 07:00:09 +00:00
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-12-05 12:04:13 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt30.3' class = 'hiddenRow bg-success' >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLogin - test_login_cookie_steal< / div >
2021-12-05 12:04:13 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft30.4" class = "none bg-danger" >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLogin - test_login_delete_admin< / div >
2021-12-05 12:04:13 +00:00
< / td >
2022-06-06 07:00:09 +00:00
< td colspan = '6' >
< div class = "text-center" >
2022-06-17 08:14:33 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft30.4')" > FAIL< / a >
2022-06-06 07:00:09 +00:00
< / div >
<!-- css div popup start -->
2022-06-17 08:14:33 +00:00
< div id = "div_ft30.4" class = "popup_window test_output" style = "display:block;" >
2022-06-06 07:00:09 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2022-06-17 08:14:33 +00:00
onclick="document.getElementById('div_ft30.4').style.display='none'">< span
2022-06-06 07:00:09 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2022-06-17 08:14:33 +00:00
File " /home/ozzie/Development/calibre-web-test/test/test_login.py" , line 284, in test_login_delete_admin
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
2022-06-06 07:00:09 +00:00
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-12-05 12:04:13 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et30.5" class = "none bg-info" >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLogin - test_login_empty_password< / div >
2021-12-05 12:04:13 +00:00
< / td >
2022-06-06 07:00:09 +00:00
< td colspan = '6' >
< div class = "text-center" >
2022-06-17 08:14:33 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et30.5')" > ERROR< / a >
2022-06-06 07:00:09 +00:00
< / div >
<!-- css div popup start -->
2022-06-17 08:14:33 +00:00
< div id = "div_et30.5" class = "popup_window test_output" style = "display:block;" >
2022-06-06 07:00:09 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2022-06-17 08:14:33 +00:00
onclick="document.getElementById('div_et30.5').style.display='none'">< span
2022-06-06 07:00:09 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2022-06-17 08:14:33 +00:00
File " /home/ozzie/Development/calibre-web-test/test/test_login.py" , line 193, in test_login_empty_password
self.create_user(' epass' , {' email' : ' a5@b.com' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1014, in create_user
return cls.change_user(config)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1084, in change_user
ele = cls.driver.find_element(By.ID, key)
2022-06-06 07:00:09 +00:00
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 425, in execute
self.error_handler.check_response(response)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py" , line 247, in check_response
raise exception_class(message, screen, stacktrace)
2022-06-17 08:14:33 +00:00
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" email" ]
2022-06-06 07:00:09 +00:00
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-12-05 12:04:13 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt30.6' class = 'hiddenRow bg-success' >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLogin - test_login_locale_select< / div >
2021-12-05 12:04:13 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt30.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestLogin - test_login_protected< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "et30.8" class = "none bg-info" >
< td >
< div class = 'testcase' > TestLogin - test_login_remember_me< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et30.8')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et30.8" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et30.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_login.py" , line 505, in test_login_remember_me
remember = r.cookies[' remember_token' ]
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/requests/cookies.py" , line 328, in __getitem__
return self._find_no_duplicates(name)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/requests/cookies.py" , line 399, in _find_no_duplicates
raise KeyError(' name=%r, domain=%r, path=%r' % (name, domain, path))
KeyError: " name=' remember_token' , domain=None, path=None" < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et30.9" class = "none bg-info" >
< td >
< div class = 'testcase' > TestLogin - test_login_rename_user< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et30.9')" > ERROR< / a >
< / div >
2022-06-06 07:00:09 +00:00
<!-- css div popup start -->
2022-06-17 08:14:33 +00:00
< div id = "div_et30.9" class = "popup_window test_output" style = "display:block;" >
2022-06-06 07:00:09 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2022-06-17 08:14:33 +00:00
onclick="document.getElementById('div_et30.9').style.display='none'">< span
2022-06-06 07:00:09 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2022-06-17 08:14:33 +00:00
File " /home/ozzie/Development/calibre-web-test/test/test_login.py" , line 480, in test_login_rename_user
self.create_user(' new_user' , {' password' : ' 123AbC*!' , ' email' : ' a12@b.com' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1014, in create_user
return cls.change_user(config)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1084, in change_user
ele = cls.driver.find_element(By.ID, key)
2022-06-06 07:00:09 +00:00
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 425, in execute
self.error_handler.check_response(response)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py" , line 247, in check_response
raise exception_class(message, screen, stacktrace)
2022-06-17 08:14:33 +00:00
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" email" ]
2022-06-06 07:00:09 +00:00
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-12-05 12:04:13 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et30.10" class = "none bg-info" >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLogin - test_login_unicode_user_space_end_password< / div >
2021-12-05 12:04:13 +00:00
< / td >
2022-06-06 07:00:09 +00:00
< td colspan = '6' >
< div class = "text-center" >
2022-06-17 08:14:33 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et30.10')" > ERROR< / a >
2022-06-06 07:00:09 +00:00
< / div >
<!-- css div popup start -->
2022-06-17 08:14:33 +00:00
< div id = "div_et30.10" class = "popup_window test_output" style = "display:block;" >
2022-06-06 07:00:09 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2022-06-17 08:14:33 +00:00
onclick="document.getElementById('div_et30.10').style.display='none'">< span
2022-06-06 07:00:09 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
2022-06-17 08:14:33 +00:00
File " /home/ozzie/Development/calibre-web-test/test/test_login.py" , line 233, in test_login_unicode_user_space_end_password
self.create_user(u' Kß ü执' , {' password' : ' space123AbC*!' , ' email' : ' a1@b.com' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1014, in create_user
return cls.change_user(config)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1084, in change_user
ele = cls.driver.find_element(By.ID, key)
2022-06-06 07:00:09 +00:00
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 425, in execute
self.error_handler.check_response(response)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py" , line 247, in check_response
raise exception_class(message, screen, stacktrace)
2022-06-17 08:14:33 +00:00
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" email" ]
2022-06-06 07:00:09 +00:00
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-12-05 12:04:13 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et30.11" class = "none bg-info" >
< td >
< div class = 'testcase' > TestLogin - test_login_user_with_space_password_end_space< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et30.11')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et30.11" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et30.11').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_login.py" , line 249, in test_login_user_with_space_password_end_space
self.create_user(' Klaus peter' , {' password' : ' 123AbC*!space ' , ' email' : ' a2@b.com' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1014, in create_user
return cls.change_user(config)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1084, in change_user
ele = cls.driver.find_element(By.ID, key)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 425, in execute
self.error_handler.check_response(response)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py" , line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" email" ]
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
2022-06-17 08:14:33 +00:00
< tr id = "ft30.12" class = "none bg-danger" >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLogin - test_magic_remote_login< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft30.12')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft30.12" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft30.12').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_login.py" , line 549, in test_magic_remote_login
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-12-05 12:04:13 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft30.13" class = "none bg-danger" >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLogin - test_next< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft30.13')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft30.13" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft30.13').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_login.py" , line 543, in test_next
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-12-05 12:04:13 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft30.14" class = "none bg-danger" >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestLogin - test_password_policy< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft30.14')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft30.14" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft30.14').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_login.py" , line 298, in test_password_policy
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et30.15" class = "none bg-info" >
< td >
< div class = 'testcase' > TestLogin - test_proxy_login< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et30.15')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et30.15" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et30.15').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_login.py" , line 404, in test_proxy_login
self.fill_basic_config({' config_allow_reverse_proxy_header_login' : 1 })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 393, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt30.16' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestLogin - test_robots< / div >
2021-12-05 12:04:13 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-12-05 12:04:13 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "su" class = "passClass" >
< td > TestMergeBooksList< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
2022-01-26 06:31:01 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
2021-12-05 12:04:13 +00:00
< td class = "text-center" >
2022-06-17 08:14:33 +00:00
< a onclick = "showClassDetail('c31', 2)" > Detail< / a >
2021-12-05 12:04:13 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt31.1' class = 'hiddenRow bg-success' >
2022-01-30 09:57:29 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestMergeBooksList - test_book_merge< / div >
2022-01-30 09:57:29 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt31.2' class = 'hiddenRow bg-success' >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestMergeBooksList - test_delete_book< / div >
2021-12-05 12:04:13 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "su" class = "passClass" >
< td > TestOAuthLogin< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c32', 2)" > Detail< / a >
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt32.1' class = 'hiddenRow bg-success' >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOAuthLogin - test_oauth_about< / div >
2021-12-05 12:04:13 +00:00
< / td >
2022-01-26 06:31:01 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-12-05 12:04:13 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt32.2' class = 'hiddenRow bg-success' >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOAuthLogin - test_visible_oauth< / div >
2021-12-05 12:04:13 +00:00
< / td >
2022-01-26 06:31:01 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-12-05 12:04:13 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "su" class = "errorClass" >
< td > TestOPDSFeed< / td >
< td class = "text-center" > 23< / td >
< td class = "text-center" > 15< / td >
< td class = "text-center" > 2< / td >
< td class = "text-center" > 6< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c33', 23)" > Detail< / a >
< / td >
< / tr >
2021-12-05 12:04:13 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt33.1' class = 'hiddenRow bg-success' >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds< / div >
2021-12-05 12:04:13 +00:00
< / td >
2022-01-26 06:31:01 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-12-05 12:04:13 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt33.2' class = 'hiddenRow bg-success' >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_author< / div >
2021-12-05 12:04:13 +00:00
< / td >
2022-01-26 06:31:01 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-12-05 12:04:13 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt33.3' class = 'hiddenRow bg-success' >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_books< / div >
2021-12-05 12:04:13 +00:00
< / td >
2022-01-26 06:31:01 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-12-05 12:04:13 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt33.4' class = 'hiddenRow bg-success' >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_calibre_companion< / div >
2021-12-05 12:04:13 +00:00
< / td >
2022-01-26 06:31:01 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-12-05 12:04:13 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt33.5' class = 'hiddenRow bg-success' >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_colon_password< / div >
2021-12-05 12:04:13 +00:00
< / td >
2022-04-26 08:49:06 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt33.6' class = 'hiddenRow bg-success' >
2022-04-26 08:49:06 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_cover< / div >
2022-04-26 08:49:06 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt33.7' class = 'hiddenRow bg-success' >
2022-04-26 08:49:06 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_download_book< / div >
2022-04-26 08:49:06 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt33.8' class = 'hiddenRow bg-success' >
2022-04-26 08:49:06 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_formats< / div >
2022-04-26 08:49:06 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft33.9" class = "none bg-danger" >
2022-04-26 08:49:06 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_guest_user< / div >
2022-04-26 08:49:06 +00:00
< / td >
< td colspan = '6' >
< div class = "text-center" >
2022-06-17 08:14:33 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft33.9')" > FAIL< / a >
2022-04-26 08:49:06 +00:00
< / div >
<!-- css div popup start -->
2022-06-17 08:14:33 +00:00
< div id = "div_ft33.9" class = "popup_window test_output" style = "display:block;" >
2022-04-26 08:49:06 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2022-06-17 08:14:33 +00:00
onclick="document.getElementById('div_ft33.9').style.display='none'">< span
2022-04-26 08:49:06 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2022-06-17 08:14:33 +00:00
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_opds_feed.py" , line 141, in test_opds_guest_user
self.assertEqual(403, r.status_code)
AssertionError: 403 != 200< / pre >
2022-04-26 08:49:06 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt33.10' class = 'hiddenRow bg-success' >
2022-04-26 08:49:06 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_hot< / div >
2022-04-26 08:49:06 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et33.11" class = "none bg-info" >
2022-04-28 18:57:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_language< / div >
2021-12-05 12:04:13 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et33.11')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et33.11" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et33.11').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_opds_feed.py" , line 240, in test_opds_language
self.login(" admin" , " admin123" )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2022-04-26 08:49:06 +00:00
< / td >
2022-04-30 06:26:00 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et33.12" class = "none bg-info" >
2022-04-30 06:26:00 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_non_admin< / div >
2022-04-30 06:26:00 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et33.12')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et33.12" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et33.12').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_opds_feed.py" , line 372, in test_opds_non_admin
self.login(" admin" , " admin123" )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2022-04-30 06:26:00 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt33.13' class = 'hiddenRow bg-success' >
2022-04-30 06:26:00 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_publisher< / div >
2022-04-30 06:26:00 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et33.14" class = "none bg-info" >
2022-04-30 06:26:00 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_random< / div >
2022-04-30 06:26:00 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et33.14')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et33.14" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et33.14').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_opds_feed.py" , line 200, in test_opds_random
self.login(" admin" , " admin123" )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2022-04-30 06:26:00 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt33.15' class = 'hiddenRow bg-success' >
2022-04-30 06:26:00 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_ratings< / div >
2022-04-30 06:26:00 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt33.16' class = 'hiddenRow bg-success' >
2022-04-30 06:26:00 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_read_unread< / div >
2022-04-30 06:26:00 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft33.17" class = "none bg-danger" >
2022-04-30 06:26:00 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_search< / div >
2022-04-30 06:26:00 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft33.17')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft33.17" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft33.17').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_opds_feed.py" , line 564, in test_opds_search
self.assertEqual(401, r.status_code)
AssertionError: 401 != 200< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-12-05 12:04:13 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt33.18' class = 'hiddenRow bg-success' >
2021-12-05 12:04:13 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_series< / div >
2021-12-05 12:04:13 +00:00
< / td >
2022-05-01 08:25:07 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-25 17:30:31 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et33.19" class = "none bg-info" >
2021-03-25 17:30:31 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_shelf_access< / div >
2022-04-30 06:26:00 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et33.19')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et33.19" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et33.19').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_opds_feed.py" , line 670, in test_opds_shelf_access
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2022-04-30 06:26:00 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt33.20' class = 'hiddenRow bg-success' >
2022-04-30 06:26:00 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_tags< / div >
2022-04-26 08:49:06 +00:00
< / td >
2022-05-01 08:25:07 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-25 17:30:31 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt33.21' class = 'hiddenRow bg-success' >
2021-03-25 17:30:31 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_top_rated< / div >
2022-04-26 08:49:06 +00:00
< / td >
2022-05-01 08:25:07 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-25 17:30:31 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et33.22" class = "none bg-info" >
2021-03-25 17:30:31 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOPDSFeed - test_opds_unicode_user< / div >
2021-03-25 17:30:31 +00:00
< / td >
2022-02-09 17:17:00 +00:00
< td colspan = '6' >
< div class = "text-center" >
2022-06-17 08:14:33 +00:00
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et33.22')" > ERROR< / a >
2022-02-09 17:17:00 +00:00
< / div >
<!-- css div popup start -->
2022-06-17 08:14:33 +00:00
< div id = "div_et33.22" class = "popup_window test_output" style = "display:block;" >
2022-02-09 17:17:00 +00:00
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
2022-06-17 08:14:33 +00:00
onclick="document.getElementById('div_et33.22').style.display='none'">< span
2022-02-09 17:17:00 +00:00
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
2022-06-17 08:14:33 +00:00
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_opds_feed.py" , line 480, in test_opds_unicode_user
self.login(" admin" , " admin123" )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
2022-02-09 17:17:00 +00:00
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-03-25 17:30:31 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et33.23" class = "none bg-info" >
2022-04-30 06:26:00 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestOPDSFeed - test_recently_added< / div >
2021-12-05 12:04:13 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et33.23')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et33.23" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et33.23').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_opds_feed.py" , line 450, in test_recently_added
self.login(" admin" , " admin123" )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
2022-04-26 08:49:06 +00:00
2022-06-06 07:00:09 +00:00
< tr id = "su" class = "passClass" >
2022-06-17 08:14:33 +00:00
< td > TestUploadPDF< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
2022-06-06 07:00:09 +00:00
< td class = "text-center" > 0< / td >
2022-04-26 08:49:06 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2022-06-17 08:14:33 +00:00
< a onclick = "showClassDetail('c34', 1)" > Detail< / a >
2022-04-26 08:49:06 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt34.1' class = 'hiddenRow bg-success' >
2021-01-02 06:51:48 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestUploadPDF - test_upload_invalid_pdf< / div >
2020-09-28 19:24:47 +00:00
< / td >
2022-01-26 06:31:01 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-01-02 06:51:48 +00:00
< / tr >
2020-12-12 14:16:22 +00:00
2022-06-06 07:00:09 +00:00
< tr id = "su" class = "passClass" >
2022-06-17 08:14:33 +00:00
< td > TestPipInstall< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 3< / td >
2022-06-06 07:00:09 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
2021-01-02 06:51:48 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2022-06-17 08:14:33 +00:00
< a onclick = "showClassDetail('c35', 3)" > Detail< / a >
2021-01-02 06:51:48 +00:00
< / td >
< / tr >
2020-12-12 14:16:22 +00:00
2021-01-02 06:51:48 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt35.1' class = 'hiddenRow bg-success' >
2021-07-30 07:25:08 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestPipInstall - test_command_start< / div >
2021-07-30 07:25:08 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt35.2' class = 'hiddenRow bg-success' >
2021-07-30 07:25:08 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestPipInstall - test_foldername_database_location< / div >
2021-07-30 07:25:08 +00:00
< / td >
2022-06-06 07:00:09 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-07-30 07:25:08 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt35.3' class = 'hiddenRow bg-success' >
2021-07-30 07:25:08 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestPipInstall - test_module_start< / div >
2021-07-30 07:25:08 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "su" class = "errorClass" >
< td > TestReader< / td >
< td class = "text-center" > 5< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c36', 5)" > Detail< / a >
< / td >
< / tr >
2020-09-28 19:24:47 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt36.1' class = 'hiddenRow bg-success' >
2021-03-23 16:39:51 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestReader - test_comic_reader< / div >
2021-03-23 16:39:51 +00:00
< / td >
2021-10-31 10:31:53 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-03-23 16:39:51 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft36.2" class = "none bg-danger" >
2020-09-28 19:24:47 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestReader - test_epub_reader< / div >
2020-12-08 19:11:55 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft36.2')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft36.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft36.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_reader.py" , line 95, in test_epub_reader
self.assertFalse(self.check_element_on_page((By.ID, " readbtn" )))
AssertionError: < selenium.webdriver.remote.webelement.WebElement (session=" 7f55be65-aac4-4cf5-849c-2eb5db765457" , element=" 0d8dea23-fde6-4539-8a28-f9cbd8aa1a71" )> is not false< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-11-23 18:32:11 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt36.3' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestReader - test_pdf_reader< / div >
2020-12-08 19:11:55 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et36.4" class = "none bg-info" >
2020-12-08 19:11:55 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestReader - test_sound_listener< / div >
2020-12-08 19:11:55 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et36.4')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et36.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et36.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_reader.py" , line 230, in test_sound_listener
self.sound_test(' music.flac' , ' Unknown - music' , ' 0:02' )
File " /home/ozzie/Development/calibre-web-test/test/test_reader.py" , line 189, in sound_test
upload.send_keys(upload_file)
AttributeError: ' bool' object has no attribute ' send_keys' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-08 19:11:55 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt36.5' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestReader - test_txt_reader< / div >
2020-12-08 19:11:55 +00:00
< / td >
2022-06-06 07:00:09 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "su" class = "passClass" >
2022-06-17 08:14:33 +00:00
< td > TestReadOnlyDatabase< / td >
2021-12-05 12:04:13 +00:00
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2022-06-17 08:14:33 +00:00
< a onclick = "showClassDetail('c37', 1)" > Detail< / a >
2021-12-05 12:04:13 +00:00
< / td >
< / tr >
2020-12-08 19:11:55 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt37.1' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestReadOnlyDatabase - test_readonly_path< / div >
2020-12-08 19:11:55 +00:00
< / td >
2021-10-07 17:53:32 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
< tr id = "su" class = "passClass" >
2022-06-17 08:14:33 +00:00
< td > TestReverseProxy< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 3< / td >
2021-12-05 12:04:13 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2022-06-17 08:14:33 +00:00
< a onclick = "showClassDetail('c38', 3)" > Detail< / a >
2021-12-05 12:04:13 +00:00
< / td >
< / tr >
2020-12-08 19:11:55 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt38.1' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestReverseProxy - test_logout< / div >
2020-12-08 19:11:55 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt38.2' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestReverseProxy - test_move_page< / div >
2020-12-08 19:11:55 +00:00
< / td >
2021-05-20 15:54:25 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt38.3' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestReverseProxy - test_reverse_about< / div >
2020-09-09 05:00:09 +00:00
< / td >
2021-12-05 12:04:13 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "su" class = "errorClass" >
< td > TestShelf< / td >
< td class = "text-center" > 31< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 11< / td >
< td class = "text-center" > 19< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c39', 31)" > Detail< / a >
< / td >
< / tr >
2020-12-08 19:11:55 +00:00
2022-06-17 08:14:33 +00:00
< tr id = "et39.1" class = "none bg-info" >
2020-12-08 19:11:55 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestShelf - test_access_shelf< / div >
2020-12-08 19:11:55 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et39.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et39.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et39.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 572, in test_access_shelf
self.create_user(" tester" , {' password' : ' 123A4bC*!' , ' email' : ' a12@bc.com' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1014, in create_user
return cls.change_user(config)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1084, in change_user
ele = cls.driver.find_element(By.ID, key)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 425, in execute
self.error_handler.check_response(response)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py" , line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" password" ]
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et39.2" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_access_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et39.2')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et39.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et39.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft39.3" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestShelf - test_add_shelf_from_search< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft39.3')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft39.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft39.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 416, in test_add_shelf_from_search
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et39.4" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_add_shelf_from_search< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et39.4')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et39.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et39.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft39.5" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestShelf - test_adv_search_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft39.5')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft39.5" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft39.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 515, in test_adv_search_shelf
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et39.6" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_adv_search_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et39.6')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et39.6" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et39.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft39.7" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestShelf - test_arrange_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft39.7')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft39.7" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft39.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 292, in test_arrange_shelf
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et39.8" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_arrange_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et39.8')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et39.8" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et39.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et39.9" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_create_public_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et39.9')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et39.9" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et39.9').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 181, in test_create_public_shelf
self.create_user(' invalid' , {' edit_shelf_role' : 0, ' password' : ' 123AbC*!' , ' email' : ' bac@b.com' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1014, in create_user
return cls.change_user(config)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1068, in change_user
ele = cls.driver.find_element(By.ID, checkbox)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 425, in execute
self.error_handler.check_response(response)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py" , line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" edit_shelf_role" ]
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et39.10" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_create_public_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et39.10')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et39.10" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et39.10').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et39.11" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_create_public_shelf_no_permission< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et39.11')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et39.11" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et39.11').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 557, in test_create_public_shelf_no_permission
self.create_user(" test1" , {' password' : ' 123AbC*!' , ' email' : ' a11@bc.com' })
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1014, in create_user
return cls.change_user(config)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1084, in change_user
ele = cls.driver.find_element(By.ID, key)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py" , line 425, in execute
self.error_handler.check_response(response)
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py" , line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id=" password" ]
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et39.12" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_create_public_shelf_no_permission< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et39.12')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et39.12" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et39.12').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft39.13" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestShelf - test_delete_book_of_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft39.13')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft39.13" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft39.13').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 277, in test_delete_book_of_shelf
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et39.14" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_delete_book_of_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et39.14')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et39.14" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et39.14').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft39.15" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestShelf - test_private_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft39.15')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft39.15" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft39.15').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 57, in test_private_shelf
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et39.16" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_private_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et39.16')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et39.16" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et39.16').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft39.17" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestShelf - test_public_private_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft39.17')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft39.17" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft39.17').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 335, in test_public_private_shelf
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et39.18" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_public_private_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et39.18')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et39.18" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et39.18').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft39.19" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestShelf - test_public_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft39.19')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft39.19" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft39.19').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 118, in test_public_shelf
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et39.20" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_public_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et39.20')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et39.20" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et39.20').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft39.21" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestShelf - test_rename_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft39.21')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft39.21" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft39.21').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 203, in test_rename_shelf
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et39.22" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_rename_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et39.22')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et39.22" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et39.22').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft39.23" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestShelf - test_shelf_action_non_shelf_edit_role< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft39.23')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft39.23" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft39.23').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 374, in test_shelf_action_non_shelf_edit_role
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et39.24" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_shelf_action_non_shelf_edit_role< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et39.24')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et39.24" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et39.24').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et39.25" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_shelf_anonymous< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et39.25')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et39.25" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et39.25').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 452, in test_shelf_anonymous
self.fill_basic_config({' config_anonbrowse' : 1})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 393, in fill_basic_config
cls._fill_basic_config(elements)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " config_port" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et39.26" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_shelf_anonymous< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et39.26')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et39.26" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et39.26').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "st39.27" class = "none bg-warning" >
< td >
< div class = 'testcase' > TestShelf - test_shelf_database_change< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st39.27')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = "div_st39.27" class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_st39.27').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Change Database Not Implemented< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft39.28" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestShelf - test_shelf_long_name< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft39.28')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft39.28" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft39.28').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 368, in test_shelf_long_name
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et39.29" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_shelf_long_name< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et39.29')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et39.29" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et39.29').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft39.30" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestShelf - test_xss_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft39.30')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft39.30" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft39.30').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 540, in test_xss_shelf
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et39.31" class = "none bg-info" >
< td >
< div class = 'testcase' > TestShelf - test_xss_shelf< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et39.31')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et39.31" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et39.31').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_shelf.py" , line 44, in tearDown
self.login(' admin' ,' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "su" class = "passClass" >
< td > TestThumbnailsEnv< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c40', 1)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt40.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestThumbnailsEnv - test_cover_cache_env_on_database_change< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "su" class = "skipClass" >
< td > TestThumbnails< / td >
< td class = "text-center" > 8< / td >
< td class = "text-center" > 7< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c41', 8)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt41.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestThumbnails - test_cache_non_writable< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt41.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestThumbnails - test_cache_of_deleted_book< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt41.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestThumbnails - test_cover_cache_on_database_change< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt41.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestThumbnails - test_cover_change_on_upload_new_cover< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'st41.5' class = 'none bg-warning' >
< td >
< div class = 'testcase' > TestThumbnails - test_cover_for_series< / div >
< / td >
< td colspan = '6' align = 'center' > SKIP< / td >
< / tr >
< tr id = 'pt41.6' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestThumbnails - test_cover_on_upload_book< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt41.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestThumbnails - test_remove_cover_from_cache< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt41.8' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestThumbnails - test_sideloaded_book< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "su" class = "skipClass" >
< td > TestUpdater< / td >
< td class = "text-center" > 9< / td >
< td class = "text-center" > 8< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c42', 9)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt42.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUpdater - test_check_update_nightly_errors< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt42.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUpdater - test_check_update_nightly_request_errors< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt42.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUpdater - test_check_update_stable_errors< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt42.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUpdater - test_check_update_stable_versions< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt42.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUpdater - test_perform_update< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt42.6' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUpdater - test_perform_update_stable_errors< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "st42.7" class = "none bg-warning" >
< td >
< div class = 'testcase' > TestUpdater - test_perform_update_timeout< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_st42.7')" > SKIP< / a >
< / div >
<!-- css div popup start -->
< div id = "div_st42.7" class = "popup_window test_output" style = "display:none;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_st42.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Takes too long< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt42.8' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUpdater - test_reconnect_database< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt42.9' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUpdater - test_update_write_protect< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "su" class = "failClass" >
< td > TestUploadEPubs< / td >
< td class = "text-center" > 4< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c43', 4)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt43.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUploadEPubs - test_upload_epub_cover< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt43.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUploadEPubs - test_upload_epub_cover_formats< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt43.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUploadEPubs - test_upload_epub_duplicate< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "ft43.4" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestUploadEPubs - test_upload_epub_lang< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft43.4')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft43.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft43.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_upload_epubs.py" , line 91, in test_upload_epub_lang
self.assertEqual(' Tedesco' , details[' languages' ][0])
AssertionError: ' Tedesco' != ' German'
- Tedesco
+ German< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "su" class = "errorClass" >
< td > TestUserList< / td >
< td class = "text-center" > 18< / td >
< td class = "text-center" > 14< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 3< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c44', 18)" > Detail< / a >
< / td >
< / tr >
< tr id = "et44.1" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserList - test_edit_user_email< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et44.1')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et44.1" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et44.1').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_list.py" , line 816, in test_edit_user_email
self.assertEqual(" low@de.de" , user_data[' email' ])
TypeError: ' bool' object is not subscriptable< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "ft44.2" class = "none bg-danger" >
< td >
< div class = 'testcase' > TestUserList - test_list_visibility< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft44.2')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft44.2" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft44.2').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_list.py" , line 160, in test_list_visibility
self.assertTrue(ul[' column' ])
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et44.3" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserList - test_user_list_admin_role< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et44.3')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et44.3" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et44.3').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_list.py" , line 427, in test_user_list_admin_role
self.assertEqual(" " , ul[' table' ][1][' role_Admin' ][' text' ])
IndexError: list index out of range< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et44.4" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserList - test_user_list_check_sort< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et44.4')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et44.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et44.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_list.py" , line 609, in test_user_list_check_sort
self.assertFalse(ul[' table' ][2][' selector' ][' element' ].is_selected())
IndexError: list index out of range< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = 'pt44.5' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserList - test_user_list_denied_tags< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt44.6' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserList - test_user_list_download_role< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt44.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserList - test_user_list_edit_button< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt44.8' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserList - test_user_list_edit_email< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt44.9' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserList - test_user_list_edit_kindle< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt44.10' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserList - test_user_list_edit_language< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2021-09-25 06:23:14 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt44.11' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserList - test_user_list_edit_locale< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt44.12' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserList - test_user_list_edit_name< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt44.13' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserList - test_user_list_edit_visiblility< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt44.14' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserList - test_user_list_guest_edit< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt44.15' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserList - test_user_list_remove_admin< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt44.16' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserList - test_user_list_requests< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt44.17' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserList - test_user_list_search< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt44.18' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserList - test_user_list_sort< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "su" class = "passClass" >
< td > TestUserLoad< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 1< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c45', 1)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt45.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserLoad - test_user_change_vis< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "su" class = "errorClass" >
< td > TestUserTemplate< / td >
< td class = "text-center" > 29< / td >
< td class = "text-center" > 13< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 16< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
< a onclick = "showClassDetail('c46', 29)" > Detail< / a >
< / td >
< / tr >
< tr id = 'pt46.1' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserTemplate - test_allow_column_restriction< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt46.2' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserTemplate - test_allow_tag_restriction< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt46.3' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserTemplate - test_archived_format_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt46.4' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserTemplate - test_author_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt46.5' class = 'hiddenRow bg-success' >
2021-09-25 06:23:14 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_best_user_template< / div >
2021-09-25 06:23:14 +00:00
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2020-09-09 05:00:09 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt46.6' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_category_user_template< / div >
2020-09-09 05:00:09 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt46.7' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserTemplate - test_deny_column_restriction< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt46.8' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserTemplate - test_deny_tag_restriction< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt46.9' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserTemplate - test_detail_random_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt46.10' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserTemplate - test_download_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt46.11' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserTemplate - test_format_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt46.12' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserTemplate - test_hot_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = 'pt46.13' class = 'hiddenRow bg-success' >
< td >
< div class = 'testcase' > TestUserTemplate - test_language_user_template< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
< tr id = "et46.14" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_limit_book_languages< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et46.14')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et46.14" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et46.14').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 559, in test_limit_book_languages
default_language = Select(self.check_element_on_page((By.ID, " default_language" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/select.py" , line 36, in __init__
if webelement.tag_name.lower() != " select" :
AttributeError: ' bool' object has no attribute ' tag_name' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
< / tr >
< tr id = "et46.15" class = "none bg-info" >
< td >
< div class = 'testcase' > TestUserTemplate - test_limit_book_languages< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et46.15')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et46.15" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et46.15').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 37, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et46.16" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestUserTemplate - test_list_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et46.16')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et46.16" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et46.16').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 431, in test_list_user_template
self.fill_view_config({' show_131072' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 398, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et46.17" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestUserTemplate - test_list_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et46.17')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et46.17" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et46.17').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 37, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et46.18" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestUserTemplate - test_publisher_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et46.18')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et46.18" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et46.18').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 257, in test_publisher_user_template
self.fill_view_config({' show_4096' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 398, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et46.19" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestUserTemplate - test_publisher_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et46.19')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et46.19" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et46.19').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 37, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et46.20" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestUserTemplate - test_random_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et46.20')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et46.20" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et46.20').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 40, in test_random_user_template
self.fill_view_config({' show_32' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 398, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et46.21" class = "none bg-info" >
2020-09-09 05:00:09 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestUserTemplate - test_random_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et46.21')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et46.21" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et46.21').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 37, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-09-09 05:00:09 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et46.22" class = "none bg-info" >
2020-12-09 18:02:10 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestUserTemplate - test_read_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et46.22')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et46.22" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et46.22').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 373, in test_read_user_template
self.fill_view_config({' show_256' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 398, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2020-12-09 18:02:10 +00:00
< / td >
< / tr >
2021-07-30 07:25:08 +00:00
2022-06-17 08:14:33 +00:00
< tr id = "et46.23" class = "none bg-info" >
2021-07-30 07:25:08 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestUserTemplate - test_read_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et46.23')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et46.23" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et46.23').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 37, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-07-30 07:25:08 +00:00
< / td >
< / tr >
2021-05-17 15:54:43 +00:00
2022-06-17 08:14:33 +00:00
< tr id = "et46.24" class = "none bg-info" >
2021-05-17 15:54:43 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestUserTemplate - test_recent_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et46.24')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et46.24" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et46.24').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 79, in test_recent_user_template
self.fill_view_config({' show_4' : 0, ' show_8' : 0, ' show_16' : 0, ' show_32' : 0, ' show_64' : 0, ' show_128' : 0,
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 398, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-05-17 15:54:43 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et46.25" class = "none bg-info" >
2021-05-17 15:54:43 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestUserTemplate - test_recent_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et46.25')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et46.25" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et46.25').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 37, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-12-04 09:57:53 +00:00
< / td >
2021-05-17 15:54:43 +00:00
< / tr >
2021-04-04 17:40:34 +00:00
2022-06-17 08:14:33 +00:00
< tr id = "et46.26" class = "none bg-info" >
2021-04-04 17:40:34 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestUserTemplate - test_series_user_template< / div >
2021-04-04 17:40:34 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et46.26')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et46.26" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et46.26').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 200, in test_series_user_template
self.fill_view_config({' show_4' : 0})
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 398, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, " discover" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-11-21 12:23:27 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et46.27" class = "none bg-info" >
2021-11-21 12:23:27 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestUserTemplate - test_series_user_template< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et46.27')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et46.27" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et46.27').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 37, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-04-13 17:08:02 +00:00
< / td >
2021-04-26 17:03:01 +00:00
< / tr >
2021-11-23 18:32:11 +00:00
2022-06-17 08:14:33 +00:00
< tr id = "et46.28" class = "none bg-info" >
2021-11-23 18:32:11 +00:00
< td >
2022-06-17 08:14:33 +00:00
< div class = 'testcase' > TestUserTemplate - test_ui_language_settings< / div >
< / td >
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et46.28')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et46.28" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et46.28').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 550, in test_ui_language_settings
self.assertEqual(username.text, ' Benutzername' )
AttributeError: ' bool' object has no attribute ' text' < / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
2021-11-21 12:23:27 +00:00
< / td >
2021-04-13 17:08:02 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et46.29" class = "none bg-info" >
2021-04-13 17:08:02 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestUserTemplate - test_ui_language_settings< / div >
2021-04-13 17:08:02 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et46.29')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et46.29" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et46.29').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_user_template.py" , line 37, in tearDown
self.login(' admin' , ' admin123' )
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, " username" )))
File " /home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py" , line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/< /< @chrome://remote/content/marionette/element.js:300:16< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-11-23 18:32:11 +00:00
< / tr >
2021-12-05 12:04:13 +00:00
2022-06-17 08:14:33 +00:00
< tr id = "su" class = "errorClass" >
2021-12-05 12:04:13 +00:00
< td > TestCalibreWebVisibilitys< / td >
2022-04-26 08:49:06 +00:00
< td class = "text-center" > 35< / td >
2022-06-17 08:14:33 +00:00
< td class = "text-center" > 12< / td >
< td class = "text-center" > 21< / td >
< td class = "text-center" > 2< / td >
2021-12-05 12:04:13 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2022-06-17 08:14:33 +00:00
< a onclick = "showClassDetail('c47', 35)" > Detail< / a >
2021-12-05 12:04:13 +00:00
< / td >
< / tr >
2021-11-23 18:32:11 +00:00
2022-06-17 08:14:33 +00:00
< tr id = 'pt47.1' class = 'hiddenRow bg-success' >
2021-11-23 18:32:11 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_about< / div >
2021-11-21 12:23:27 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-13 17:08:02 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt47.2' class = 'hiddenRow bg-success' >
2021-04-13 17:08:02 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_SMTP_Settings< / div >
2021-04-13 17:08:02 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-13 17:08:02 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt47.3' class = 'hiddenRow bg-success' >
2021-04-13 17:08:02 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_add_user< / div >
2021-04-13 17:08:02 +00:00
< / td >
2021-11-23 18:32:11 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2021-04-13 17:08:02 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft47.4" class = "none bg-danger" >
2021-04-13 17:08:02 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_password< / div >
2021-04-13 17:08:02 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft47.4')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft47.4" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft47.4').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 424, in test_admin_change_password
self.assertFalse(self.login(" admin" , " admin123" ))
AssertionError: True is not false< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-04-13 17:08:02 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft47.5" class = "none bg-danger" >
2021-04-13 17:08:02 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_archived< / div >
2021-04-13 17:08:02 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft47.5')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft47.5" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft47.5').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 377, in test_admin_change_visibility_archived
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-04-13 17:08:02 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft47.6" class = "none bg-danger" >
2021-08-29 09:31:10 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_authors< / div >
2021-08-29 09:31:10 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft47.6')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft47.6" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft47.6').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 394, in test_admin_change_visibility_authors
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-08-29 09:31:10 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft47.7" class = "none bg-danger" >
2021-08-29 09:31:10 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_category< / div >
2021-08-29 09:31:10 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft47.7')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft47.7" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft47.7').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 413, in test_admin_change_visibility_category
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-08-29 09:31:10 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft47.8" class = "none bg-danger" >
2021-04-13 17:08:02 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_file_formats< / div >
2021-04-13 17:08:02 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft47.8')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft47.8" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft47.8').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 356, in test_admin_change_visibility_file_formats
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-04-21 17:23:11 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft47.9" class = "none bg-danger" >
2021-04-21 17:23:11 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_hot< / div >
2021-04-04 17:40:34 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft47.9')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft47.9" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft47.9').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 260, in test_admin_change_visibility_hot
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-04-26 17:03:01 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft47.10" class = "none bg-danger" >
2021-04-26 17:03:01 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_language< / div >
2021-04-26 17:03:01 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft47.10')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft47.10" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft47.10').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 239, in test_admin_change_visibility_language
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-04-21 17:23:11 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft47.11" class = "none bg-danger" >
2021-05-17 15:54:43 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_publisher< / div >
2021-05-17 15:54:43 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft47.11')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft47.11" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft47.11').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 314, in test_admin_change_visibility_publisher
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-05-17 15:54:43 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft47.12" class = "none bg-danger" >
2021-04-21 17:23:11 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_random< / div >
2021-04-21 17:23:11 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft47.12')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft47.12" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft47.12').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 279, in test_admin_change_visibility_random
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-04-21 17:23:11 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft47.13" class = "none bg-danger" >
2021-04-21 17:23:11 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_rated< / div >
2021-04-21 17:23:11 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft47.13')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft47.13" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft47.13').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 176, in test_admin_change_visibility_rated
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2021-04-04 17:40:34 +00:00
< / tr >
2020-12-09 18:02:10 +00:00
2022-06-17 08:14:33 +00:00
< tr id = "ft47.14" class = "none bg-danger" >
2020-09-09 05:00:09 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_rating< / div >
2020-09-09 05:00:09 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft47.14')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft47.14" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft47.14').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 335, in test_admin_change_visibility_rating
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft47.15" class = "none bg-danger" >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_read< / div >
2020-09-09 05:00:09 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft47.15')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft47.15" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft47.15').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 197, in test_admin_change_visibility_read
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft47.16" class = "none bg-danger" >
2020-09-09 05:00:09 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_admin_change_visibility_series< / div >
2020-09-09 05:00:09 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft47.16')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft47.16" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft47.16').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 291, in test_admin_change_visibility_series
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt47.17' class = 'hiddenRow bg-success' >
2020-09-09 05:00:09 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_allow_columns< / div >
< / td >
2022-01-26 06:31:01 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt47.18' class = 'hiddenRow bg-success' >
2022-01-26 06:31:01 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_allow_tags< / div >
2020-12-08 10:24:07 +00:00
< / td >
2022-01-26 06:31:01 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft47.19" class = "none bg-danger" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_archive_books< / div >
2020-12-08 10:24:07 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft47.19')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft47.19" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft47.19').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 1099, in test_archive_books
self.assertIsNone(details[' archived' ])
AssertionError: True is not None< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et47.20" class = "none bg-info" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_authors_max_settings< / div >
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et47.20')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et47.20" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et47.20').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 1032, in test_authors_max_settings
self.assertEqual(len(list_element[1][10][' author' ]), 4)
IndexError: list index out of range< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt47.21' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_change_title< / div >
2020-12-08 10:24:07 +00:00
< / td >
2021-03-25 17:30:31 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt47.22' class = 'hiddenRow bg-success' >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_checked_logged_in< / div >
2020-12-08 10:24:07 +00:00
< / td >
2020-12-08 19:11:55 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt47.23' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_hide_custom_column< / div >
< / td >
2022-01-26 06:31:01 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft47.24" class = "none bg-danger" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_link_column_to_read_status< / div >
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft47.24')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft47.24" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft47.24').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 826, in test_link_column_to_read_status
self.assertEqual(len(list_element[1]), 11)
AssertionError: 10 != 11< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 19:11:55 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt47.25' class = 'hiddenRow bg-success' >
2020-12-08 19:11:55 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_random_books_available< / div >
< / td >
2022-01-26 06:31:01 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "et47.26" class = "none bg-info" >
2022-04-26 08:49:06 +00:00
< td >
< div class = 'testcase' > TestCalibreWebVisibilitys - test_read_status_visible< / div >
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_et47.26')" > ERROR< / a >
< / div >
<!-- css div popup start -->
< div id = "div_et47.26" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_et47.26').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 933, in test_read_status_visible
self.assertFalse(author[1][1][' read' ])
IndexError: list index out of range< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2022-04-26 08:49:06 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt47.27' class = 'hiddenRow bg-success' >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_request_link_column_to_read_status< / div >
2020-12-08 10:24:07 +00:00
< / td >
2021-01-02 13:54:10 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft47.28" class = "none bg-danger" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_restrict_columns< / div >
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft47.28')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft47.28" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft47.28').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 696, in test_restrict_columns
self.assertEqual(len(books[1]), 11)
AssertionError: 10 != 11< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft47.29" class = "none bg-danger" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_restrict_tags< / div >
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft47.29')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft47.29" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft47.29').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 595, in test_restrict_tags
self.assertEqual(len(self.get_books_displayed()[1]), 7)
AssertionError: 6 != 7< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt47.30' class = 'hiddenRow bg-success' >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_save_views_recent< / div >
< / td >
2022-01-26 06:31:01 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt47.31' class = 'hiddenRow bg-success' >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_search_functions< / div >
2020-12-08 10:24:07 +00:00
< / td >
2020-12-08 19:11:55 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft47.32" class = "none bg-danger" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_search_order< / div >
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft47.32')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft47.32" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft47.32').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 502, in test_search_order
self.verify_order(" search" , order=order)
File " /home/ozzie/Development/calibre-web-test/test/helper_ui.py" , line 1387, in verify_order
self.assertEqual(book_id, expected_result, " Key sorting order wrong: " + key)
AssertionError: 9 != 12 : Key sorting order wrong: new< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft47.33" class = "none bg-danger" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_search_string< / div >
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft47.33')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft47.33" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft47.33').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 483, in test_search_string
self.assertEqual(7, len(self.adv_search({' book_title' : ' book ' })))
AssertionError: 7 != 4< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft47.34" class = "none bg-danger" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_user_email_available< / div >
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft47.34')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft47.34" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft47.34').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 108, in test_user_email_available
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-12-08 10:24:07 +00:00
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = "ft47.35" class = "none bg-danger" >
2020-12-08 10:24:07 +00:00
< td >
2021-12-05 12:04:13 +00:00
< div class = 'testcase' > TestCalibreWebVisibilitys - test_user_visibility_sidebar< / div >
2020-12-08 10:24:07 +00:00
< / td >
2022-06-17 08:14:33 +00:00
< td colspan = '6' >
< div class = "text-center" >
< a class = "popup_link text-center" onfocus = 'blur()' onclick = "showTestDetail('div_ft47.35')" > FAIL< / a >
< / div >
<!-- css div popup start -->
< div id = "div_ft47.35" class = "popup_window test_output" style = "display:block;" >
< div class = 'close_button pull-right' >
< button type = "button" class = "close" aria-label = "Close" onfocus = "this.blur();"
onclick="document.getElementById('div_ft47.35').style.display='none'">< span
aria-hidden="true">× < / span > < / button >
< / div >
< div class = "text-left pull-left" >
< pre class = "text-left" > Traceback (most recent call last):
File " /home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py" , line 119, in test_user_visibility_sidebar
self.assertTrue(self.check_element_on_page((By.ID, " flash_success" )))
AssertionError: False is not true< / pre >
< / div >
< div class = "clearfix" > < / div >
< / div >
<!-- css div popup end -->
< / td >
2020-09-09 05:00:09 +00:00
< / tr >
2022-04-30 06:26:00 +00:00
2022-05-01 08:25:07 +00:00
< tr id = "su" class = "passClass" >
< td > TestCalibreHelper< / td >
< td class = "text-center" > 16< / td >
< td class = "text-center" > 16< / td >
2022-04-30 06:26:00 +00:00
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" > 0< / td >
< td class = "text-center" >
2022-06-17 08:14:33 +00:00
< a onclick = "showClassDetail('c48', 16)" > Detail< / a >
2022-04-30 06:26:00 +00:00
< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt48.1' class = 'hiddenRow bg-success' >
2022-04-30 06:26:00 +00:00
< td >
2022-05-01 08:25:07 +00:00
< div class = 'testcase' > TestCalibreHelper - test_author_sort< / div >
2022-04-30 06:26:00 +00:00
< / td >
2022-05-01 08:25:07 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt48.2' class = 'hiddenRow bg-success' >
2022-05-01 08:25:07 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_author_sort_comma< / div >
2022-04-30 06:26:00 +00:00
< / td >
2022-05-01 08:25:07 +00:00
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt48.3' class = 'hiddenRow bg-success' >
2022-05-01 08:25:07 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_author_sort_junior< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt48.4' class = 'hiddenRow bg-success' >
2022-05-01 08:25:07 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_author_sort_oneword< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt48.5' class = 'hiddenRow bg-success' >
2022-05-01 08:25:07 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_author_sort_roman< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt48.6' class = 'hiddenRow bg-success' >
2022-05-01 08:25:07 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_Limit_Length< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt48.7' class = 'hiddenRow bg-success' >
2022-05-01 08:25:07 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_char_replacement< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt48.8' class = 'hiddenRow bg-success' >
2022-05-01 08:25:07 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_chinese_Characters< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt48.9' class = 'hiddenRow bg-success' >
2022-05-01 08:25:07 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_deg_eur_replacement< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt48.10' class = 'hiddenRow bg-success' >
2022-05-01 08:25:07 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_doubleS< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt48.11' class = 'hiddenRow bg-success' >
2022-05-01 08:25:07 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_finish_Dot< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt48.12' class = 'hiddenRow bg-success' >
2022-05-01 08:25:07 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_high23< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt48.13' class = 'hiddenRow bg-success' >
2022-05-01 08:25:07 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_check_umlauts< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt48.14' class = 'hiddenRow bg-success' >
2022-05-01 08:25:07 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_random_password< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt48.15' class = 'hiddenRow bg-success' >
2022-05-01 08:25:07 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_split_authors< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
< / tr >
2022-06-17 08:14:33 +00:00
< tr id = 'pt48.16' class = 'hiddenRow bg-success' >
2022-05-01 08:25:07 +00:00
< td >
< div class = 'testcase' > TestCalibreHelper - test_whitespaces< / div >
< / td >
< td colspan = '6' align = 'center' > PASS< / td >
2022-04-30 06:26:00 +00:00
< / tr >
2020-09-09 05:00:09 +00:00
< tr id = 'total_row' class = "text-center bg-grey" >
< td > Total< / td >
2022-06-17 08:14:33 +00:00
< td > 463< / td >
< td > 270< / td >
< td > 53< / td >
< td > 133< / td >
2022-04-30 06:26:00 +00:00
< td > 7< / td >
2020-09-09 05:00:09 +00:00
< td > < / td >
< / tr >
< / table >
< div class = "panel-group" >
< div class = "panel panel-default" >
< div class = "panel-heading" >
< h4 class = "panel-title" >
< a class = "accordion-toggle" data-toggle = "collapse" href = "#collapseOne" >
< span class = "glyphicon glyphicon-plus" > < / span >
Tested environment
< / a >
< / h4 >
< / div >
< div id = "collapseOne" class = "panel-collapse collapse" >
< div class = "panel-body" >
< table id = "libs" class = "table" >
< thead >
< tr >
< th > Program library< / th >
< th > Installed Version< / th >
< th > Test class< / th >
< / tr >
< / thead >
< tbody >
< tr >
< th > Platform< / th >
2022-06-06 07:00:09 +00:00
< td > Linux 5.15.0-33-generic #34~20.04.1-Ubuntu SMP Thu May 19 15:51:16 UTC 2022 x86_64 x86_64< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > Python< / th >
2021-07-30 07:25:08 +00:00
< td > 3.8.10< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
2022-04-26 08:49:06 +00:00
< tr >
< th > advocate< / th >
< td > 1.0.0< / td >
< td > Basic< / td >
< / tr >
2022-02-09 17:17:00 +00:00
< tr >
< th > APScheduler< / th >
2022-04-26 08:49:06 +00:00
< td > 3.9.1< / td >
2022-02-09 17:17:00 +00:00
< td > Basic< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > Babel< / th >
2022-06-17 08:14:33 +00:00
< td > 2.10.3< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > backports-abc< / th >
< td > 0.5< / td >
< td > Basic< / td >
< / tr >
2022-01-26 06:31:01 +00:00
< tr >
< th > chardet< / th >
< td > 4.0.0< / td >
< td > Basic< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > Flask< / th >
2022-04-26 08:49:06 +00:00
< td > 2.0.3< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > Flask-Babel< / th >
2022-01-26 06:31:01 +00:00
< td > 2.0.0< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > Flask-Login< / th >
2022-06-06 07:00:09 +00:00
< td > 0.6.1< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > Flask-Principal< / th >
< td > 0.4.0< / td >
< td > Basic< / td >
< / tr >
2021-10-06 16:41:01 +00:00
< tr >
< th > Flask-WTF< / th >
2022-04-26 08:49:06 +00:00
< td > 1.0.1< / td >
2021-10-06 16:41:01 +00:00
< td > Basic< / td >
< / tr >
2021-05-17 15:54:43 +00:00
< tr >
< th > greenlet< / th >
2021-10-06 16:41:01 +00:00
< td > 1.1.2< / td >
2021-08-28 06:24:38 +00:00
< td > Basic< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > iso-639< / th >
< td > 0.4.5< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > Jinja2< / th >
2022-04-30 06:26:00 +00:00
< td > 3.1.2< / td >
2021-08-28 06:24:38 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > lxml< / th >
2022-04-26 08:49:06 +00:00
< td > 4.8.0< / td >
< td > Basic< / td >
< / tr >
< tr >
< th > pyasn1< / th >
< td > 0.4.8< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
2021-03-23 16:39:51 +00:00
< th > PyPDF3< / th >
2022-04-26 08:49:06 +00:00
< td > 1.0.6< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > pytz< / th >
2022-04-26 08:49:06 +00:00
< td > 2022.1< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > requests< / th >
2022-01-26 06:31:01 +00:00
< td > 2.27.1< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > SQLAlchemy< / th >
2022-06-06 07:00:09 +00:00
< td > 1.4.37< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > tornado< / th >
2020-12-02 17:23:28 +00:00
< td > 6.1< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > Unidecode< / th >
2022-04-26 08:49:06 +00:00
< td > 1.3.4< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > Wand< / th >
2021-08-28 06:24:38 +00:00
< td > 0.6.7< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
< tr >
< th > Werkzeug< / th >
2022-02-09 17:17:00 +00:00
< td > 2.0.3< / td >
2020-09-09 05:00:09 +00:00
< td > Basic< / td >
< / tr >
2021-04-26 17:03:01 +00:00
< tr >
< th > google-api-python-client< / th >
2022-06-17 08:14:33 +00:00
< td > 2.51.0< / td >
2021-04-26 17:03:01 +00:00
< td > TestCliGdrivedb< / td >
< / tr >
< tr >
< th > httplib2< / th >
2022-02-06 13:22:55 +00:00
< td > 0.20.4< / td >
2021-04-26 17:03:01 +00:00
< td > TestCliGdrivedb< / td >
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
< td > TestCliGdrivedb< / td >
< / tr >
< tr >
< th > PyDrive2< / th >
2022-04-26 08:49:06 +00:00
< td > 1.10.1< / td >
2021-04-26 17:03:01 +00:00
< td > TestCliGdrivedb< / td >
< / tr >
< tr >
< th > PyYAML< / th >
2022-01-26 06:31:01 +00:00
< td > 6.0< / td >
2021-04-26 17:03:01 +00:00
< td > TestCliGdrivedb< / td >
< / tr >
2020-10-06 19:40:47 +00:00
< tr >
< th > google-api-python-client< / th >
2022-06-17 08:14:33 +00:00
< td > 2.51.0< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
< / tr >
< tr >
< th > httplib2< / th >
2022-02-06 13:22:55 +00:00
< td > 0.20.4< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
< td > TestEbookConvertCalibreGDrive< / td >
< / tr >
< tr >
2020-12-09 18:02:10 +00:00
< th > PyDrive2< / th >
2022-04-26 08:49:06 +00:00
< td > 1.10.1< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
< / tr >
< tr >
< th > PyYAML< / th >
2022-01-26 06:31:01 +00:00
< td > 6.0< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertCalibreGDrive< / td >
< / tr >
< tr >
< th > google-api-python-client< / th >
2022-06-17 08:14:33 +00:00
< td > 2.51.0< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertGDriveKepubify< / td >
2020-10-06 19:40:47 +00:00
< / tr >
< tr >
< th > httplib2< / th >
2022-02-06 13:22:55 +00:00
< td > 0.20.4< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertGDriveKepubify< / td >
2020-10-06 19:40:47 +00:00
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertGDriveKepubify< / td >
2020-10-06 19:40:47 +00:00
< / tr >
< tr >
2020-12-09 18:02:10 +00:00
< th > PyDrive2< / th >
2022-04-26 08:49:06 +00:00
< td > 1.10.1< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertGDriveKepubify< / td >
2020-10-06 19:40:47 +00:00
< / tr >
< tr >
< th > PyYAML< / th >
2022-01-26 06:31:01 +00:00
< td > 6.0< / td >
2020-12-02 17:23:28 +00:00
< td > TestEbookConvertGDriveKepubify< / td >
2020-10-06 19:40:47 +00:00
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > comicapi< / th >
2022-01-26 06:31:01 +00:00
< td > 2.2.1< / td >
2020-09-09 05:00:09 +00:00
< td > TestEditAdditionalBooks< / td >
< / tr >
< tr >
< th > rarfile< / th >
< td > 4.0< / td >
< td > TestEditAdditionalBooks< / td >
< / tr >
2022-02-01 19:08:42 +00:00
< tr >
< th > google-api-python-client< / th >
2022-06-17 08:14:33 +00:00
< td > 2.51.0< / td >
2022-02-01 19:08:42 +00:00
< td > TestEditAuthorsGdrive< / td >
< / tr >
< tr >
< th > httplib2< / th >
2022-02-06 13:22:55 +00:00
< td > 0.20.4< / td >
2022-02-01 19:08:42 +00:00
< td > TestEditAuthorsGdrive< / td >
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
< td > TestEditAuthorsGdrive< / td >
< / tr >
< tr >
< th > PyDrive2< / th >
2022-04-26 08:49:06 +00:00
< td > 1.10.1< / td >
2022-02-01 19:08:42 +00:00
< td > TestEditAuthorsGdrive< / td >
< / tr >
< tr >
< th > PyYAML< / th >
< td > 6.0< / td >
< td > TestEditAuthorsGdrive< / td >
< / tr >
2022-01-30 09:57:29 +00:00
< tr >
< th > beautifulsoup4< / th >
2022-04-26 08:49:06 +00:00
< td > 4.11.1< / td >
2022-01-30 09:57:29 +00:00
< td > TestLoadMetadata< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > google-api-python-client< / th >
2022-06-17 08:14:33 +00:00
< td > 2.51.0< / td >
2020-09-12 10:11:33 +00:00
< td > TestEditBooksOnGdrive< / td >
< / tr >
< tr >
< th > httplib2< / th >
2022-02-06 13:22:55 +00:00
< td > 0.20.4< / td >
2020-09-12 10:11:33 +00:00
< td > TestEditBooksOnGdrive< / td >
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
< td > TestEditBooksOnGdrive< / td >
< / tr >
< tr >
2020-12-09 18:02:10 +00:00
< th > PyDrive2< / th >
2022-04-26 08:49:06 +00:00
< td > 1.10.1< / td >
2020-09-12 10:11:33 +00:00
< td > TestEditBooksOnGdrive< / td >
< / tr >
< tr >
< th > PyYAML< / th >
2022-01-26 06:31:01 +00:00
< td > 6.0< / td >
2020-09-12 10:11:33 +00:00
< td > TestEditBooksOnGdrive< / td >
< / tr >
2022-01-30 09:57:29 +00:00
< tr >
< th > beautifulsoup4< / th >
2022-04-26 08:49:06 +00:00
< td > 4.11.1< / td >
2022-01-30 09:57:29 +00:00
< td > TestLoadMetadataScholar< / td >
< / tr >
2022-01-26 06:31:01 +00:00
< tr >
< th > scholarly< / th >
2022-06-06 07:00:09 +00:00
< td > 1.7.0< / td >
2022-01-26 06:31:01 +00:00
< td > TestLoadMetadataScholar< / td >
< / tr >
2020-09-12 10:11:33 +00:00
< tr >
< th > google-api-python-client< / th >
2022-06-17 08:14:33 +00:00
< td > 2.51.0< / td >
2020-09-12 10:11:33 +00:00
< td > TestSetupGdrive< / td >
2020-09-09 05:00:09 +00:00
< / tr >
< tr >
< th > httplib2< / th >
2022-02-06 13:22:55 +00:00
< td > 0.20.4< / td >
2020-09-12 10:11:33 +00:00
< td > TestSetupGdrive< / td >
2020-09-09 05:00:09 +00:00
< / tr >
< tr >
< th > oauth2client< / th >
< td > 4.1.3< / td >
2020-09-12 10:11:33 +00:00
< td > TestSetupGdrive< / td >
2020-09-09 05:00:09 +00:00
< / tr >
< tr >
2020-12-09 18:02:10 +00:00
< th > PyDrive2< / th >
2022-04-26 08:49:06 +00:00
< td > 1.10.1< / td >
2020-09-12 10:11:33 +00:00
< td > TestSetupGdrive< / td >
2020-09-09 05:00:09 +00:00
< / tr >
< tr >
< th > PyYAML< / th >
2022-01-26 06:31:01 +00:00
< td > 6.0< / td >
2020-09-12 10:11:33 +00:00
< td > TestSetupGdrive< / td >
2020-09-09 05:00:09 +00:00
< / tr >
< tr >
< th > goodreads< / th >
< td > 0.3.2< / td >
< td > TestGoodreads< / td >
< / tr >
2021-02-09 17:05:32 +00:00
< tr >
< th > python-Levenshtein< / th >
< td > 0.12.2< / td >
< td > TestGoodreads< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > jsonschema< / th >
2022-06-06 07:00:09 +00:00
< td > 4.6.0< / td >
2020-09-09 05:00:09 +00:00
< td > TestKoboSync< / td >
< / tr >
2021-10-30 05:31:12 +00:00
< tr >
< th > jsonschema< / th >
2022-06-06 07:00:09 +00:00
< td > 4.6.0< / td >
2021-10-30 05:31:12 +00:00
< td > TestKoboSyncBig< / td >
< / tr >
2020-09-09 05:00:09 +00:00
< tr >
< th > Flask-SimpleLDAP< / th >
< td > 1.4.0< / td >
< td > TestLdapLogin< / td >
< / tr >
< tr >
< th > jsonschema< / th >
2022-06-06 07:00:09 +00:00
< td > 4.6.0< / td >
2020-09-09 05:00:09 +00:00
< td > TestLdapLogin< / td >
< / tr >
< tr >
< th > python-ldap< / th >
2021-12-04 09:57:53 +00:00
< td > 3.4.0< / td >
2020-09-09 05:00:09 +00:00
< td > TestLdapLogin< / td >
< / tr >
< tr >
< th > Flask-Dance< / th >
2022-04-26 08:49:06 +00:00
< td > 6.0.0< / td >
2020-09-09 05:00:09 +00:00
< td > TestOAuthLogin< / td >
< / tr >
< tr >
< th > SQLAlchemy-Utils< / th >
2022-01-26 06:31:01 +00:00
< td > 0.38.2< / td >
2020-09-09 05:00:09 +00:00
< td > TestOAuthLogin< / td >
< / tr >
< / tbody >
< / table >
< / div >
< / div >
< / div >
< / div >
< script >
2022-06-17 08:14:33 +00:00
drawCircle(270, 53, 133, 7);
2021-04-21 17:23:11 +00:00
showCase(5);
2020-09-09 05:00:09 +00:00
< / script >
2021-10-06 16:41:01 +00:00
2020-09-09 05:00:09 +00:00
< footer >
< div id = 'foter' class = "text-center" >
< p > Made with HTMLTestRunner from https://github.com/oldani/HtmlTestRunner< / p >
< / div >
< / footer >
< / body >
< / html >