Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: wrapped C/C++ object of type RunnableWrapper has been deleted #26

Closed
MolotovCherry opened this issue Oct 9, 2015 · 2 comments
Assignees
Labels

Comments

@MolotovCherry
Copy link

  1. Go to Tools->Import Memrise Course...
  2. Paste in URL of a course without image mems.*
  3. Keep "Import Mems" checked.
  4. Press OK.
  5. It should fail with 403 error. Click Abort.
  6. Press OK again, and I get an error.

To fix problem, close dialog and reopen it again.

An error occurred in an add-on.
Please post on the add-on forum:
https://anki.tenderapp.com/discussions/add-ons

Traceback (most recent call last):
  File "D:\Users\user\Documents\Anki\addons\Memrise_Course_Importer\importer.py", line 904, in loadCourse
    self.loader.start(courseUrl)
  File "D:\Users\user\Documents\Anki\addons\Memrise_Course_Importer\importer.py", line 128, in start
    QThreadPool.globalInstance().start(self.runnable)
RuntimeError: wrapped C/C++ object of type RunnableWrapper has been deleted
@MolotovCherry
Copy link
Author

Maybe it's also a good time to make a note that the mems are failing to download in the first place, which is why I clicked Abort to begin with. Here's an example of the URL it failed with with a 403 error, (same course as listed above).

---------------------------
Download failed
---------------------------
HTTP Error 403: Forbidden
---------------------------
http://static.memrise.com/static/uploads/mems/32000100726085433.gif
---------------------------
Retry   Ignore   Abort   Hide Details...   
---------------------------

@wilddom
Copy link
Owner

wilddom commented Oct 12, 2015

Thanks for reporting, it should be fixed now. But regarding the 403 errors... I don't really know how to prevent them (see #11).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants