Cannot submit patch for bug 1532919 to Phabricator
Categories
(Conduit :: Phabricator, enhancement)
Tracking
(Not tracked)
People
(Reporter: whimboo, Unassigned)
Details
Running the following command hangs moz-phab
:
% moz-phab submit
Submitting 1 commit:
520618:fd8ab02cb479 Bug 1532919 - [marionette] Remove outdated browsermob-proxy mixin from marionette harness package. r?ato
Automatically submitting (as per submit.auto_submit in ~/.moz-phab-config)Creating new revision:
520618:fd8ab02cb479 Bug 1532919 - [marionette] Remove outdated browsermob-proxy mixin from marionette harness package. r?ato
There is no more output, and I don't see how to run the command in verbose mode to offer more details.
Given that we are now not able anymore to request review for normal patches this blocks the development process.
Reporter | ||
Comment 1•6 years ago
|
||
Maybe it is related to bug 1517247?
Reporter | ||
Comment 2•6 years ago
|
||
Actually maybe not. When using the workaround with arc diff --less-context
I see the following output:
Invalid Content Encoding (Non-UTF8)
This diff includes a file which is not valid UTF-8 (it has invalid byte
sequences). You can either stop this workflow and fix it, or continue. If you
continue, this file will be marked as binary.You can learn more about how Phabricator handles character encodings (and how
to configure encoding settings and detect and correct encoding problems) by
reading 'User Guide: UTF-8 and Character Encoding' in the Phabricator
documentation.AFFECTED FILE
testing/marionette/harness/marionette_harness/runner/mixins/browsermob-proxy-py/docs/_build/html/objects.inv
make sure you're running the latest version of moz-phab
, older versions hang as you described; newer versions fail but with an error message.
Reporter | ||
Comment 4•6 years ago
|
||
Isn't moz-phab auto-updating itself anymore? In the past I have always seen that this happened.
(In reply to Henrik Skupin (:whimboo) [⌚️UTC+1] from comment #4)
Isn't moz-phab auto-updating itself anymore? In the past I have always seen that this happened.
it does auto-update, however this might be disabled, broken, or between polls.
run moz-phab self-update
to update/check.
Description
•