Grid certificate problem on MacOS Sonoma after O2 rebuild

Dear experts,

This morning I have recompiled O2, and am now having issues with my grid certificate.

Specifically, alien-token-init fails with the message:

Could NOT establish connection (TCP socket) to alice-jcentral.cern.ch:8097
TypeError("create_connected_sock() got an unexpected keyword argument 'async_dns'")
Check the logfile: /Users/kaareendrup/alien_py.log
Check the logfile: /Users/kaareendrup/alien_py.log
Could not get a websocket connection to alice-jcentral.cern.ch:8097

with the attached logfile showing the same keyword argument error.

I am not sure what to do, maybe some package needs updating?

For information, alien.py checkAddr shows FAIL for 1-4 addresses, but how many and which ones changes with each execution.

Kind regards,
Kaare

alien_py.log (713 Bytes)

There is no problem with the certificate. One dependency of alienpy released a backward incompatible version and the fix is waiting merging in alienpy 1.6.3 :: fix incompatible dependency by adriansev · Pull Request #5601 · alisw/alidist · GitHub
A temporary workaround is to have in the environment
export ALIENPY_NO_STAGGER=1

1 Like

That explains why I didn’t see anyone else with the issue. Glad to hear it was not a mistake on my end.

Worked like a charm, thank you very much!