Bug 581708
| Summary: | [abrt] crash in subdownloader-2.0.10-1.fc12: SDService.py:682:_NoOperation:AttributeError: 'NoneType' object has no attribute 'NoOperation' | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Diego Isaza <diego.isaza> | ||||
| Component: | subdownloader | Assignee: | Jan Klepek <jan.klepek> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 12 | CC: | axet, das, gusregout, jan.klepek, jitesh.1337, nuno.dias, vratislav.podzimek, y.s.rajath | ||||
| Target Milestone: | --- | Keywords: | Reopened | ||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | abrt_hash:00c2e904 | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-09-23 15:14:53 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Created attachment 406133 [details]
File: backtrace
could you please provide steps how to reproduce it? Package: subdownloader-2.0.10-1.fc13 Architecture: i686 OS Release: Fedora release 13 (Goddard) How to reproduce ----- 1. Start subdownloader 2. 3. Hi Nuno, F-13 build is working ok on my today clean install of F-13 system + subdownloader same for F-12 build + F-12 system closing with worksforme as described issue is not reproducible Please don't close this bug, this continues to happen.
This is what appears when running from a terminal.
/usr/lib/python2.6/site-packages/kaa/metadata/disc/cdrom.py:37: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
[15:15] ERROR::subdownloader.SDService.SDService # Unable to connect. Try setting a proxy.
[15:15] ERROR::subdownloader.SDService.SDService # ServerInfo error connection.
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/subdownloader/gui/main.py", line 556, in login_user
if self.OSDBServer._login(username, password):
File "/usr/lib/python2.6/site-packages/subdownloader/modules/SDService.py", line 209, in _login
info = self.xmlrpc_server.LogIn(username, password, self.language, self.user_agent)
AttributeError: 'NoneType' object has no attribute 'LogIn'
Unhandled exception in thread started by <bound method SDService.NoOperation of <modules.SDService.SDService object at 0x96538ec>>
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/subdownloader/modules/SDService.py", line 671, in NoOperation
return NoOperation()
File "/usr/lib/python2.6/site-packages/subdownloader/modules/SDService.py", line 52, in __call__
result = self.function(*args)
File "/usr/lib/python2.6/site-packages/subdownloader/modules/SDService.py", line 682, in _NoOperation
info = self.xmlrpc_server.NoOperation(self._token)
AttributeError: 'NoneType' object has no attribute 'NoOperation'
It continues to happen whenever I run subdownloader. This bug was closed because "CLOSED WORKSFORME". Was that written in a right state of mind: it seems quite improbable. It becomes a bug when it does not work for _everyone_ -- this must be the definition of a bug. Anyway, it is crashing exactly the way it crashed before. I have tried in so many ways. Erasing and reinstalling was one of them. I think the problem is coming from the 'login' thing. I downloaded and installed the 'subdownloader' from opensubtitles.org. And that is crashing too in exactly the same way. To try if it is really working or not, go to opensubtitles.org, create a login id, and then try. I have the same error. Subdownloader says I'm connected and shows my username, I can search for subtitles, but I can't download any of them. The progress bar never evolves. Same here! Started getting this one f13 though $ rpm -q subdownloader subdownloader-2.0.10-1.fc13.noarch right click on any movive and do open it with > subdownloader. repoen please f13 reopened, finally I have managed to find a way how to reproduce it, working on fix Package: subdownloader-2.0.10-1.fc12 Architecture: i686 OS Release: Fedora release 12 (Constantine) How to reproduce ----- 1. Just run SubDownloader Comment ----- ran SubDownloader and this crashed appeared immediately please try version available in testing repository and let me know in cases that this version does NOT fix your issue. Otherwise I will consider this as solved. I tried to install version from testing repository, but it seemed to be the version 2.0.10-1.fc12 because the output was """Package subdownloader-2.0.10-1.fc12.noarch already installed and latest version Nothing to do""" So I tried to run SubDownloader again. For the first time it worked well without any problems. But the second attempt wasn't so successful "Login:Error" appeared in the status bar and ABRT caught a crash in the package. I can't understand the randomness of the crash. try download & install this: F-13: http://kojipkgs.fedoraproject.org/packages/subdownloader/2.0.13/1.fc13/noarch/subdownloader-2.0.13-1.fc13.noarch.rpm F-12: http://kojipkgs.fedoraproject.org/packages/subdownloader/2.0.13/1.fc12/noarch/subdownloader-2.0.13-1.fc12.noarch.rpm Works for me without any problems. Thank you. Works for me too. Package: subdownloader-2.0.10-1.fc13 Architecture: i686 OS Release: Fedora release 13 (Goddard) How to reproduce ----- 1.Running Azureus (this time as suggested, by right clicking a movie file) 2. 3. fixed in latest version, if problem persists, reopen this bug. |
abrt 1.0.8 detected a crash. architecture: x86_64 cmdline: python /usr/bin/subdownloader component: subdownloader executable: /usr/bin/subdownloader kernel: 2.6.32.10-90.fc12.x86_64 package: subdownloader-2.0.10-1.fc12 reason: SDService.py:682:_NoOperation:AttributeError: 'NoneType' object has no attribute 'NoOperation' release: Fedora release 12 (Constantine) backtrace ----- SDService.py:682:_NoOperation:AttributeError: 'NoneType' object has no attribute 'NoOperation' Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/subdownloader/modules/SDService.py", line 671, in NoOperation return NoOperation() File "/usr/lib/python2.6/site-packages/subdownloader/modules/SDService.py", line 52, in __call__ result = self.function(*args) File "/usr/lib/python2.6/site-packages/subdownloader/modules/SDService.py", line 682, in _NoOperation info = self.xmlrpc_server.NoOperation(self._token) AttributeError: 'NoneType' object has no attribute 'NoOperation' Local variables in innermost frame: self: <modules.SDService.SDService object at 0x305f850>