A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.
/usr/local/apache2/htdocs/tbfy.web/include/models/OrganizationsModel.py in getMJUSourceOrgsView(self=<models.OrganizationsModel.OrganizationsModel object>) |
875
|
876 content = self.conf.Template(filename='templates/orgs_overview_mju.tpl')
|
=> 877 return content.render(data=dict)
|
878
|
879 def languageCorrections(self, string2Handle):
|
content = <mako.template.Template object>, content.render = <bound method Template.render of <mako.template.Template object>>, data undefined, dict = {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5016193000', '3456862000', '0.11538350721271759', '5', '-', '-'], ['5016193000', '1353624000', '0.07422347955941595', '6', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5016193000', '1121677000', '0.3850314936779373', '11', 'ROSENBAUER, proizvodnja in trgovina za gasilsko dejavnost, d.o.o.', '-'], ['5016193000', '5604761000', '0.14967958707252443', '11', 'WEBO.SI zaščitna oprema in ekologija d.o.o.', '-'], ['5016193000', '1510606000', '0.14967958707252443', '11', 'WEBO MARIBOR dekontaminacija proizvodi in oprema d.o.o.', '-'], ['5016193000', '5558999000', '0.06394560431451297', '11', 'A2S, avtohiša, trgovina, servis in storitve d.o.o.', '-'], ['5016193000', '3456862000', '0.061011789734681146', '11', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'376644': ['2237', '-0.25584551072916345', '5016193000', '5540739000', '38666.666666666664', '50004.64000000001', '9100000', '376644', '-', 'OMV SLOVENIJA, trgovina z nafto in naftnimi derivati, d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'272806': ['10294', '10.398529293623584', '5016193000', '3456862000', '98434.0', '3', '35113400', '272806', '-', '-'], '401595': ['9965', '10.448661235135784', '5016193000', '1510606000', '241487.105', '7', '34144210', '401595', '-', 'WEBO MARIBOR dekontaminacija proizvodi in oprema d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}} |
/usr/local/lib/python3.7/site-packages/mako/template.py in render(self=<mako.template.Template object>, *args=(), **data={'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5016193000', '3456862000', '0.11538350721271759', '5', '-', '-'], ['5016193000', '1353624000', '0.07422347955941595', '6', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5016193000', '1121677000', '0.3850314936779373', '11', 'ROSENBAUER, proizvodnja in trgovina za gasilsko dejavnost, d.o.o.', '-'], ['5016193000', '5604761000', '0.14967958707252443', '11', 'WEBO.SI zaščitna oprema in ekologija d.o.o.', '-'], ['5016193000', '1510606000', '0.14967958707252443', '11', 'WEBO MARIBOR dekontaminacija proizvodi in oprema d.o.o.', '-'], ['5016193000', '5558999000', '0.06394560431451297', '11', 'A2S, avtohiša, trgovina, servis in storitve d.o.o.', '-'], ['5016193000', '3456862000', '0.061011789734681146', '11', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'376644': ['2237', '-0.25584551072916345', '5016193000', '5540739000', '38666.666666666664', '50004.64000000001', '9100000', '376644', '-', 'OMV SLOVENIJA, trgovina z nafto in naftnimi derivati, d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'272806': ['10294', '10.398529293623584', '5016193000', '3456862000', '98434.0', '3', '35113400', '272806', '-', '-'], '401595': ['9965', '10.448661235135784', '5016193000', '1510606000', '241487.105', '7', '34144210', '401595', '-', 'WEBO MARIBOR dekontaminacija proizvodi in oprema d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}) |
474
|
475 """
|
=> 476 return runtime._render(self, self.callable_, args, data)
|
477
|
478 def render_unicode(self, *args, **data):
|
global runtime = <module 'mako.runtime' from '/usr/local/lib/python3.7/site-packages/mako/runtime.py'>, runtime._render = <function _render>, self = <mako.template.Template object>, self.callable_ = <function render_body>, args = (), data = {'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5016193000', '3456862000', '0.11538350721271759', '5', '-', '-'], ['5016193000', '1353624000', '0.07422347955941595', '6', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5016193000', '1121677000', '0.3850314936779373', '11', 'ROSENBAUER, proizvodnja in trgovina za gasilsko dejavnost, d.o.o.', '-'], ['5016193000', '5604761000', '0.14967958707252443', '11', 'WEBO.SI zaščitna oprema in ekologija d.o.o.', '-'], ['5016193000', '1510606000', '0.14967958707252443', '11', 'WEBO MARIBOR dekontaminacija proizvodi in oprema d.o.o.', '-'], ['5016193000', '5558999000', '0.06394560431451297', '11', 'A2S, avtohiša, trgovina, servis in storitve d.o.o.', '-'], ['5016193000', '3456862000', '0.061011789734681146', '11', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'376644': ['2237', '-0.25584551072916345', '5016193000', '5540739000', '38666.666666666664', '50004.64000000001', '9100000', '376644', '-', 'OMV SLOVENIJA, trgovina z nafto in naftnimi derivati, d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'272806': ['10294', '10.398529293623584', '5016193000', '3456862000', '98434.0', '3', '35113400', '272806', '-', '-'], '401595': ['9965', '10.448661235135784', '5016193000', '1510606000', '241487.105', '7', '34144210', '401595', '-', 'WEBO MARIBOR dekontaminacija proizvodi in oprema d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}} |
/usr/local/lib/python3.7/site-packages/mako/runtime.py in _render(template=<mako.template.Template object>, callable_=<function render_body>, args=(), data={'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5016193000', '3456862000', '0.11538350721271759', '5', '-', '-'], ['5016193000', '1353624000', '0.07422347955941595', '6', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5016193000', '1121677000', '0.3850314936779373', '11', 'ROSENBAUER, proizvodnja in trgovina za gasilsko dejavnost, d.o.o.', '-'], ['5016193000', '5604761000', '0.14967958707252443', '11', 'WEBO.SI zaščitna oprema in ekologija d.o.o.', '-'], ['5016193000', '1510606000', '0.14967958707252443', '11', 'WEBO MARIBOR dekontaminacija proizvodi in oprema d.o.o.', '-'], ['5016193000', '5558999000', '0.06394560431451297', '11', 'A2S, avtohiša, trgovina, servis in storitve d.o.o.', '-'], ['5016193000', '3456862000', '0.061011789734681146', '11', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'376644': ['2237', '-0.25584551072916345', '5016193000', '5540739000', '38666.666666666664', '50004.64000000001', '9100000', '376644', '-', 'OMV SLOVENIJA, trgovina z nafto in naftnimi derivati, d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'272806': ['10294', '10.398529293623584', '5016193000', '3456862000', '98434.0', '3', '35113400', '272806', '-', '-'], '401595': ['9965', '10.448661235135784', '5016193000', '1510606000', '241487.105', '7', '34144210', '401595', '-', 'WEBO MARIBOR dekontaminacija proizvodi in oprema d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}, as_unicode=False) |
881 context,
|
882 *args,
|
=> 883 **_kwargs_for_callable(callable_, data)
|
884 )
|
885 return context._pop_buffer().getvalue()
|
global _kwargs_for_callable = <function _kwargs_for_callable>, callable_ = <function render_body>, data = {'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5016193000', '3456862000', '0.11538350721271759', '5', '-', '-'], ['5016193000', '1353624000', '0.07422347955941595', '6', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5016193000', '1121677000', '0.3850314936779373', '11', 'ROSENBAUER, proizvodnja in trgovina za gasilsko dejavnost, d.o.o.', '-'], ['5016193000', '5604761000', '0.14967958707252443', '11', 'WEBO.SI zaščitna oprema in ekologija d.o.o.', '-'], ['5016193000', '1510606000', '0.14967958707252443', '11', 'WEBO MARIBOR dekontaminacija proizvodi in oprema d.o.o.', '-'], ['5016193000', '5558999000', '0.06394560431451297', '11', 'A2S, avtohiša, trgovina, servis in storitve d.o.o.', '-'], ['5016193000', '3456862000', '0.061011789734681146', '11', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'376644': ['2237', '-0.25584551072916345', '5016193000', '5540739000', '38666.666666666664', '50004.64000000001', '9100000', '376644', '-', 'OMV SLOVENIJA, trgovina z nafto in naftnimi derivati, d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'272806': ['10294', '10.398529293623584', '5016193000', '3456862000', '98434.0', '3', '35113400', '272806', '-', '-'], '401595': ['9965', '10.448661235135784', '5016193000', '1510606000', '241487.105', '7', '34144210', '401595', '-', 'WEBO MARIBOR dekontaminacija proizvodi in oprema d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}} |
/usr/local/lib/python3.7/site-packages/mako/runtime.py in _render_context(tmpl=<mako.template.Template object>, callable_=<function render_body>, context=<mako.runtime.Context object>, *args=(), **kwargs={'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5016193000', '3456862000', '0.11538350721271759', '5', '-', '-'], ['5016193000', '1353624000', '0.07422347955941595', '6', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5016193000', '1121677000', '0.3850314936779373', '11', 'ROSENBAUER, proizvodnja in trgovina za gasilsko dejavnost, d.o.o.', '-'], ['5016193000', '5604761000', '0.14967958707252443', '11', 'WEBO.SI zaščitna oprema in ekologija d.o.o.', '-'], ['5016193000', '1510606000', '0.14967958707252443', '11', 'WEBO MARIBOR dekontaminacija proizvodi in oprema d.o.o.', '-'], ['5016193000', '5558999000', '0.06394560431451297', '11', 'A2S, avtohiša, trgovina, servis in storitve d.o.o.', '-'], ['5016193000', '3456862000', '0.061011789734681146', '11', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'376644': ['2237', '-0.25584551072916345', '5016193000', '5540739000', '38666.666666666664', '50004.64000000001', '9100000', '376644', '-', 'OMV SLOVENIJA, trgovina z nafto in naftnimi derivati, d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'272806': ['10294', '10.398529293623584', '5016193000', '3456862000', '98434.0', '3', '35113400', '272806', '-', '-'], '401595': ['9965', '10.448661235135784', '5016193000', '1510606000', '241487.105', '7', '34144210', '401595', '-', 'WEBO MARIBOR dekontaminacija proizvodi in oprema d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}) |
918 # if main render method, call from the base of the inheritance stack
|
919 (inherit, lclcontext) = _populate_self_namespace(context, tmpl)
|
=> 920 _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
|
921 else:
|
922 # otherwise, call the actual rendering method specified
|
global _exec_template = <function _exec_template>, inherit = <function render_body>, lclcontext = <mako.runtime.Context object>, args = (), kwargs = {'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5016193000', '3456862000', '0.11538350721271759', '5', '-', '-'], ['5016193000', '1353624000', '0.07422347955941595', '6', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5016193000', '1121677000', '0.3850314936779373', '11', 'ROSENBAUER, proizvodnja in trgovina za gasilsko dejavnost, d.o.o.', '-'], ['5016193000', '5604761000', '0.14967958707252443', '11', 'WEBO.SI zaščitna oprema in ekologija d.o.o.', '-'], ['5016193000', '1510606000', '0.14967958707252443', '11', 'WEBO MARIBOR dekontaminacija proizvodi in oprema d.o.o.', '-'], ['5016193000', '5558999000', '0.06394560431451297', '11', 'A2S, avtohiša, trgovina, servis in storitve d.o.o.', '-'], ['5016193000', '3456862000', '0.061011789734681146', '11', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'376644': ['2237', '-0.25584551072916345', '5016193000', '5540739000', '38666.666666666664', '50004.64000000001', '9100000', '376644', '-', 'OMV SLOVENIJA, trgovina z nafto in naftnimi derivati, d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'272806': ['10294', '10.398529293623584', '5016193000', '3456862000', '98434.0', '3', '35113400', '272806', '-', '-'], '401595': ['9965', '10.448661235135784', '5016193000', '1510606000', '241487.105', '7', '34144210', '401595', '-', 'WEBO MARIBOR dekontaminacija proizvodi in oprema d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}} |
/usr/local/lib/python3.7/site-packages/mako/runtime.py in _exec_template(callable_=<function render_body>, context=<mako.runtime.Context object>, args=(), kwargs={'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5016193000', '3456862000', '0.11538350721271759', '5', '-', '-'], ['5016193000', '1353624000', '0.07422347955941595', '6', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5016193000', '1121677000', '0.3850314936779373', '11', 'ROSENBAUER, proizvodnja in trgovina za gasilsko dejavnost, d.o.o.', '-'], ['5016193000', '5604761000', '0.14967958707252443', '11', 'WEBO.SI zaščitna oprema in ekologija d.o.o.', '-'], ['5016193000', '1510606000', '0.14967958707252443', '11', 'WEBO MARIBOR dekontaminacija proizvodi in oprema d.o.o.', '-'], ['5016193000', '5558999000', '0.06394560431451297', '11', 'A2S, avtohiša, trgovina, servis in storitve d.o.o.', '-'], ['5016193000', '3456862000', '0.061011789734681146', '11', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'376644': ['2237', '-0.25584551072916345', '5016193000', '5540739000', '38666.666666666664', '50004.64000000001', '9100000', '376644', '-', 'OMV SLOVENIJA, trgovina z nafto in naftnimi derivati, d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'272806': ['10294', '10.398529293623584', '5016193000', '3456862000', '98434.0', '3', '35113400', '272806', '-', '-'], '401595': ['9965', '10.448661235135784', '5016193000', '1510606000', '241487.105', '7', '34144210', '401595', '-', 'WEBO MARIBOR dekontaminacija proizvodi in oprema d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}) |
945 _render_error(template, context, e)
|
946 else:
|
=> 947 callable_(context, *args, **kwargs)
|
948
|
949
|
callable_ = <function render_body>, context = <mako.runtime.Context object>, args = (), kwargs = {'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5016193000', '3456862000', '0.11538350721271759', '5', '-', '-'], ['5016193000', '1353624000', '0.07422347955941595', '6', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5016193000', '1121677000', '0.3850314936779373', '11', 'ROSENBAUER, proizvodnja in trgovina za gasilsko dejavnost, d.o.o.', '-'], ['5016193000', '5604761000', '0.14967958707252443', '11', 'WEBO.SI zaščitna oprema in ekologija d.o.o.', '-'], ['5016193000', '1510606000', '0.14967958707252443', '11', 'WEBO MARIBOR dekontaminacija proizvodi in oprema d.o.o.', '-'], ['5016193000', '5558999000', '0.06394560431451297', '11', 'A2S, avtohiša, trgovina, servis in storitve d.o.o.', '-'], ['5016193000', '3456862000', '0.061011789734681146', '11', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'376644': ['2237', '-0.25584551072916345', '5016193000', '5540739000', '38666.666666666664', '50004.64000000001', '9100000', '376644', '-', 'OMV SLOVENIJA, trgovina z nafto in naftnimi derivati, d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'272806': ['10294', '10.398529293623584', '5016193000', '3456862000', '98434.0', '3', '35113400', '272806', '-', '-'], '401595': ['9965', '10.448661235135784', '5016193000', '1510606000', '241487.105', '7', '34144210', '401595', '-', 'WEBO MARIBOR dekontaminacija proizvodi in oprema d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}} |
/usr/local/apache2/htdocs/tbfy.web/templates_orgs_overview_mju_tpl in render_body(context=<mako.runtime.Context object>, **pageargs={'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['5016193000', '3456862000', '0.11538350721271759', '5', '-', '-'], ['5016193000', '1353624000', '0.07422347955941595', '6', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5016193000', '1121677000', '0.3850314936779373', '11', 'ROSENBAUER, proizvodnja in trgovina za gasilsko dejavnost, d.o.o.', '-'], ['5016193000', '5604761000', '0.14967958707252443', '11', 'WEBO.SI zaščitna oprema in ekologija d.o.o.', '-'], ['5016193000', '1510606000', '0.14967958707252443', '11', 'WEBO MARIBOR dekontaminacija proizvodi in oprema d.o.o.', '-'], ['5016193000', '5558999000', '0.06394560431451297', '11', 'A2S, avtohiša, trgovina, servis in storitve d.o.o.', '-'], ['5016193000', '3456862000', '0.061011789734681146', '11', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'376644': ['2237', '-0.25584551072916345', '5016193000', '5540739000', '38666.666666666664', '50004.64000000001', '9100000', '376644', '-', 'OMV SLOVENIJA, trgovina z nafto in naftnimi derivati, d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'272806': ['10294', '10.398529293623584', '5016193000', '3456862000', '98434.0', '3', '35113400', '272806', '-', '-'], '401595': ['9965', '10.448661235135784', '5016193000', '1510606000', '241487.105', '7', '34144210', '401595', '-', 'WEBO MARIBOR dekontaminacija proizvodi in oprema d.o.o.']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 4, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}) |
|