-
Notifications
You must be signed in to change notification settings - Fork 59
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
Fetching likes list from soundcloud crashes ncmpcpp #45
Comments
Those port numbers are the outgoing ports that ncmcpp is using, which is picked at random within a given range by the kernel as ncmcpp doesn't specify a source port. |
Atm it appears to be related to two different aspects:
Otherwise there's good chance that parse_track() returns empty array, thus creating problems, since empty element is pushed to likes.
|
Parts of this is fixed by #69. If the other parts are still an issue, please open a new issue. |
This sound more like ncmpcpp issue really, but can't quite believe it.
Fetcing likes list causes ncmpcpp to crash with the following message in console, leaving terminal instance unusable:
mopidy log looks okay to me. It appears to be successful fetching the tracks. Could it be related to fact the likes list is somewhat largeish, totaling ~370 items? Playing small sets has no issues whatsoever.
Note: hand-patched the changes introduced by 461ef6c and ac137b2
full log @ http://pastebin.com/Sicnuw45
On an unrelated note, is it normal that mopidy is detecting connections all over the 48XXX port range?
After launching mopidy. it prints information about new mpd connections every second:
The text was updated successfully, but these errors were encountered: