|
mapreduce_state.chart_url.startswith("https://www.google.com/"), |
|
self.mapreduce_state.chart_url = "https://www.google.com/chart?" |
|
"https://www.google.com/chart?")) |
https://www.google.com/chart? is not working. You can choose between https://chart.googleapis.com/chart? or https://chart.apis.google.com/chart?.
I've seen the tests asserting the wrong address, but in a quick look can't find where this is set, as graphy uses self.url_base = 'http://chart.apis.google.com/chart'.
Also, this API was deprecated back in 2012.
appengine-mapreduce/python/test/mapreduce/handlers_test.py
Line 519 in 6e103ac
appengine-mapreduce/python/test/mapreduce/handlers_test.py
Line 2411 in 6e103ac
appengine-mapreduce/python/test/mapreduce/model_test.py
Line 260 in 6e103ac
https://www.google.com/chart?is not working. You can choose betweenhttps://chart.googleapis.com/chart?orhttps://chart.apis.google.com/chart?.I've seen the tests asserting the wrong address, but in a quick look can't find where this is set, as graphy uses
self.url_base = 'http://chart.apis.google.com/chart'.Also, this API was deprecated back in 2012.