pystardust / ani-cli

A cli tool to browse and play anime
GNU General Public License v3.0
7.63k stars 533 forks source link

mktemp is broken on macOS #1183

Closed sudotouchwoman closed 1 year ago

sudotouchwoman commented 1 year ago

Metadata (please complete the following information) Version: [e.g. 4.5.2] OS: [macOS] Shell: [zsh] Anime: [e.g. flcl] (if applicable)

Describe the bug Looks like the new caching feature is broken on macOS presumably by mktemp, as anticipated.

Steps To Reproduce

  1. Run ani-cli
  2. Enter whatever title you want
  3. Select episode and hit enter

Expected behavior Episode should start playing.

Screenshots (if applicable; you can just drag the image onto github)

image

Additional context The first time I launched the updated version of the script the terminal asked me about access to network folders (if this is relevant), which I permitted. However, the script still failed (even after restart/reinstall). I am using IINA 1.3.3. Unfortunately, I updated the script before trying to watch something. The problem reproduces both with and without -d option, but in the latter case the traceback is overwritten by script output.

sudotouchwoman commented 1 year ago

Reverted to 4.5.1, everything works fine:

n.teterin@n-teterin ani-cli % git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
n.teterin@n-teterin ani-cli % ./ani-cli --version
4.5.2
n.teterin@n-teterin ani-cli % 
n.teterin@n-teterin ani-cli % git checkout HEAD~1 2> /dev/null
n.teterin@n-teterin ani-cli % ./ani-cli --version             
4.5.1
n.teterin@n-teterin ani-cli % 
n.teterin@n-teterin ani-cli % ./ani-cli -d "Jujutsu 2nd" -e 4
rab Links Fetched
dropbox Links Fetched
sharepoint Links Fetched
gogoanime Links Fetched
wetransfer Links Fetched

07/30 21:40:27 [NOTICE] Downloading 1 item(s)

07/30 21:40:27 [NOTICE] Allocating disk space. Use --file-allocation=none to disable it. See --file-allocation option in man page for more details.
[#1e7d26 677MiB/680MiB(99%) CN:2 DL:10MiB]                                                                                                         
07/30 21:41:29 [NOTICE] Download complete: ./Jujutsu Kaisen 2nd Season Episode 4.mp4
n.teterin@n-teterin ani-cli %