Page 2 of 2

Re: Send picture files via iMessage?

PostPosted: Tue Sep 12, 2017 4:25 am
by Gusten
Hi

It seems like we have a new error

For information, the username for the camera is root


Code: Select all
Script Error                    embedded script: <urlopen error unknown url type: root>
   Script Error                    Exception Traceback (most recent call shown last):

     embedded script, line 7, at top level
     File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 154, in urlopen
       return opener.open(url, data, timeout)
     File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 431, in open
       response = self._open(req, data)
     File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 454, in _open
       'unknown_open', req)
     File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 409, in _call_chain
       result = func(*args)
     File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1265, in unknown_open
       raise URLError('unknown url type: %s' % type)
URLError: <urlopen error unknown url type: root>

Re: Send picture files via iMessage?

PostPosted: Tue Sep 12, 2017 4:43 am
by racarter
Try the base64 line in my (edited) previous reply; it's more generic.

If that doesn't work I'm stuck.

Re: Send picture files via iMessage?

PostPosted: Tue Sep 12, 2017 5:25 am
by Gusten
Nope, i got 401 error again

But thanx for trying, if anyone else have any idea pleas let me know


Thanx Martin