<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is access to cloud storage via API limited? in Arlo Pro</title>
    <link>https://community.arlo.com/t5/Arlo-Pro/Is-access-to-cloud-storage-via-API-limited/m-p/1379646#M22205</link>
    <description>&lt;P&gt;I'm Janick &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Sep 2017 17:24:09 GMT</pubDate>
    <dc:creator>pdxguy</dc:creator>
    <dc:date>2017-09-26T17:24:09Z</dc:date>
    <item>
      <title>Is access to cloud storage via API limited?</title>
      <link>https://community.arlo.com/t5/Arlo-Pro/Is-access-to-cloud-storage-via-API-limited/m-p/1379609#M22202</link>
      <description>&lt;P&gt;I have a script that automatically backs up my videos to Dropbox: &lt;A href="https://github.com/janick/ArloDownload" target="_blank"&gt;https://github.com/janick/ArloDownload&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Recently, I have seen it hang and crash after normally processing a certain number of files:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;urllib3.exceptions.ProtocolError: ('Connection aborted.', BadStatusLine("''",))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/janick/ArloData/ArloDownload.py", line 301, in &amp;lt;module&amp;gt;
    thisHelper.getLibrary(thisHelper.cameraLibs[camera])
  File "/home/janick/ArloData/ArloDownload.py", line 230, in getLibrary
    response = self.session.get(url, stream=True)&lt;/PRE&gt;&lt;P&gt;Is NetGear throttling access to their cloud storage?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 16:58:35 GMT</pubDate>
      <guid>https://community.arlo.com/t5/Arlo-Pro/Is-access-to-cloud-storage-via-API-limited/m-p/1379609#M22202</guid>
      <dc:creator>pdxguy</dc:creator>
      <dc:date>2017-09-26T16:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is access to cloud storage via API limited?</title>
      <link>https://community.arlo.com/t5/Arlo-Pro/Is-access-to-cloud-storage-via-API-limited/m-p/1379616#M22204</link>
      <description>&lt;P&gt;I use the same basic script, just not the janick one.&amp;nbsp; He modified it for his purposes so he probably should be the one to talk to.&amp;nbsp; I haven't had that error but it may be related to my script stopping before all videos are downloaded on occasion.&amp;nbsp; I simply rerun the script to ensure I've gotten all videos.&amp;nbsp; Netgear has never throttled me - I believe that either something in the script isn't handled well or there's a break in the network communications for some reason.&amp;nbsp; It's beyond my capability to debug so I simply rerun the script.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 17:06:26 GMT</pubDate>
      <guid>https://community.arlo.com/t5/Arlo-Pro/Is-access-to-cloud-storage-via-API-limited/m-p/1379616#M22204</guid>
      <dc:creator>jguerdat</dc:creator>
      <dc:date>2017-09-26T17:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is access to cloud storage via API limited?</title>
      <link>https://community.arlo.com/t5/Arlo-Pro/Is-access-to-cloud-storage-via-API-limited/m-p/1379646#M22205</link>
      <description>&lt;P&gt;I'm Janick &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 17:24:09 GMT</pubDate>
      <guid>https://community.arlo.com/t5/Arlo-Pro/Is-access-to-cloud-storage-via-API-limited/m-p/1379646#M22205</guid>
      <dc:creator>pdxguy</dc:creator>
      <dc:date>2017-09-26T17:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is access to cloud storage via API limited?</title>
      <link>https://community.arlo.com/t5/Arlo-Pro/Is-access-to-cloud-storage-via-API-limited/m-p/1379771#M22215</link>
      <description>Hah! Hope your debug skills are better than mine.&lt;BR /&gt;&lt;BR /&gt;If you rerun the script, does it pick up where it left off? That's what happens to me.</description>
      <pubDate>Tue, 26 Sep 2017 19:24:17 GMT</pubDate>
      <guid>https://community.arlo.com/t5/Arlo-Pro/Is-access-to-cloud-storage-via-API-limited/m-p/1379771#M22215</guid>
      <dc:creator>jguerdat</dc:creator>
      <dc:date>2017-09-26T19:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is access to cloud storage via API limited?</title>
      <link>https://community.arlo.com/t5/Arlo-Pro/Is-access-to-cloud-storage-via-API-limited/m-p/1379787#M22217</link>
      <description>&lt;P&gt;Yes it does. Goes through a bunch of video files (including the ones that it choked on earlier) then hits another snag.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 19:46:45 GMT</pubDate>
      <guid>https://community.arlo.com/t5/Arlo-Pro/Is-access-to-cloud-storage-via-API-limited/m-p/1379787#M22217</guid>
      <dc:creator>pdxguy</dc:creator>
      <dc:date>2017-09-26T19:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is access to cloud storage via API limited?</title>
      <link>https://community.arlo.com/t5/Arlo-Pro/Is-access-to-cloud-storage-via-API-limited/m-p/1379791#M22218</link>
      <description>&lt;P&gt;And my debug skills are only as good my my Google-fu and stackoverflow.com &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; According to &amp;nbsp;&lt;A href="https://stackoverflow.com/questions/25326616/unexpected-keyword-argument-buffering-python-client" target="_blank"&gt;https://stackoverflow.com/questions/25326616/unexpected-keyword-argument-buffering-python-client&lt;/A&gt;, it comes from an aborted connection on the server side.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;Traceback (most recent call last):
  File "/home/janick/ArloData/ArloDownload.py", line 301, in &amp;lt;module&amp;gt;
    thisHelper.getLibrary(thisHelper.cameraLibs[camera])
  File "/home/janick/ArloData/ArloDownload.py", line 225, in getLibrary
    self.concatenate(library[idx:startIdx])
  File "/home/janick/ArloData/ArloDownload.py", line 255, in concatenate
    response = self.session.get(url, stream=True)
  File "/usr/lib/python3/dist-packages/requests/sessions.py", line 469, in get
    return self.request('GET', url, **kwargs)
  File "/usr/lib/python3/dist-packages/requests/sessions.py", line 457, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/lib/python3/dist-packages/requests/sessions.py", line 569, in send
    r = adapter.send(request, **kwargs)
  File "/usr/lib/python3/dist-packages/requests/adapters.py", line 407, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', BadStatusLine("''",))&lt;/PRE&gt;</description>
      <pubDate>Tue, 26 Sep 2017 19:49:28 GMT</pubDate>
      <guid>https://community.arlo.com/t5/Arlo-Pro/Is-access-to-cloud-storage-via-API-limited/m-p/1379791#M22218</guid>
      <dc:creator>pdxguy</dc:creator>
      <dc:date>2017-09-26T19:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is access to cloud storage via API limited?</title>
      <link>https://community.arlo.com/t5/Arlo-Pro/Is-access-to-cloud-storage-via-API-limited/m-p/1380009#M22234</link>
      <description>&lt;P&gt;There have been a few times when I had to run the script 3-4 times to complete. Usially only 1-2 times is necessary.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 23:11:51 GMT</pubDate>
      <guid>https://community.arlo.com/t5/Arlo-Pro/Is-access-to-cloud-storage-via-API-limited/m-p/1380009#M22234</guid>
      <dc:creator>jguerdat</dc:creator>
      <dc:date>2017-09-26T23:11:51Z</dc:date>
    </item>
  </channel>
</rss>

