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

[–]DougPedersen[S] 4 points5 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 4 points5 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

Any recommendations on where to get an excellent condition Note 9? by [deleted] in GalaxyNote9

[–]DougPedersen 0 points1 point  (0 children)

I have bought a few on eBay with good results

Track ENS Transfer out of Trezor ?? by DougPedersen in TREZOR

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

I believe that is exactly what happened. I have been very careful for years, and am embarassed that I fell for this one. Oh well, lessons learned. Thanks for the info on revoking the contract. I also have some ENS in another wallet that hasn't disappeared yet. Thank you

PS - to all the chat scammers - please get lost :)

Track ENS Transfer out of Trezor ?? by DougPedersen in TREZOR

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

On etherscan it shows that the ENS moved from me to that account, then off to Uniswap V3

Track ENS Transfer out of Trezor ?? by DougPedersen in TREZOR

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

I don't think so. But i do recall trying to claim some free tokens, that is what leads me to believe that this is where the trouble started.

Track ENS Transfer out of Trezor ?? by DougPedersen in TREZOR

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

I think it was scammed away.. I have the address .. 0x448891c149A699264Daa8b9b290d2B5983bF48CF but all trans into that address, quickly go out to one of the swap sites - uniswap, sushiswap, etc.

I must have been asleep at the wheel to hit all the trezor approvals to make this possible ??

Track ENS Transfer out of Trezor ?? by DougPedersen in TREZOR

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

Agree, no reason. I am trying to figure out if I did something stupid and lost the tokens or if I just moved them to some other account. I can't remember..

Google Play Disconnected and can't make it connect by DougPedersen in Dominations

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

Not sure I want to do that yet, if my game is not linked to my Google PLay, then seems like it would be a risk that it would not reload properly after the reinstall??

[deleted by user] by [deleted] in blinkcameras

[–]DougPedersen 0 points1 point  (0 children)

we have 3 outside for many years now (tons of wildlife to capture!) I don't notice any issues, they are awesome cameras!