A user reported seeing the following error in the Google Music channel when using the PlexConnect client:
DEBUG (runtime:717) - Handling request GET /music/googlemusic/stationsmenu/recentlyAdded?stack=1
2014-06-12 20:08:19,020 (1e2c) : CRITICAL (core:561) - Exception matching route for path "/music/googlemusic/stationsmenu/recentlyAdded" (most recent call last):
File "C:\Users\Adama\AppData\Local\Plex Media Server\Plug-ins\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components\runtime.py", line 464, in match_route
raise Framework.exceptions.FrameworkException("No route found matching '%s'" % path)
FrameworkException: No route found matching '/music/googlemusic/stationsmenu/recentlyAdded'
The issue here is a call to recentlyAdded does not exist in the channel code. I have absolutely no idea where its coming from. Has anyone seen this before? Here is a link to my repo on Github for reference:
https://github.com/jwdempsey/GoogleMusic.bundle
Thanks!