When I logged in this morning (8/30), a new Habit "eb7a2702-c263-4fd9-95ae-122cda453877" appeared. It had the "This task was created by a third-party service" text in the notes. I don't use any third-party services at the moment...
_edit by admin:_
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
AFAIK this is fixed as per the switch/case bug @SabreCat (that which shall not be named... too shameful)
needless to say, if it happens again reopen
This happened well before the switch/case issue occurred. That said, I have no idea where it came from, I've since deleted the Habit, and it hasn't happened again. So we'll see!
@meaganoff just experienced this bug. re-opening
ok, i do indeed think this is from the super-bug. Meagan was also hit by it, so that could account. What's going on here is the API says:
if you're sending a score operation (task up/down) - if that task exists, score it. Naturally. If it doesn't exist, create a new "3rd party service" task (like how the chrome extensions creates the "Productivity" task). If they sent a name along with, give it that name - if not, give it the unique ID it passes along with ('productivity', 'chrome', etc). Well, the super-bug was wiping tasks - so when people ran score, their tasks which were stored in localStorage on the website sent up it's ID, but the task got clobbered from the user - so it saw is as an incoming API task.
I'm going to close again and keep a keen eye on it. I think of all the tasks I'm "closing and keeping an eye one", this one I'll be the closest to since its' the only one that we're not quite certain was a result of the super-bug, even if I'm highly leaning that way
This happened to me sometime last night or this morning.
@lefnire I'm not sure why this is closed? I know people still experience it. Do we have a new master ticket?
@SeamlessIan Just go ahead and delete it. :) It's not something to worry about.
:thumbsup: for cafe @lefnire action? :)
I'm currenty testing my app to get toasts (sort of notifications), so I just create many todos and clear "score-up"em very fast, and then it happened here too, I've 8 new habits with "UUID" ^^
And sometimes I also create a todo and check it within a second.
So here's my explanation why this could happen:
On each request the servers loads all data from mongodb
We could fix this really simple...
The Thirdparty Services which only using /user/tasks/{id}/{direction} have to add a param like "?addEmpty=true" , so IF the habit doesn't exist, then only requests with this parameter will create new empty (or filled with data) habits, all other API-Consumers (also the website itself) then still can check / uncheck as they like, because they also uses POST: /user/tasks, to create their tasks.
The only bad what could happen is that "gold-farmer" may have to wait some seconds before they can check their task xD
Ok, so I added a screen cap of what just suddenly popped up on my Task page.
So this is a bug, and not someone hacking my game?
Yup it's a bug and you can delete with no worries.
On Oct 14, 2014 10:41 AM, "ladydragon76" [email protected] wrote:
Ok, so I added a screen cap of what just suddenly popped up on my Task
page.So this is a bug, and not someone hacking my game?
[image: the heck]
https://cloud.githubusercontent.com/assets/9218435/4633646/3031f604-53c9-11e4-84af-3f2c651f4115.JPG—
Reply to this email directly or view it on GitHub
https://github.com/HabitRPG/habitrpg/issues/1402#issuecomment-59085636.
Ok, thanks!
Still happening!

@berriganator Yes, it will keep happening occasionally until we work out exactly what's causing it and how to stop it. When we do fix it, we will close this issue. Until then, when it happens to you, you can delete the Habit. It hasn't done any damage to your account.
This has been happening to me today. I first noticed it on my phone app and then on my desktop. Reloading the page does not help. Approximately 30 minutes to an hour after deleting, a new one pops up.
User ID: 73dc0fed-1ade-4533-9f63-8cf3d862ce8d
This is on Firefox/Yosemite and the app on an iPhone.
this happened with me today, as well, in conjunction with the addition of a totally blank to-do. Any chance that's part of the same bug?
@djstinkay Yes, as I said at https://github.com/HabitRPG/habitrpg/issues/5989#issuecomment-144165027, this is the bug you were affected by. It's harmless. You can just delete the tasks.
Is this still open? or already fixed?
Yes.
Closing since with API v3 this can't happen anymore
Most helpful comment
Closing since with API v3 this can't happen anymore