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
When attempting to use the IBM Aspera CLI (version 3.9.6.1467.159c5b1) to send a file via Aspera Faspex, a JSON parse error occurs. The command was executed to send a file to a recipient "content upload" with a title "Test Title" to the server, but the POST request to https://$IP:$PORT/aspera/faspex/send failed with a JSON parse error at character
aspera --version
IBM Aspera CLI version 3.9.6.1467.159c5b1
aspera faspex send -H "$IP" --file $FILENAME --title "Test Title" --recipient "content upload" --username $USERNAME --password $PASSWORD -i
Building JSON... done
Serializing JSON... done
POSTing to https://$IP:$PORT/aspera/faspex/send... JSON parse error at character 0: Invalid value.
We had concluded this CLI version is not able to send packages to Faspex 5 as it is not supported with Faspex 5.
asperaconnect faspex send -f $FILENAME -n "Viu uploaded: TEST" -t "Viu uploaded: TEST" -r "VIUHK content upload" -u$USERNAME -H$IP -p$PASSWORD -i
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: Could not load the Qt platform plugin "xcb"in"" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: xcb.
May I know how to fastly migrate from aspera cli 3.9 to 4.20.0? Many thanks!
The text was updated successfully, but these errors were encountered:
Upon wizard use, or manual configuration, a config file is created, making it easier to execute individual commands, nevertheless, the config file is not mandatory and all options can also be placed on the command line.
When attempting to use the IBM Aspera CLI (version 3.9.6.1467.159c5b1) to send a file via Aspera Faspex, a JSON parse error occurs. The command was executed to send a file to a recipient "content upload" with a title "Test Title" to the server, but the POST request to https://$IP:$PORT/aspera/faspex/send failed with a JSON parse error at character
We had concluded this CLI version is not able to send packages to Faspex 5 as it is not supported with Faspex 5.
May I know how to fastly migrate from aspera cli 3.9 to 4.20.0? Many thanks!
The text was updated successfully, but these errors were encountered: