Sentry-cli hangs on uploading pdb

The cli tool will always upload a pdb to Sentry.io, but sometimes it will hang indefinitely on the last “processing” stage.

cmd:
sentry-cli upload-dif -t pdb .
in the Git Bash on windows

uploading 1 to 3 pdbs.

What happens next is that i kill the process and try to rerun, but it says that the pdb is already on the server.

I see the pdbs on my account, but any events that come through will not use them.

I then delete the pdb to re-upload however the cli still says that it is already there but i have deleted it so i have to create a new binary all together.

any help?