Results 7 comments of Tim Buckland

I don't really have context on what you are doing, but maybe you need to do something like this? ```perl require LWP::Simple; my $_url = "http://localhost:$selenium_port/extra/LifecycleServlet?action=shutdown"; my $_content = LWP::Simple::get...

I followed the instructions here for building OpenSSL 3 for Ubuntu 20.04: https://nextgentips.com/2022/03/23/how-to-install-openssl-3-on-ubuntu-20-04/ I did get it to work but the instructions at one point are a little unclear.

I got it to work on Ubuntu 20.04. For me, I had to install a library: `sudo apt install libxcb-cursor0` I also had to install open ssl 3: https://nextgentips.com/2022/03/23/how-to-install-openssl-3-on-ubuntu-20-04/ I...

Note that I edited the issue to delete some log output that was from another run which made the log output snippet I pasted in look confusing.

Thanks, yes it did work better with `ChatOpenAI` - tried it just now. It still tried to call the calculator to convert the result of the calculation into works, but...

@dosu-beta thanks for looking at this issue, yes please go ahead and close it.