ErikDeBruijn / TeslaFTW

Pebble v2.0 App to control your Tesla Model S/X or hopefully soon, Model III.
GNU General Public License v3.0
11 stars 7 forks source link

Dropbox 403 when opening settings menu #7

Open jeroenrnl opened 8 years ago

jeroenrnl commented 8 years ago

When I open the settings menu, I see a 403 error from Dropbox, so I cannot configure nor use the app.

BTW, I have installed "Tesla Control" not "TeslaFTW", because the latter can not be found... I'm not sure if that is the problem, or simply a question of not updated docs...

ErikDeBruijn commented 8 years ago

Thanks for the bug submit. I'm not actively maintaining the app anymore so I might only get around to these things sporadically.

Contributions to the code are welcome, though. (I can see you're a software developer, haha :) ) :)

jeroenrnl commented 8 years ago

@ErikDeBruijn I looked into the code and found var configUrl = 'https://www.googledrive.com/host/0B0nsQz4reBoKQm9RVks5eG5pUkU'; If I visit this URL with my browser, I get the config page... I can not find a single reference to dropbox in the code, then how is it possible that the Pebble App is trying to open a file on Dropbox??

jeroenrnl commented 8 years ago

@ErikDeBruijn dived into it a little deeper and found this commit: ac086b2a9a6a3590298375d1995231dd2c08f3a2, which changed the URL from Dropbox to Googledrive... appearantly that change has never made it to the Pebble App Store. And indeed, that commit is from Jan 2016 and the version in de Pebble App Store is from sept 2015... could you push the newer version to the Pebble App Store?