248 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
22
views
#linkedin Tracker widget sidebar not closing
#linkedin
We use the Tracker CMS widget and the new LinkedIn side bar that enables us to upload a profile pdf is not closing. We have to close out of LinkedIn entirely to reset it. How can we avoid ...
7
votes
1
answer
885
views
'mouse_tracker.dart' Assertion Failed - '(event is PointerAddedEvent) == (lastEvent is PointerRemovedEvent)'
When mirroring a device using scrpy, anytime I scroll or pass the mouse cursor through widgets that have hover animations, it throws these exceptions, I've a found an open issue on Flutter github but ...
0
votes
1
answer
511
views
How to get IMEI from teltonika FMC003 gps tracker to nodejs server, acknowledge it and get other AVL data?
In the FMCOO3 GPRS settings there is server settings. I've considered that it is my backend server so I have added my nodejs server(domain name) as it is app platform deployed in digitalocean and its ...
1
vote
0
answers
260
views
Re-Identification while using YOLOv8 + ByteTrack on real time RTSP stream
I'm working on a project which requires vehicles to be detected real time and get the number of vehicles at any instance of time. I am using YOLOv8 + ByteTrack for this purpose. However, when I run my ...
-4
votes
1
answer
118
views
how can i know or set id for any HTTP request in Laravel
I want to analyze how the user works on the website. For example, he opens the pages of the site in order:
-> main page -> product page -> detail page -> ...
That's why I use the "...
2
votes
0
answers
189
views
Torrent Trackers return port 0 in for peer in peer list
I've began writing a torrent application in Go, and I've now gotten to parsing the HTTP tracker response, however, after trying with several different torrents, each time I've gotten a valid IP ...
1
vote
1
answer
1k
views
Tracker Algorithms in Open cv install
Hello ı tried to use tracker algorithms but ı couldn't use also ı tried to install API's
pip install opencv-contrib-python
and here is my code
import cv2
def ask_for_tracker():
print("...
2
votes
1
answer
72
views
Idle Time is not being calculated
I am implementing a tracker for my system which will track user active time and idle time. I am not able to get idle time from the following code. Can any body help me?
My code is as follows:
using ...
0
votes
1
answer
93
views
Trying to make crosshair into mouse with Pygame
#I'm trying to make a duck hunt style game and I need the mouse to turn into a crosshair that follows around the mouse. I got it to follow it around but it just appears not on the mouse but in the ...
1
vote
0
answers
192
views
gsutil command error - [No space left on device. This can happen if gsutil is configured to save tracker files to an unwritable directory]
When trying to run the gsutil command, as follows:
mkdir -p train_data
gsutil -m cp -r $train_data_gcs_path train_data/
The above commands copies upto 80% data out of 105GB of data and then throws ...
0
votes
1
answer
214
views
[ByteTrack]Tuple indices must be integers or slices, not tuple
I can't figure out how to pass detections to ByteTrack (https://github.com/ifzhang/ByteTrack)
I tried to follow the instructions given by the creator but nothing went as planned.
Here is my code:
#...
0
votes
1
answer
334
views
One of the following macros is required in code snippet: %%VIEW_URL_UNESC%%, %%VIEW_URL_ESC%%
I want to add One of the following macros %%VIEW_URL_UNESC%%, %%VIEW_URL_ESC%%. to the below tag:
`<script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script&...
0
votes
1
answer
411
views
My GPS U-blox NEO6M is returning NULL continuously instead of lat, long values
I have interfaced my ESP32 with a ublox GPS tracker NEO-6M module. It is continuously printing NULL on the serial monitor and even after 10 to 15seconds it prints NULL. What could be the possible ...
0
votes
2
answers
316
views
Wait until other users close the Excel file
I have created a 'Login Tracker' system where 100 people all use an excel form saved to their computer, and when they hit "submit" it opens another .xlsb file(RTS Report) in a shared drive, ...
1
vote
1
answer
1k
views
Unable to get the price of a product on Amazon when using Beautiful Soup in python
I was trying to track the price of a product using beautiful soup but whenever I try to run this code, I get a 6 digit code which I assume has something to do with recaptcha. I have tried numerous ...