I am having issue accessing the Library API using:
./display.py key <galaxy base url>/api/libraries
I receive the following message:
Traceback (most recent call last):
File "./display.py", line 8, in <module>
display( *sys.argv[1:3] )
File "./common.py", line 93, in display
print '#%d: %s' % (n+1, i.pop( 'url' ) )
KeyError: 'url'
I have no issue retrieving data from other api calls, e.g. histories, workflows... Has anyone encountered this issue?