airbytehq / airbytehq/PyAirbyte
Source Stripe - Process cannot access the file because it is being used by another process
未关闭
- 主要语言
- Python
- 星标
- 344
- 派生
- 77
- 平均合并
- 1 天 11 小时
- 30 天内合并 PR
- 35
描述
Just installed pyairbyte into a venv and created a stripe connector. Installation and source creation went fine, with a successful `source.check()`.
`source.get_available_streams()` returns:
> PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\accounts.sqlite'
> Something went wrong in the connector. See the logs for more details.
Efforts to find out if there is another process that somehow latched onto the sqlite files generated have turned up no results. Is it possible that another part of the connector is trying to access the sqlite files before they've been unlocked by previous processes?
贡献指南
评估
这个 Issue 还没有评估数据。