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
I noticed in the original youtube video that it took quite a long time with one month's data, is it simply the case that we are trying to retrieve too mucha data in one call? Would it make sense to get, say, only the last weeks data in the first call?
I noticed that the TODO.txt mentions the v2 API
Pachube 2 SketchUp Plug-in.
Version 0.3a -
TODO:
Update for new v2 Pachube API.
I have been trying to get the demo described here: http://community.pachube.com/sketchup working and I get the same error as described in the comments at the bottom of the community/howto page. So there is a problem with authentication and the code is using the original version of the api. The two api calls:
One thing that really confused me, why can I view the results from the request for the .json object from the browser but in sketchup (where it challenges me for a username and password?).
The text was updated successfully, but these errors were encountered:
I noticed in the original youtube video that it took quite a long time with one month's data, is it simply the case that we are trying to retrieve too mucha data in one call? Would it make sense to get, say, only the last weeks data in the first call?
I noticed that the TODO.txt mentions the v2 API
Pachube 2 SketchUp Plug-in.
Version 0.3a -
TODO:
Update for new v2 Pachube API.
I have been trying to get the demo described here: http://community.pachube.com/sketchup working and I get the same error as described in the comments at the bottom of the community/howto page. So there is a problem with authentication and the code is using the original version of the api. The two api calls:
return different results so there may be a difference in the way the readings are parsed.
One thing that really confused me, why can I view the results from the request for the .json object from the browser but in sketchup (where it challenges me for a username and password?).
The text was updated successfully, but these errors were encountered: