manga_downloader icon indicating copy to clipboard operation
manga_downloader copied to clipboard

Python 3.X conversion error, " 'str' does not support the buffer interface'

Open phantom-voltage opened this issue 9 years ago • 2 comments

I think I encountered an error which was a result of the conversion to Python 3.X.

On Python 3.4.3 this error is produced:

TypeError: 'str' does not support the buffer interface

Also,

TypeError: can't use a string pattern on a bytes-like object

phantom-voltage avatar Sep 05 '15 05:09 phantom-voltage

Could you give steps to reproduce this issue?

twstagg avatar Jan 05 '16 16:01 twstagg

@trohrt trying to search/download a manga results in that error in atleast python 3.4+

Sohil876 avatar Mar 03 '16 11:03 Sohil876