Hi,
We have a Splunk Enterprise install on Windows. After installing and configuring the app, when I run the data input, I get an error pointing back to line 147 of dfb.py every time the input runs.
I think the issue is with `os.rename()` Python method and Windows. Any one else run into problems when installing the app on a Windows host?
File "Splunk\etc\apps\splunk-app-dropbox\bin\dfb.py", line 142, in save_checkpoint
os.rename(tmp_path, path)
WindowsError: [Error 183] Cannot create a file when that file already exists
↧