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

cannot import name "MutableMapping" from collections #12

Open
wants to merge 1 commit into
base: recurse
Choose a base branch
from

Conversation

Boldbydesign
Copy link

I have tried this multiple different ways, attempted installing additional modules to see if that might help, but with no luck. Do you have any idea what is causing the error and how do i fix it.?

@Boldbydesign
Copy link
Author

23080544-29
23080549-48

Same Error is happening as before, I have attached, here, the Output Error that get in full detail idea of whats happening

@geeflaxx
Copy link

I fixed it, look at the issue.

you have to change the import of collections in ../lib/site-packages/diskcache/persistent.py

to

from collections.abc import MutableMapping,Sequence, KeysView, ValuesView, ItemsView
from collections import OrderedDict

@geeflaxx
Copy link

But get annother Error:

Searching IMDb for "Chicago Rot"

Fetching data for Chicago Rot (2016)

Some error occured while processing Chicago Rot.mkv

====================================================

EXCEPTION IN (/home/patrick/PycharmProjects/changeTags/main.py, LINE 159 "imdb_movie = imdb.get_title(mpr['imdb_id'])"): 400 {"message":"Request timestamp: Sat, 17 Sep 2022 00:45:20 GMT expired. It must be within 300 secs/ of server time."}

The files that were not proccessed:

Chicago Rot.mkv - 400 {"message":"Request timestamp: Sat, 17 Sep 2022 00:45:20 GMT expired. It must be within 300 secs/ of server time."}

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

Successfully merging this pull request may close these issues.

3 participants