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
The previous fix in PR #739, addressing bug #736, aims to handle sys.argv not being available, but it doesn't prevent an exception being thrown when it's not found. Exception extract shown below:
File "/opt/datadog-agent/embedded/lib/python2.7/site-packages/pymysql/connections.py", line 321, in __init__
argv = getattr(sys, "argv")
AttributeError: 'module' object has no attribute 'argv'
The context is similar to the one in #736 - an environment that's unable to execute that system call. In my case the monitoring service Datadog using PyMySQL in its embedded environment.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
The previous fix in PR #739, addressing bug #736, aims to handle sys.argv not being available, but it doesn't prevent an exception being thrown when it's not found. Exception extract shown below:
The context is similar to the one in #736 - an environment that's unable to execute that system call. In my case the monitoring service Datadog using PyMySQL in its embedded environment.
The text was updated successfully, but these errors were encountered: