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

Apparent conflict with Geocoder when installing official Google API wrapper #1602

Open
mattlangan opened this issue Feb 8, 2023 · 2 comments

Comments

@mattlangan
Copy link

mattlangan commented Feb 8, 2023

Expected behavior

Running Geocoder.search('Texas State Capitol') returns the expected result

Actual behavior

Running Geocoder.search('Texas State Capitol') returns NoMethodError (undefined method 'new' for Google:Module)

Steps to reproduce

Run gem install google-apis-youtube_v3

Environment info

  • Geocoder version: 1.8.0
  • Rails version: 6.0.2
  • Database (if applicable):
  • Lookup (if applicable): Google
@alexreisner
Copy link
Owner

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?

@b-nik
Copy link

b-nik commented Apr 21, 2023

Still an issue on 1.8.1. What's strange is running it a second time right after will work.

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

3 participants