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

Arguments did not match any overloaded call #147

Open
ankitemb opened this issue Sep 9, 2020 · 1 comment
Open

Arguments did not match any overloaded call #147

ankitemb opened this issue Sep 9, 2020 · 1 comment

Comments

@ankitemb
Copy link

ankitemb commented Sep 9, 2020

self.list_ctrl.InsertItem(index, mp3_object.tag.artist)

TypeError: ListCtrl.InsertItem(): arguments did not match any overloaded call:
  overload 1: argument 1 has unexpected type 'int'
  overload 2: argument 2 has unexpected type 'NoneType'
  overload 3: argument 2 has unexpected type 'NoneType'
  overload 4: argument 2 has unexpected type 'NoneType'
@gahjelle
Copy link
Contributor

gahjelle commented Sep 9, 2020

@driscollis

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

No branches or pull requests

2 participants