ggaughan / pipe2py

A project to compile Yahoo! Pipes into Python (see it hosted on Google App Engine: http://pipes-engine.appspot.com)
http://wiki.github.com/ggaughan/pipe2py
GNU General Public License v2.0
317 stars 51 forks source link

Unable to convert any pipes #40

Open nuentes opened 9 years ago

nuentes commented 9 years ago

I successfully installed onto Windows using the guide here: https://code.activestate.com/pypm/pipe2py/

Whenever I try to convert a pipe from the pipe_id, I get the error: TypeError: String indices must be integers Whenever I try to convert directly from a JSON, I get: modules = json_pipe['modules'] KeyError: 'modules'

reubano commented 8 years ago

See #42, it looks like an incorrectly coded json file.