CCTV icon indicating copy to clipboard operation
CCTV copied to clipboard

Close-Circuit Telegram Vision revolutionizes location tracking with its open-source design and Telegram API integration. Offering precise tracking within 50-100 meters, users can monitor others in rea...

Results 24 CCTV issues
Sort by recently updated
recently updated
newest added

**Breaking change**: After the update existent session file(if any) should be renamed into `cctv.session` or a new login session will be initiated. All config parameters are stored in the single...

After successfully adding my coordinates (I'm hiding them unless necessary, but they are well-located) and logging into Telegram through the app, I get the following error: ``` [ * ]...

cordinates -> coordinates

Traceback (most recent call last): File "/Users/x/Desktop/CCTV/start.py", line 144, in result = client(functions.contacts.GetLocatedRequest( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/lib/python3.12/site-packages/telethon/sync.py", line 39, in syncified return loop.run_until_complete(coro) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/Cellar/[email protected]/3.12.3/Frameworks/Python.framework/Versions/3.12/lib/python3.12/asyncio/base_events.py", line 687, in run_until_complete return...

In the end, after successful json and html, he writes that the combined file has been successfully created, but he does not throw me anywhere, as shown in the video,...

While running the script I am getting the following error (followed instructiond as per README) `struct.error: 'i' format requires -2147483648

Here I enter the phone number, the code, and when I need to enter the password, it does not want to be found, does not respond to the keyboard at...

[ * ] Telegram client initialization...Attempt 1 at connecting failed: TimeoutError: Attempt 2 at connecting failed: TimeoutError: Attempt 3 at connecting failed: TimeoutError: Attempt 4 at connecting failed: TimeoutError: ![image](https://github.com/IvanGlinkin/CCTV/assets/81634902/0610868e-81a2-4e01-a1f3-78b6ded57c0e)

Upon reviewing the code, I've identified a few potential improvements and areas to address: ### Memory Management: The markers array is used to store references to markers added to the...