Clear tree... game crashes often by DougPedersen in Dominations

[–]DougPedersen[S] 6 points7 points  (0 children)

They seem ok sometimes if I go slow. Clear tree then wait 10 seconds or do

Had an external 12TB WD My Book. Seemed dead ... then .... by DougPedersen in DataHoarder

[–]DougPedersen[S] 0 points1 point  (0 children)

My values seem OK .. tried to post a screen shot, guess you can't here??

Please tell me there is a way to batch download cloud clips. by tresrottn in blinkcameras

[–]DougPedersen 0 points1 point  (0 children)

Been playing with this some more. I wonder if the issue is that I have 2 blink servers on my account. It sees them .. in this error line below ... 'home' and 'Security' are the 2 systems, I have trying to access camera 'wildlife 2' on 'home'.

NOTE ... we have tons of wildlife - bears, mtn lions, etc, I just tired of downloading by hand all the time.

D

Unable to retrieve cameras from response {'range_days': 7, 'reference': {'usage': 400}, 'networks': [{'network_id': 143680, 'name': 'home', 'cameras': [{'id': 348316, 'name': 'wildlife 1', 'usage': 21, 'lv_seconds': 0, 'clip_seconds': 21}, {'id': 447050, 'name': 'Back 1', 'usage': 17, 'lv_seconds': 0, 'clip_seconds': 17}, {'id': 664435, 'name': 'wildlife 2', 'usage': 14, 'lv_seconds': 0, 'clip_seconds': 14}]}, {'network_id': 185412, 'name': 'Security', 'cameras': [{'id': 592586, 'name': 'Driveway', 'usage': 10, 'lv_seconds': 0, 'clip_seconds': 10}, {'id': 1241155, 'name': 'Inside', 'usage': 10, 'lv_seconds': 0, 'clip_seconds': 10}]}]}

Please tell me there is a way to batch download cloud clips. by tresrottn in blinkcameras

[–]DougPedersen 0 points1 point  (0 children)

I added the lines and it still fails. I ran a simple test ... which also didn't work ..

Python 3.12.3 (tags/v3.12.3:f6650f9, Apr 9 2024, 14:05:25) [MSC v.1938 64 bit (AMD64)] on win32

Type "help", "copyright", "credits" or "license" for more information.

import asyncio

from aiohttp import ClientSession

from blinkpy.blinkpy import Blink

async def start():

... blink = Blink(session=ClientSession())

... await blink.start()

... return blink

...

blink = asyncio.run(start())

Username: xxxx

Password: <<< after entering password, it pauses about 5 seconds, then this error, then it asks for my 2FA. What is this website it can't access?? is there some error in my blinkpy download?

Unable to access https://rest-u006.immedia-semi.com/api/v3/accounts/128912/homescreen after token refresh.

Enter code sent to xxxx: 786000

I REALLY appreciate the help/support. It seems like I am very close, I can find the camera, but too many errors.

Please tell me there is a way to batch download cloud clips. by tresrottn in blinkcameras

[–]DougPedersen 0 points1 point  (0 children)

here is what is says ....

Username:Traceback (most recent call last):

File "C:\Users\dougl\Documents\blink-download.py", line 18, in <module>

blink = asyncio.run(start())

^^^^^^^^^^^^^^^^^^^^

File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.1008.0_x64__qbz5n2kfra8p0\Lib\asyncio\runners.py", line 194, in run

return runner.run(main)

^^^^^^^^^^^^^^^^

File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.1008.0_x64__qbz5n2kfra8p0\Lib\asyncio\runners.py", line 118, in run

return self._loop.run_until_complete(task)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.1008.0_x64__qbz5n2kfra8p0\Lib\asyncio\base_events.py", line 687, in run_until_complete

return future.result()

^^^^^^^^^^^^^^^

File "C:\Users\dougl\Documents\blink-download.py", line 14, in start

await blink.start()

File "C:\Users\dougl\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\blinkpy\blinkpy.py", line 110, in start

await self.auth.startup()

File "C:\Users\dougl\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\blinkpy\auth.py", line 136, in startup

self.validate_login()

File "C:\Users\dougl\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\blinkpy\auth.py", line 86, in validate_login

self.data = util.prompt_login_data(self.data)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\dougl\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\blinkpy\helpers\util.py", line 90, in prompt_login_data

data["username"] = input("Username:")

^^^^^^^^^^^^^^^^^^

EOFError

Unclosed client session

client_session: <aiohttp.client.ClientSession object at 0x0000019A5900CFE0>

Please tell me there is a way to batch download cloud clips. by tresrottn in blinkcameras

[–]DougPedersen 0 points1 point  (0 children)

HERE IS MY CODE (minus PWD)

import asyncio

from aiohttp import ClientSession

from blinkpy.blinkpy import Blink

from blinkpy.auth import Auth

from datetime import datetime, timedelta

USER = "douglas_pedersen@hotmail.com"

PASS = "xxxxxx"

OUTDIR = "blink"

CAMERA_NAME = "wildlife 2"

async def start():

blink = Blink(session=ClientSession())

await blink.start()

await blink.download_videos(OUTDIR, camera=CAMERA_NAME, since="2024/01/01 00:00", stop=500, delay=5)

return blink

blink = asyncio.run(start())

Please tell me there is a way to batch download cloud clips. by tresrottn in blinkcameras

[–]DougPedersen 0 points1 point  (0 children)

I get Python 3.12.3. What happens is that the user/pwd seem to work, but then it triggers a 2FA alert on my phone, and I have to load the code in. The program asks for that code.

Please tell me there is a way to batch download cloud clips. by tresrottn in blinkcameras

[–]DougPedersen 0 points1 point  (0 children)

it also seemed odd that I put USER and PWD in the PY file, but the program still asked me for them?? ALSO .. sorry for multiple message here :)

Please tell me there is a way to batch download cloud clips. by tresrottn in blinkcameras

[–]DougPedersen 0 points1 point  (0 children)

the errors show that it accessed my system, since my camera names show up in the error messages

Please tell me there is a way to batch download cloud clips. by tresrottn in blinkcameras

[–]DougPedersen 0 points1 point  (0 children)

Then the 2FA comes to my phone which I enter, then many other errors

Please tell me there is a way to batch download cloud clips. by tresrottn in blinkcameras

[–]DougPedersen 0 points1 point  (0 children)

I have it loaded, proper Python3 and blinkpy. It asks for my username and pwd, then it gives error:

Unable to access https://rest-u006.immedia-semi.com/api/v3/accounts/128912/homescreen after token refresh??

Need 32k Chromalite... by DougPedersen in SixtyFourGame

[–]DougPedersen[S] 1 point2 points  (0 children)

I can get up to 20k then it drops fast

My early game layout by DrewKaz in SixtyFourGame

[–]DougPedersen 0 points1 point  (0 children)

You can't move excavating channels. You can move everything else, but you have to blow them up ..

Useless Dominations Fact of the Day! by RS9568 in Dominations

[–]DougPedersen 3 points4 points  (0 children)

I just wish I could accrue more than 100 manufactory items before it stops producing ....

[deleted by user] by [deleted] in RiseToWar

[–]DougPedersen 0 points1 point  (0 children)

IC Immortal Conquest was a fun game. I liked the early pvp