icewind1991 / SMB

PHP wrapper for smbclient
MIT License
135 stars 53 forks source link

InvalidArgumentException #129

Open cthiele-mogic opened 2 months ago

cthiele-mogic commented 2 months ago

I am using Icewind with the laravel flysystem smb adapter and I receive very often an InvalidArgumentException (Invalid request for /FS/28545521-9c4f-4a45-b478-19fe7da4aea4 (InvalidArgumentException).

On my test system everything is fine, it works against the SMB share of a linux system. The other system is a windows share which makes problems, sometimes after reload it works for some files and some files never work - I tried different names, filesizes, copy just one file, sleep after each file...

Any Idea how to fix this? (Not using windows share is not the answer :) )

Clemy-beep commented 1 month ago

did you find a solution ? I'm facing the exact same issue

hamrak commented 1 week ago

I have the same issue ...