-
Notifications
You must be signed in to change notification settings - Fork 89
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
Still experiencing issue with AccountType #15
Comments
Experiencing "No Analytics account was found for the currently logged-in user" even though i specified account_type as GOOGLE. It will only work when i go into authenticate_request.rb and change the default to GOOGLE_OR_HOSTED |
at times i will receive "Unknown action. No action responded to analytics. Actions: access_denied, current_user, current_user_session, home, redirect_back_or_default, require_login, require_login_with_notice, require_no_user, sitemap, and store_location" |
Are you using 0.3.1? GOOGLE_OR_HOSTED can be passed to :account_type. |
Switched up the syntax of this Net::HTTP request because 1.8.7 doesn't support passing use_ssl as an argument in this manner, resulting in EOFError when Net::HTTP makes request to https endpoints. Should be forward compatabile with 1.9 as well
- Switched to `Net::HTTP.new` as `Net::HTTP.start` doesn't honor timeout values (http://www.ruby-forum.com/topic/148968) - Closes Fosome#16, fixes Fosome#20, and probably fixes Fosome#15
No description provided.
The text was updated successfully, but these errors were encountered: