https://bugzilla.wikimedia.org/show_bug.cgi?id=62280

            Bug ID: 62280
           Summary: ApiRunJobs HTTP request and fallback both fail on
                    Wikimedia Labs
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: JobQueue
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: mflasc...@wikimedia.org
                CC: tstarl...@wikimedia.org
       Web browser: ---
   Mobile Platform: ---

After moving from e52153e to 1e54f0c and running update.php (the latter
probably unrelated), piramido.wmflabs.org consistently fails to load pages with
an ApiRunJobs error:

[c71ea2c8] /wiki/Special:Random Exception from line 1366 of
/srv/mediawiki/includes/api/ApiBase.php: Invalid or stale signature provided

Backtrace:

#0 /srv/mediawiki/includes/api/ApiRunJobs.php(54): ApiBase->dieUsage(string,
string, integer)
#1 /srv/mediawiki/includes/api/ApiMain.php(862): ApiRunJobs->execute()
#2 /srv/mediawiki/includes/api/ApiMain.php(332): ApiMain->executeAction()
#3 /srv/mediawiki/includes/Wiki.php(649): ApiMain->execute()
#4 /srv/mediawiki/includes/Wiki.php(669): {closure}()
#5 /srv/mediawiki/includes/Wiki.php(451): MediaWiki->triggerJobs()
#6 /srv/mediawiki/index.php(49): MediaWiki->run()
#7 {main}


It looks like the socket method is failing, probably for the same reason a
simple:

curl 'http://piramido.wmflabs.org/w/api.php'

fails on piramido with:

curl: (7) couldn't connect to host

I think Labs currently can't connect to itself with external host names.

There is a fallback that should work, but it's throwing the above exception
consistently.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to