Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2644295
D25178.1732295186.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
586 B
Referenced Files
None
Subscribers
None
D25178.1732295186.diff
View Options
diff --git a/src/workflow/ArcanistPatchWorkflow.php b/src/workflow/ArcanistPatchWorkflow.php
--- a/src/workflow/ArcanistPatchWorkflow.php
+++ b/src/workflow/ArcanistPatchWorkflow.php
@@ -391,7 +391,8 @@
break;
}
} catch (ConduitClientException $ex) {
- if ($ex->getErrorCode() == 'ERR-INVALID-SESSION') {
+ if ($ex->getErrorCode() == 'ERR-INVALID-SESSION' ||
+ $ex->getErrorCode() == 'ERR-INVALID-AUTH') {
// Phabricator is not configured to allow anonymous access to
// Differential.
$this->authenticateConduit();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 17:06 (11 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
989246
Default Alt Text
D25178.1732295186.diff (586 B)
Attached To
Mode
D25178: Handle ERR-INVALID-AUTH responses from Conduit in patch workflow
Attached
Detach File
Event Timeline
Log In to Comment