-
Notifications
You must be signed in to change notification settings - Fork 97
Description
I'm not sure why it's saying this when a full trial subscription is active. It is a new account.
Traceback (most recent call last):
File "/Users/OrpheusDL/orpheus.py", line 225, in
main()
~~~~^^
File "/Users//OrpheusDL/orpheus.py", line 180, in main
module = orpheus.load_module(service_name)
File "/Users//OrpheusDL/orpheus/core.py", line 210, in load_module
loaded_module = class_(module_controller)
File "/Users//OrpheusDL/modules/beatport/interface.py", line 60, in init
self.valid_account()
~~~~~~~~~~~~~~~~~~^^
File "/Users//OrpheusDL/modules/beatport/interface.py", line 103, in valid_account
raise self.exception("Beatport: Account does not have an active 'Link' subscription")
orpheus.core.Orpheus.load_module..ModuleError: beatport --> Beatport: Account does not have an active 'Link' subscription
OrpheusDL %