Note that there are some explanatory texts on larger screens.

plurals
  1. POWhy does GitZilla's update hook throws an error message on push?
    text
    copied!<p>Configured everything as stated on the Gitzilla website.</p> <p>My git repo is working fine for weeks now... Bugzilla is working fine also...</p> <p>After ending the config of Gitzilla, i branched and tested to see if i could push and it gets logged... it gives me this error:</p> <pre><code>Counting objects: 57, done. Delta compression using up to 2 threads. Compressing objects: 100% (42/42), done. Writing objects: 100% (54/54), 5.59 KiB, done. Total 54 (delta 16), reused 0 (delta 0) remote: Traceback (most recent call last): remote: File "hooks/update", line 8, in &lt;module&gt; remote: load_entry_point('gitzilla==2.0', 'console_scripts', 'gitzilla-update')() remote: File "build/bdist.freebsd-8.2-RELEASE-amd64/egg/pkg_resources.py", line 318, in load_entry_point remote: File "build/bdist.freebsd-8.2-RELEASE-amd64/egg/pkg_resources.py", line 2221, in load_entry_point remote: File "build/bdist.freebsd-8.2-RELEASE-amd64/egg/pkg_resources.py", line 1954, in load remote: File "build/bdist.freebsd-8.2-RELEASE-amd64/egg/gitzilla/hookscripts.py", line 11, in &lt;module&gt; remote: File "build/bdist.freebsd-8.2-RELEASE-amd64/egg/gitzilla/hooks.py", line 9, in &lt;module&gt; remote: File "build/bdist.freebsd-8.2-RELEASE-amd64/egg/gitzilla/utils.py", line 10, in &lt;module&gt; remote: ImportError: No module named bugz.bugzilla remote: error: hook declined to update refs/heads/roger/gitzilla To ssh://git@git.some.net/usr/local/git/some.git ! [remote rejected] roger/gitzilla -&gt; roger/gitzilla (hook declined) error: failed to push some refs to 'ssh://git@git.some.net/usr/local/git/some.git' </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload