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: write() argument must be str, not bytes #35

Closed
oldesec opened this issue Apr 30, 2019 · 1 comment
Closed

TypeError: write() argument must be str, not bytes #35

oldesec opened this issue Apr 30, 2019 · 1 comment

Comments

@oldesec
Copy link

oldesec commented Apr 30, 2019

Hello,

I get the following error.

ctrl +c enter : error.

Keep a resume file? [y/N] y
setting line to 697
Traceback (most recent call last):
  File "cansina.py", line 411, in <module>
    visitors_alive = any([visitor.is_alive() for visitor in thread_pool])
  File "cansina.py", line 411, in <listcomp>
    visitors_alive = any([visitor.is_alive() for visitor in thread_pool])
KeyboardInterrupt

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "cansina.py", line 421, in <module>
    pickle.dump(resumer, f)
TypeError: write() argument must be str, not bytes
@deibit
Copy link
Owner

deibit commented May 1, 2019

Hi, #28 'resumer' need a rework. It is on the agenda.

@deibit deibit closed this as completed May 1, 2019
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