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
Specify the API at the beginning of the title (for example, "Places: ..."): client
OS type and version
Library version and other environment information: 4.7.1 and 4.7.2
Steps to reproduce
Create a client googlemaps.Client()
Code example
gmaps=googlemaps.Client(...)
Stack trace
tests/geo/tests.py:527: in test_fully_qualified_address
gmaps.GoogleMapsBackend()._extract_address(
bluetils/geo/backends/gmaps.py:51: in __init__
gmaps = googlemaps.Client(
../../../venv/0/lib/python3.9/site-packages/googlemaps/client.py:194: in __init__
logger.info("API queries_quota:", self.queries_quota)
/opt/python-3.9.6/lib/python3.9/logging/__init__.py:1446: in info
self._log(INFO, msg, args, **kwargs)
/opt/python-3.9.6/lib/python3.9/logging/__init__.py:1589: in _log
self.handle(record)
/opt/python-3.9.6/lib/python3.9/logging/__init__.py:1599: in handle
self.callHandlers(record)
/opt/python-3.9.6/lib/python3.9/logging/__init__.py:1661: in callHandlers
hdlr.handle(record)
bluetils/utf8_logging.py:14: in handle
self.format(record)
/opt/python-3.9.6/lib/python3.9/logging/__init__.py:927: in format
return fmt.format(record)
/opt/python-3.9.6/lib/python3.9/contextlib.py:79: in inner
return func(*args, **kwds)
bluetils/gdpr/testing.py:55: in format
formatted_record = super().format(record)
/opt/python-3.9.6/lib/python3.9/contextlib.py:79: in inner
return func(*args, **kwds)
bluetils/settings/logs.py:45: in format
return super().format(record)
/opt/python-3.9.6/lib/python3.9/logging/__init__.py:663: in format
record.message = record.getMessage()
/opt/python-3.9.6/lib/python3.9/logging/__init__.py:367: in getMessage
msg = msg % self.args
E TypeError: not all arguments converted during string formatting
The text was updated successfully, but these errors were encountered:
sandre35
added
triage me
I really want to be triaged.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
labels
Nov 22, 2022
Environment details
Steps to reproduce
Code example
Stack trace
The issue was introduced by #455
The text was updated successfully, but these errors were encountered: