Questions tagged [tracker]
255 questions
0
votes
1 answer
BTL.BTFailure: not a valid bencoded string
I have been trying to use this python code http://blog.abhijeetr.com/2011/10/add-trackers-to-torrent-files-in-linux.html to automatticaly add certain public trackers to a torrent file.
After installing BitTorrent-bencode 5.0.8.1 and copying the…

Maximilian brutus III
- 643
- 9
- 21
0
votes
1 answer
Google Analytics Create Tracker "Auto" parameter
The default way to create a tracker is:
ga('create', 'UA-XXXXX-Y', 'auto');
If I want to create a secondary tracker, do I do:
ga('create', 'UA-XXXXX-Y', 'auto', {'userId': 'testrr00'});
Or:
ga('create', 'UA-XXXXX-Y', {'userId':…

Chen Li Yong
- 5,459
- 8
- 58
- 124
0
votes
1 answer
Request Tracker (RT) REST API HTTP POST
I'm trying to create a ticket in RT via the REST API. The wiki provides the guidance on how RT REST wiki
The instructions are:
Ticket Create Edit To create a new ticket: post on
/REST/1.0/ticket/new with a variable named "content",
containing…

Paul
- 45
- 9
0
votes
3 answers
OSGi service trackers not always working
Hey guys. We're using OSGi services in an Eclipse RCP application. To track them, we're using the org.osgi.util.tracker.ServiceTracker class. A sample code from the application looks like
mailServiceTracker = new ServiceTracker(context,…

David Sauter
- 1,446
- 11
- 22
0
votes
2 answers
After Effects Camera Solve crashing?
I am using the camera tracker on a clip of roughly 10000 frames 740x360, 50fps, prores codec. There are a lot of trackable features in the clip.
When I use the tracker on only a part of the video the tracking completes in less than a minute. But…

A. Steenbergen
- 3,360
- 4
- 34
- 51
0
votes
1 answer
Laravel PragmaRX tracker throwing ErrorException in RepositoryManager.php
I'm trying to add PragmaRX tracker to my Laravel 5.1 application but after have followed the installation instructions on github it doesn't work and on every page that I try to visit I get this:
Whoops, looks like something went…

Luca Rinelli
- 3
- 4
0
votes
1 answer
Configuring Campaign Measurement on Android
For some time I have been trying to configure Google Campaign Measurement in my android app. I have followed the tutorial here and, after struggling with Google's documentation mess, arrived at the point where everything works as it should according…

Kelevandos
- 7,024
- 2
- 29
- 46
0
votes
1 answer
How can my android app draw a line or tracks of my movements with gps on google map
I'm developing an android app that can trace the users locations and movements, using GPS and draw and save a line or the tracks that can be sent to a receiver who can open and see the saved tracks on Google map.
I already have a working code that…

Francis K. T.
- 21
- 1
- 2
0
votes
4 answers
Which Project Management Software is adequate for Software & Non-Software Projects?
PMS = (Project Management Software)
I used trac for software development some time ago. Right now I'm searching for a new more powerful (scheduling, gantt charts, ...) free solution (as in free beer ;-) and free to install on my server) for my…

user282727
- 674
- 1
- 8
- 21
0
votes
0 answers
Google Analytics iOS Change Tracker Id
Im trying to change the Tracker Id of the google analytics in my app. We already have a the google analytics set up in the app, and it was working. Now, we want to change the tracker id of it to track all the data in a new account.
This is not…

user2636368
- 622
- 4
- 10
- 20
0
votes
2 answers
SPARQL fn:replace thorws error: "syntax error, expected primary expression"
I'm working on a music player app that relies on SPARQL to get information about local tracks, and have been running into some trouble.
I'm running Fedora 21, and the database (Tracker) is queried via grilo (i.e., I write raw SPARQL queries, and…

maiamcc
- 13
- 3
0
votes
1 answer
OpenCV 3.0 Linker errors in tracker example
I am trying to build and run the tracker example from here.
I have compiled OpenCV 3.0 from source and the extra contrib-repo without any problems (all in VS2013).
I've set up a new project set the directories appropriately and tried to build…

Wiredchop
- 145
- 1
- 11
0
votes
1 answer
Merant Tracker - move query items to In Tray
I'm writing a Tracker to JIRA application moving issues from the Tracker database to JIRA database. The app processes issues from the Tracker In Tray and places them in JIRA. If I do a query on the issues I wish to move (state, status, etc) how do I…

Tony Teveris
- 165
- 10
0
votes
1 answer
Send messsage from server to GPS device
I have been using TK06A GPS tracker and I 'm developing my own server java file and I have received the initial login message packet as per the TK06A manual and now I need to send back the ack to the device to get the GPS message packet.
I am not…

Gerald Amalraj
- 9
- 5
0
votes
1 answer
Google analytics on android application
I have an androiid application and a google analytics account couple of days ago. I added all the codes (java, xml) according to tutorials and I run the application and I see this message in LogCat, but I don't get any reports in GA real-time…

TamarG
- 3,522
- 12
- 44
- 74