forgot password?


   
 
iTracks 2.0 is available on AppStore
Posted: 06 November 2009 02:17 PM   [ Ignore ]  
Jr. Member
RankRank
Total Posts:  32
Joined  2009-05-31

You can download iTracks from iTunes AppStore here.
You can also search for

Profile
 
 
Posted: 06 November 2009 08:40 PM   [ Ignore ]   [ # 1 ]  
Newbie
Rank
Total Posts:  7
Joined  2009-11-06

I’m unable to connect to my own installation of Tracks. The only feedback I get is login failed. I’ve checked and double checked the user / pass. wink

Does this have something to do with the API key, special ports on my AWS firewall, something I haven’t thought of?

Thanks for developing this app. I’m super excited to use it!!

Profile
 
 
Posted: 06 November 2009 08:51 PM   [ Ignore ]   [ # 2 ]  
Jr. Member
RankRank
Total Posts:  32
Joined  2009-05-31

Next time the login fails, you should see a text box at the bottom of the screen with “Domain” as the title. The text box should be pre-filled with http://tracks.tra.in Touch. the text box to edit it. Change it to point at your local installation. Press done on the keyboard and try your user name and password. Let me know if that works.

Profile
 
 
Posted: 06 November 2009 10:33 PM   [ Ignore ]   [ # 3 ]  
Newbie
Rank
Total Posts:  7
Joined  2009-11-06

Sorry I didn’t include this early - I already changed that to my local install. I’ve tried it with the installation domain, the domain plus install path, and even the domain plus path all the way to /login. None work. All attempts merely say “Login failed”

Profile
 
 
Posted: 06 November 2009 11:10 PM   [ Ignore ]   [ # 4 ]  
Jr. Member
RankRank
Total Posts:  32
Joined  2009-05-31

I am not sure if the issue is with the application or if there is something in the Tracks installation that needs to be turned on. I’ll investigate this weekend. In the mean time:
Are you able to get to your local installation of tracks on your iphone using Safari?
Also on your Mac, in Terminal, type:
curl -u username:p4ssw0rd http://<yourLocalInstallationDomain>/todos.xml
Are you getting some xml back? This should tell us if the REST api is working correctly on your local installation.

Profile
 
 
Posted: 06 November 2009 11:16 PM   [ Ignore ]   [ # 5 ]  
Newbie
Rank
Total Posts:  7
Joined  2009-11-06

Yes, i can get to it and log in, in safari on my mac and on my iphone, both at the regular /login and at the /login.m

And yes XML is returned using the command you posted.

Profile
 
 
Posted: 07 November 2009 02:47 AM   [ Ignore ]   [ # 6 ]  
Newbie
Rank
Total Posts:  2
Joined  2009-11-07

Does this app strictly requires iphone OS 3.1? because I have a iphone 3G with 3.0 and it doesn’t download on it. is it possible to make this app compatible with OS 3.0 pls?

Profile
 
 
Posted: 07 November 2009 07:13 AM   [ Ignore ]   [ # 7 ]  
Jr. Member
RankRank
Total Posts:  32
Joined  2009-05-31

@Dusty
I tried setting up a local installation of Tracks. The quickest way I was able to get this working was to use the ready made jumpbox installation of tracks on a Virtual Box. I had to play with the network configuration to make sure that I was using bridged ethernet using airport. Once I made sure that the tracks installation running on my Mac was accessible on other Macs and PCs in the house, I tried accessing it using iTracks and had no issues. So I am a bit stumped at what the issue could be here. Would you provide more details about your specific installation?

@Shan
This is definitely my bad. I think the AppStore looks into the application to figure out the target OS for which the app was built for. I must have built with the latest OS as the target. I’ll try to repost a new version of the application with lower OS requirement. Thanks for pointing this out.

Profile
 
 
Posted: 07 November 2009 09:54 PM   [ Ignore ]   [ # 8 ]  
Newbie
Rank
Total Posts:  7
Joined  2009-11-06

Hello again. smile

First, thanks for providing such great support - I really appreciate it.

I used a public Bitnami AMI stack to launch this on AWS, then pointed a sub-domain to the AWS instance IP. I’ve created an account for you on my system that you can play with:

http://tracks.dustinstruckman.biz/tracks/login
user: itracks
pass: demo123

Maybe it’s an AWS firewall issue that we’re not aware of? Is there a specific port or protocol that needs to be open? At the moment port 22 and port 80 are open for SSH and HTTP access.


Thanks again,

Dustin

Profile
 
 
Posted: 08 November 2009 03:49 AM   [ Ignore ]   [ # 9 ]  
Jr. Member
RankRank
Total Posts:  32
Joined  2009-05-31

Dusty,
Thanks for setting up an account for me. This is a bug in the application. Thanks for your patience. I really appreciate your help.

The current version of the application is not handling relative paths. So it was trying to hit http://tracks.dustinstruckman.biz ignor,ing the /tracks relative path. You will be able to get the application working if you can somehow make the tracks url a non-relative one.

I am trying to post an update that will fix this issue. The AppStore seems to be down and I am not able to upload a new version. I’ll post here when a new version is ready.

Thanks

Profile
 
 
Posted: 08 November 2009 05:20 AM   [ Ignore ]   [ # 10 ]  
Newbie
Rank
Total Posts:  7
Joined  2009-11-06

Awesome. I’ll look forward to the update. The Bitnami stack that is included in their public AMI put it there, and honestly, I don’t know how to move it.

But considering that’s the way it gets installed by default, enabling iTracks to take account of that seems like the best solution.

Thanks again!

Update: I tried changing the index.html to redirect to the /tracks/login and that did not help.

Profile
 
 
Posted: 08 November 2009 07:08 PM   [ Ignore ]   [ # 11 ]  
Newbie
Rank
Total Posts:  7
Joined  2009-11-06

Quick question: Will you be adding more features to this app?

Ideally, if it functioned like the RTM iPhone app, we’d be in hog heaven.

Is there a development Wiki or public roadmap?

Thanks again! And please let me know if there’s anything I can do to help you…

Profile
 
 
Posted: 09 November 2009 09:08 PM   [ Ignore ]   [ # 12 ]  
Newbie
Rank
Total Posts:  7
Joined  2009-11-06

Hey man,

I had to get to getting things done, so I’ve move to Things for Mac and iPhone. I hope my attempt has at least helped you work out this one bug in your app.

Take care!

Profile
 
 
Posted: 10 November 2009 04:21 AM   [ Ignore ]   [ # 13 ]  
Jr. Member
RankRank
Total Posts:  32
Joined  2009-05-31

Thanks Dusty! You did help me find a bug in my code. I really appreciate your help.

To answer your question earlier, yes, I will be adding more features to the app.  I don’t have any roadmap plotted out right now. The current version is functional but does leave you wanting more. I do work on this project during my spare time and will make every effort to put in new features as quickly as a I can.

Profile