Search found 1 match

by Ghost
Saturday 28 October 2017 13:19
Forum: Python
Topic: Authorization Problems
Replies: 4
Views: 7759

Authorization Problems

Hello Friends,

I need help with Authorization using the API URL on the current beta version of Domoticz. I have spent lots of hours with that but I just do not succeed in get authorized.

The quite simple Python script I try to get run is:
#!/usr/bin/python

import sys
import urllib
import urllib2 ...