MTG / pycompmusic

Tools to help researchers work with Dunya and CompMusic
GNU Affero General Public License v3.0
31 stars 18 forks source link

dunya.carnatic.get_recording throws 404 #12

Closed gopalkoduri closed 9 years ago

gopalkoduri commented 9 years ago

Code:

from compmusic import dunya
dunya.set_token(<token>)
dunya.carnatic.get_recording('a05b885f-59af-4766-a82e-2fea4578cf08')

dunya.hindustani.get_recording works fine though.

alastair commented 9 years ago

Works now - perhaps this one hadn't been imported. I've imported it now and the query works for me,

On 8 July 2015 at 13:03, Gopala Krishna Koduri notifications@github.com wrote:

Code:

from compmusic import dunya dunya.set_token() dunya.carnatic.get_recording('a05b885f-59af-4766-a82e-2fea4578cf08')

dunya.hindustani.get_recording works fine though.

— Reply to this email directly or view it on GitHub https://github.com/MTG/pycompmusic/issues/12.