02-22-2019 11:08 - edited 02-22-2019 13:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

02-22-2019 11:08 - edited 02-22-2019 13:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
My code was working two weeks ago, but suddenly I am not able to add alarms anymore.
I am using python 3.6 and urllib. Any suggestions?
Here is a snippet of my code:
post_data ={'time':alarm_time,'enabled':'true','recurring':'false','weekDays':'MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY,SATURDAY,SUNDAY'}
Answered! Go to the Best Answer.
Accepted Solutions
02-22-2019 13:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

02-22-2019 13:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Solved my issue. I had 8 alarms set on my FitBit already, and that is the maximum.

02-22-2019 13:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

02-22-2019 13:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Solved my issue. I had 8 alarms set on my FitBit already, and that is the maximum.

