On Sun, Feb 26, 2023, 7:25 PM 陈鹏鹏 <[email protected]> wrote: > Hi there, > > I encounter slow speed while transferring files through guacd. At the time > I investigate the root cause, guacamole 1.5.0 released, then I setup > guacamole 1.5.0 in a LAN environment, but failed to upload files, please > refer the attachment. > Seems that tunnelId path variable in the request URL is missing. >
You are running into a timing-related issue that can result in the tunnel UUID being uninitialized on the client side, hence the missing part of the URL: https://issues.apache.org/jira/browse/GUACAMOLE-1562 This has already been addressed on git. The fix was not part of 1.5.0. - Mike
