trompamusic / trompace-client

A python library to read from and write to the Trompa CE
Apache License 2.0
1 stars 0 forks source link

jwt_token_cache crashes if server contains "/" #58

Closed aggelosgkiokas closed 3 years ago

aggelosgkiokas commented 3 years ago

If the host contains /, for exampe

trompa-mtg.upf.edu/ce

then https://github.com/trompamusic/trompa-ce-client/blob/7162a2fb622d2fd364b2aa2a99fc3077e1d52ec7/trompace/config.py#L91 it tries to store the cache in a file in a folder that does not exist

alastair commented 3 years ago

Thanks for reporting