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
unexpected token at 'from response' (JSON::ParserError)
from /usr/local/lib/ruby/3.2.0/json/common.rb:216:in `parse'
from /home/effilab/vendor/bundle/ruby/3.2.0/gems/facebookbusiness-18.0.2/lib/facebook_ads/api_response.rb:18:in `result'
from /home/effilab/vendor/bundle/ruby/3.2.0/gems/facebookbusiness-18.0.2/lib/facebook_ads/ad_object.rb:122:in `block (3 levels) in <class:AdObject>'
from /home/effilab/vendor/bundle/ruby/3.2.0/gems/facebookbusiness-18.0.2/lib/facebook_ads/api_request.rb:58:in `create_response'
from /home/effilab/vendor/bundle/ruby/3.2.0/gems/facebookbusiness-18.0.2/lib/facebook_ads/api_request.rb:41:in `execute_now'
from /home/effilab/vendor/bundle/ruby/3.2.0/gems/facebookbusiness-18.0.2/lib/facebook_ads/api_request.rb:36:in `execute'
from /home/effilab/vendor/bundle/ruby/3.2.0/gems/facebookbusiness-18.0.2/lib/facebook_ads/ad_object.rb:120:in `block (2 levels) in <class:AdObject>'
from /home/effilab/vendor/bundle/ruby/3.2.0/gems/facebookbusiness-18.0.2/lib/facebook_ads/edge.rb:52:in `fetch_next_page'
from /home/effilab/vendor/bundle/ruby/3.2.0/gems/facebookbusiness-18.0.2/lib/facebook_ads/edge.rb:19:in `[]'
from /home/effilab/vendor/bundle/ruby/3.2.0/gems/facebookbusiness-18.0.2/lib/facebook_ads/edge.rb:33:in `each'
from /home/effilab/vendor/bundle/ruby/3.2.0/gems/activesupport-7.1.1/lib/active_support/core_ext/enumerable.rb:150:in `map'
from /home/effilab/vendor/bundle/ruby/3.2.0/gems/activesupport-7.1.1/lib/active_support/core_ext/enumerable.rb:150:in `pluck'
Steps/Sample code to reproduce the issue
Call the owned_ad_accounts method with any valid parameters
Which SDK version are you using?
18.0.2
What's the issue?
unexpected token at 'from response' (JSON::ParserError)
Steps/Sample code to reproduce the issue
Call the
owned_ad_accounts
method with any valid parametersthis Gemfile works:
this Gemfile doesn't :
The text was updated successfully, but these errors were encountered: