NaPs / Kolekto

Kolekto is a really KISS movie catalog software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enter manually informations => TypeError: argument of type 'type' is not iterable

tetraf opened this issue · comments

With ArchLinux, python 2.7.6, Kolekto 1.2 from AUR (https://aur.archlinux.org/packages/kolekto/).

$ kolekto import --symlink big.buck.bunny.ogg 
Title to search [big.buck.bunny]? big buck bunny
Please choose the relevant movie for the file: big.buck.bunny.ogg

[1] Big Buck Bunny (2008) by Sacha Goedegebure [tmdb_proxy]
[2] Enter manually informations
[3] None of these

Choice [1-3]? 2
Traceback (most recent call last):
  File "/usr/bin/kolekto", line 85, in <module>
    main()
  File "/usr/bin/kolekto", line 78, in main
    args.command(args, config)
  File "/usr/lib/python2.7/site-packages/kolekto/commands/importer.py", line 112, in run
    self._import(mdb, mds, args, config, filename)
  File "/usr/lib/python2.7/site-packages/kolekto/commands/importer.py", line 152, in _import
    movie = mds.refresh(movie)
  File "/usr/lib/python2.7/site-packages/kolekto/datasources/__init__.py", line 72, in refresh
    refreshed = datasource.refresh(movie)
  File "/usr/lib/python2.7/site-packages/kolekto/datasources/tmdb.py", line 178, in refresh
    if '_tmdb_id' in movie:
TypeError: argument of type 'type' is not iterable