Last modified: 2014-11-01 07:14:52 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T64974, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 62974 - unknown internal_api_error_DBConnectionError should be handled
unknown internal_api_error_DBConnectionError should be handled
Status: NEW
Product: Pywikibot
Classification: Unclassified
General (Other open bugs)
compat-(1.0)
All All
: Normal normal
: ---
Assigned To: Pywikipedia bugs
:
: 64991 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-03-23 07:56 UTC by xqt
Modified: 2014-11-01 07:14 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description xqt 2014-03-23 07:56:59 UTC
Execution time: 5552 seconds

Traceback (most recent call last):
  File "C:\pwb\compat\checkimages.py", line 1985, in <module>
    main()
  File "C:\pwb\compat\checkimages.py", line 1971, in main
    if Bot.checkStep():
  File "C:\pwb\compat\checkimages.py", line 1709, in checkStep
    self.imageCheckText = self.image.get()
  File "C:\pwb\compat\wikipedia.py", line 769, in get
    expandtemplates=expandtemplates)
  File "C:\pwb\compat\wikipedia.py", line 845, in _getEditPage
    raise RuntimeError("API query error: %s" % data)
RuntimeError: API query error: {u'servedby': u'mw1139', u'error': {u'info': u'Ex
ception Caught: DB connection error: Too many connections (10.64.16.34)', u'*':
u'', u'code': u'internal_api_error_DBConnectionError'}}

I do not know, what this error stands for. I propose just to retry.
Comment 1 Bawolff (Brian Wolff) 2014-03-24 02:33:37 UTC
> ception Caught: DB connection error: Too many connections (10.64.16.34)',
> u'*':
> u'', u'code': u'internal_api_error_DBConnectionError'}}
> 
> I do not know, what this error stands for. I propose just to retry.

It sounds like error means that back-end DB server was overloaded. Retrying is a good course of action.
Comment 2 John Mark Vandenberg 2014-11-01 07:07:30 UTC
core detects this in api.py and retries.  see r4984 & r4580
Comment 4 John Mark Vandenberg 2014-11-01 07:14:52 UTC
*** Bug 64991 has been marked as a duplicate of this bug. ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links