You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Downloading https://downloads.openrport.io/rport/stable/latest.php?filter=Windows_x86_64.msi>=0.9.12.
* Download finished and stored to C:\Windows\temp\rport_stable_Windows_x86_64.msi .
* Migrating to MSI installation
* Scripts are already configured. Not changing.
* Tacoscript already installed to C:\Program Files\tacoscript\bin\tacoscript.exe
#
# -------------!! ERROR !!-------------
#
# Installation or updare of rport finished with errors.
#
Error in line 934
Exception calling ".ctor" with "3" argument(s): "End of Central Directory record could not be found."
Try the following to investigate:
1) sc query rport
2) open C:\Program Files\rport\rport.log
3) READ THE DOCS on https://kb.openrport.io
4) Request support on https://github.com/openrport/rport-pairing/discussions/categories/help-needed
I have traced the issue to the tacoupdate.zip and tacoinstall.zip archives being empty when downloaded.
The empty zip file causes the End of Central Directory record could not be found. error when trying to extract the contents.
My current workaround when updating is to append -m to powershell -ExecutionPolicy Bypass -File .\rport-update.ps1a
and when installing the rport client I don't install tacoscript.
The text was updated successfully, but these errors were encountered:
I am receiving and error when updating or installing the rport client on Windows devices using the following scripts:
Updating:
Installing:
The output from the update script is:
I have traced the issue to the tacoupdate.zip and tacoinstall.zip archives being empty when downloaded.
The empty zip file causes the
End of Central Directory record could not be found.
error when trying to extract the contents.My current workaround when updating is to append
-m
topowershell -ExecutionPolicy Bypass -File .\rport-update.ps1
aand when installing the rport client I don't install tacoscript.
The text was updated successfully, but these errors were encountered: