You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
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.
The text was updated successfully, but these errors were encountered: