Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Psych::SyntaxError #10

Open
Irio opened this issue Oct 5, 2011 · 0 comments
Open

Psych::SyntaxError #10

Irio opened this issue Oct 5, 2011 · 0 comments

Comments

@Irio
Copy link

Irio commented Oct 5, 2011

Psych::SyntaxError in MoviesController#new

couldn't parse YAML at line 1 column 6565

Full Trace
C:/RailsInstaller/Ruby1.9.2/lib/ruby/1.9.1/psych.rb:148:in parse'
C:/RailsInstaller/Ruby1.9.2/lib/ruby/1.9.1/psych.rb:148:in parse_stream' C:/RailsInstaller/Ruby1.9.2/lib/ruby/1.9.1/psych.rb:119:in parse'
C:/RailsInstaller/Ruby1.9.2/lib/ruby/1.9.1/psych.rb:106:in load' crack (0.1.8) lib/crack/json.rb:12:in parse'
httparty (0.7.8) lib/httparty/parser.rb:116:in json' httparty (0.7.8) lib/httparty/parser.rb:136:in parse_supported_format'
httparty (0.7.8) lib/httparty/parser.rb:103:in parse' httparty (0.7.8) lib/httparty/parser.rb:66:in call'
httparty (0.7.8) lib/httparty/request.rb:217:in parse_response' httparty (0.7.8) lib/httparty/request.rb:189:in handle_response'
httparty (0.7.8) lib/httparty/request.rb:71:in perform' httparty (0.7.8) lib/httparty.rb:390:in perform_request'
imdb_party (0.6.1) lib/imdb_party/httparty_icebox.rb:78:in get_without_caching' imdb_party (0.6.1) lib/imdb_party/httparty_icebox.rb:92:in get_with_caching'
imdb_party (0.6.1) lib/imdb_party/httparty_icebox.rb:101:in get' imdb_party (0.6.1) lib/imdb_party/imdb.rb:55:in find_movie_by_id'
app/controllers/movies_controller.rb:11:in new'

movies_controller.rb:11
imdb_movie = imdb.find_movie_by_id("tt0081505")

find_by_title with the same name works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant