-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to update to latest version 1.1.3 #1143
Comments
Hi @PeterBriggsGreggs, sorry for the problems. This issue was already mentioned here, and the solution mentioned there should work for you as well. Tell me if it helps! |
I think the cause is here: "Warning: PS Next time, copy the text from terminal and paste it, instead of attaching a screenshot. |
Please also show output of |
You need Dart 2.18. Please run |
That's because you actually have two |
No, as long as Good decision with using |
Nice, now the last step is to install and compile dart pub global deactivate patrol_cli dart pub global activate patrol_cli If this works, please close the issue :) |
Yes... that's worked. |
This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue. |
Hi,
I tried running the patrol update command however the update process failed to download all the required artifacts. Message below are from the terminal in AS:
peterbriggs@Peters-MacBook-Pro-2 gotg_apps_grecords % patrol update
✓ New patrol_cli version is available (1.1.3) (0.4s)
✓ Updated patrol_cli to version 1.1.3 (4.1s)
✗ Failed to download artifacts for version 1.1.3 (0.4s)
Exception: Failed to download Artifact.archive(name: AutomatorServer-iphoneos-arm64, version: 1.1.3, ext: app) from https://github.com/leancodepl/patrol/releases/download/patrol_cli-v1.1.3/AutomatorServer-iphoneos-arm64-1.1.3.zip
#0 ArtifactsRepository._downloadArtifact (package:patrol_cli/src/common/artifacts_repository.dart:295:7)
#1 Future.wait. (dart:async/future.dart:521:21)
#2 ArtifactsRepository.downloadArtifacts (package:patrol_cli/src/common/artifacts_repository.dart:279:5)
#3 UpdateCommand.run (package:patrol_cli/src/features/update/update_command.dart:76:7)
#4 CommandRunner.runCommand (package:args/command_runner.dart:209:13)
#5 PatrolCommandRunner.runCommand (package:patrol_cli/src/command_runner.dart:291:18)
#6 PatrolCommandRunner.run (package:patrol_cli/src/command_runner.dart:235:18)
#7 patrolCommandRunner (package:patrol_cli/src/command_runner.dart:52:14)
#8 main (file:///Users/peterbriggs/.pub-cache/hosted/pub.dartlang.org/patrol_cli-0.8.2+1/bin/main.dart:6:20)
When clicking on the link failing link, the following web page is displayed, with a Not Found message:
Please can you investigate this issue.
Thank you
The text was updated successfully, but these errors were encountered: