Commit a47c9a6
authored
fix(cache): switch to filesystem backend for CachedSession to resolve locking issues
Fix the "sqlite: bad parameter or other api misuse" error reported on Ubuntu, Windows, and Android by changing the requests_cache backend from sqlite to filesystem.
This uses a directory-based cache instead of a single file, eliminating locking problems in concurrent environments.
No breaking changes; cache behavior remains compatible.
Fixes: #10, #111 parent c59d5ae commit a47c9a6
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments