Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACH not working on windows? #74

Closed
Crash-- opened this issue Aug 20, 2020 · 1 comment · Fixed by #131
Closed

ACH not working on windows? #74

Crash-- opened this issue Aug 20, 2020 · 1 comment · Fixed by #131
Labels

Comments

@Crash--
Copy link
Contributor

Crash-- commented Aug 20, 2020

It seems that ACH is not creating the token file in /tmp/...

Ldoppea added a commit that referenced this issue Aug 24, 2022
On Windows OS, `/tmp/` folder does not exist and may be considered as
relative path

To fix this we want to use `os.tmpdir()` to point to the OS specified
path for temp files

This modification change the macOS behavior as the used folder for
storing token is not `/tmp/` anymore but
`/var/folders/<SOME_UNIQUE_PATH>/T/` which is the per-user temporary
folder (see https://magnusviri.com/what-is-var-folders.html)

Fixes #74
@cozy-bot
Copy link

🎉 This issue has been resolved in version 1.46.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants