We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running Geocoder.search('Texas State Capitol') returns the expected result
Geocoder.search('Texas State Capitol')
Running Geocoder.search('Texas State Capitol') returns NoMethodError (undefined method 'new' for Google:Module)
NoMethodError (undefined method 'new' for Google:Module)
Run gem install google-apis-youtube_v3
gem install google-apis-youtube_v3
The text was updated successfully, but these errors were encountered:
Thanks for reporting this! This issue may have been fixed in version 1.8.1 (specifically by #1588). Can you try upgrading and see if that fixes it?
Sorry, something went wrong.
Still an issue on 1.8.1. What's strange is running it a second time right after will work.
No branches or pull requests
Expected behavior
Running
Geocoder.search('Texas State Capitol')
returns the expected resultActual behavior
Running
Geocoder.search('Texas State Capitol')
returnsNoMethodError (undefined method 'new' for Google:Module)
Steps to reproduce
Run
gem install google-apis-youtube_v3
Environment info
The text was updated successfully, but these errors were encountered: