Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7999217
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T15:26:29+00:00 2026-06-04T15:26:29+00:00

I am trying to execute two helper functions of in a view call the

  • 0

I am trying to execute two helper functions of in a view call the second with the return of the first. I know the following functions properly returns the desired hash:

%p = helper_method0 params[:some_string] #does a request on a third party site which  responds with json data wich is then parsed by yajl and the hash is returned to view

However when I call the following:

- hash = helper_method0 params[:some_string] #does a request on a third party site which  responds with json data wich is then parsed by yajl and the hash is returned to view
%p= helper_method1 hash #Literally is just returning the input parameter

I receive the following error message

 Found multiple JSON objects in the stream but no block or the on_parse_complete callback was assigned to handle them.

How do I call a method with an input parameter as the return of another method from the view?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T15:26:30+00:00Added an answer on June 4, 2026 at 3:26 pm

    What you are doing is perfectly correct 🙂

    And you could also do:
    (if you want to save bytes and variables)

    %p= helper_method1( helper_method0 params[:some_string] )
    

    But anyway…
    This error sounds like a problem in the json parser… are you using Yajl?

    I have seen this issue when using Yajl like this:

    parser = Yajl::Parser.new
    hash = parser.parse(some_string)
    

    What worked for me was to use the Yajl class method like this:

    Yajl::Parser.parse(some_string.strip)
    

    I hope this helps 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

While trying to execute the following lines only the last two statements are displayed(Here
I'm using MyBatis on Spring 3. Now I'm trying to execute two following queries
I am trying to execute two sql statements in a row. EDIT:Only the first
So, we are trying to execute the following code. The two if statements are
I have a query against two databases that I'm trying to execute. The first
I am trying to execute the following query in oracle but not able to
I'm trying to execute the following code, but I'm getting SyntaxError: invalid syntax at
I'm trying to execute the following query but I receive a runtime error stating
An application of mine is trying to execute a count(*) query which returns after
I am trying to execute an EXE 'two.exe' from another application 'one.exe' in Delphi

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.