I installed pyral and try to retrieve a ticket from Rally, but no results are being returned. This happens in both Windows and Linux, and in both Python 2 and 3.
>>> import pyral
>>> r = pyral.Rally(apikey=apikey, project=projname)
>>> r.get("UserStory", fetch=True, query='FormattedID = "{}"'.format(ID))
200 QueryResult TotalResultCount: 0 Results: []