Gui Zhenwei
Gui Zhenwei
刚查了一下,pypi上已经有一个叫pydiff的了,如下供大神参考: https://pypi.python.org/pypi/pydiff/0.2 https://github.com/myint/pydiff
So... it there any update & solution for this issue?
> Do you have the same problem when using master instead of 0.5.5? Yes. After i pip install --upgrade python-mpd2==1.0.0 The problem remain :(
> You can also test 1.0.0 instead, that was added some days ago. > If you could dump traffic with wireshark it would be also helpful. I will try to...
> Is the bug similar to what you have been discovered before for files? #49 I guess it might be the same issue. If this is true, then the problem...
New found: After i move away a folder(which contains 825 files) from **music_directory** to a place outside, the above problem disappeared. So it should be caused by some special characters/encoding...
I also report this issue to MPD repo. https://github.com/MusicPlayerDaemon/MPD/issues/231
@Mic92 Thanks for the hint. I have a lot of files under the music_directory. I have no clue to find out the file which contained the error encoding artist info....
@Mic92 Thank you very much. Here below is what i got: ``` --Return-- > c:\python27\lib\site-packages\mpd\base.py(52)decode_str()->None -> import pdb; pdb.set_trace() (Pdb) s > c:\python27\lib\site-packages\mpd\base.py(528)_read_line() -> if not line.endswith("\n"): (Pdb) s AttributeError:...
@Mic92 Sorry for my poor knowledge on this. Here is what i get: ``` Artist: ?????��????ƽ? --Return-- > c:\python27\lib\site-packages\mpd\base.py(53)decode_str()->None -> import pdb; pdb.set_trace() (Pdb) ```