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
logger.warning(f'The server is running a newer version of the code ({info['server']['version']}) than the client ({info['client']['version']}), you may want to update your client')
457
+
logger.warning(f'Warning, this environment is using an outdated client ({info['client']['version']}). The code will run but some functionality supported by the server ({info['server']['version']})may not be available.')
0 commit comments