I was trying out your library in Google Colab and I've came across a strange issue(s).
whenever I try the given example:
from gomaps import maps_search
results = maps_search("Tops Diner")
or I try this query: "SPIwash Magyarország Kft., Budapest, Liberty Square Garage, Szabadság tér, 1054 Hungary", I get results.
It looks like this:

ANYTHING ELSE, results into RuntimeError: Cannot use HTMLSession within an existing event loop. Use AsyncHTMLSession instead.
For example:

Also, if I try to get_values() I end up in the same situation:

Do you have any idea why is that?
I was trying out your library in Google Colab and I've came across a strange issue(s).
whenever I try the given example:
or I try this query: "SPIwash Magyarország Kft., Budapest, Liberty Square Garage, Szabadság tér, 1054 Hungary", I get results.
It looks like this:
ANYTHING ELSE, results into
RuntimeError: Cannot use HTMLSession within an existing event loop. Use AsyncHTMLSession instead.For example:
Also, if I try to
get_values()I end up in the same situation:Do you have any idea why is that?