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

TypeError: %d format: a number is required, not NoneType #10

Open
rom1504 opened this issue Dec 15, 2019 · 0 comments
Open

TypeError: %d format: a number is required, not NoneType #10

rom1504 opened this issue Dec 15, 2019 · 0 comments

Comments

@rom1504
Copy link

rom1504 commented Dec 15, 2019

I'm getting this :

Traceback (most recent call last):
  File "./sync_daemon.py", line 364, in run_with_except_hook
    run_original(*args2, **kwargs2)
  File "/usr/lib/python3.7/threading.py", line 1166, in run
    self.function(*self.args, **self.kwargs)
  File "./sync_daemon.py", line 166, in sync_to_trakt
    log.debug('sync_to_trakt(%s, %d, %s, %s, %d, %d, %s)' % (is_paused, playback_position, working_dir, path, duration, start_time, mpv_closed))
TypeError: %d format: a number is required, not NoneType

What could be the error ?

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

1 participant