Archived

This forum has been archived. Please start a new discussion on GitHub.

Python client / Glacier2

Hi,

I'm getting the following exception in a Python client connecting to Glacier2:

Exception in thread Thread-2:
Traceback (most recent call last):
File "D:\Python33\lib\threading.py", line 639, in _bootstrap_inner
self.run()
File "D:\ZeroC\Ice-3.5b\python\x64\Glacier2.py", line 65, in run
self._router.refreshSession_async(AMI_Router_refreshSessionI(self._app, self))
AttributeError: 'RouterPrx' object has no attribute 'refreshSession_async'

It looks like Glacier2_Router_ice.py does not contain the async variant of refreshSession.

Ice 3.5b, windows

Best regards,

Comments

  • mes
    mes California
    Looks like a bug, thanks for reporting this.

    Mark