Hello
im new ti xibo
Im using wamp and when i try to connect the api I get this msg below
this is the url :
Traceback (most recent call last):
File "ReplaceVideo.py", line 12, in <module>
api = XiboAPI.XiboAPI()
File "D:\codes\Xibo\XiboAPI.py", line 69, in __init__
user_token, user_secret = self.setupUserToken(url,consumer_key,consumer_secr et)
File "D:\codes\Xibo\XiboAPI.py", line 99, in setupUserToken
raise Exception("Invalid response %s." % resp['status'])
Exception: Invalid response 401.
it seems to me that NULL is not passing through to the CMS
I’ve been looking for answer for the last five days
please help