Closed clausecker closed 5 months ago
Thanks for reporting this issue! ticker had to be modified to generate a session cookie with Yahoo via a series of network calls on startup which is the likely cause of this. Previously, no network calls were made on startup which allowed the use case you described to work. I had not considered this use case before but I'll have a look into whether this can be refactored to make the network call later to allow for this use case.
The latest release should address this issue but feel free to reopen if it's not resolved.
Thanks!
I'm the maintainer of the FreeBSD package for this project.
On FreeBSD, we build binary packages in an isolated environment using the Poudriere utility. After fetching source code, network access is turned off for the rest of the build. While this used to work fine for this project, the build now fails when we try to generate shell completion files post build:
Please check why network accesses are being made even when just creating shell completion files and if possible ensure shell completion files can still be generated when no network access is possible.