Discuss Scratch

TheGamer-
Scratcher
100+ posts

Possible remix tree bug?

I originally posted this in the bugs and glitches forum, but I've has no replies so I though you guys here might know what's going on

_______________________________________________________________________________

https://scratch.mit.edu/projects/92759204/

On one of my project (link above), the remix tree doesn't load, and just says ‘No remix data was found for this project’. I've never seen this before, so check what the server was sending and it's just ‘Not visible’.

var id = location.pathname.split(“/”);
$.ajax("https://scratch.mit.edu/projects/“ + id + ”/remixtree/bare/").done(function (data) {
alert(data)
});

And if you check the remix tree of one of the remixes, it does load, but shows my project as ‘No longer avaliable’, when it clearly is (and not just for me, it gets a few loves/etc every few days, so I know other people can find it). I don't know how long it has been like this, as I just noticed. As far as I know, the project has never been removed from the website or anything.

Any one know what's causing it?

232323.XFTQ.2011 | XqzkBEpogUjTtMDjTEyI
TheUltimatum
Scratcher
1000+ posts

Possible remix tree bug?

It's definitely not the sheer amount of remixes… There are several remix trees that are 10x the magnitude of yours and they still load albeit verry slowly.
TheGamer-
Scratcher
100+ posts

Possible remix tree bug?

TheUltimatum wrote:

It's definitely not the sheer amount of remixes… There are several remix trees that are 10x the magnitude of yours and they still load albeit verry slowly.


Yes, some of my own projects have more far remixes and still load fine. I have noticed the only one direct remix is shown on the actual project page, maybe some of the others were removed and that's what's causing it?

232323.XFTQ.2011 | XqzkBEpogUjTtMDjTEyI
blueparrot18
Scratcher
100+ posts

Possible remix tree bug?

TheGamer- wrote:

I originally posted this in the bugs and glitches forum, but I've has no replies so I though you guys here might know what's going on

_______________________________________________________________________________

https://scratch.mit.edu/projects/92759204/

On one of my project (link above), the remix tree doesn't load, and just says ‘No remix data was found for this project’. I've never seen this before, so check what the server was sending and it's just ‘Not visible’.

 var id = location.pathname.split("/")[2];
$.ajax("https://scratch.mit.edu/projects/" + id + "/remixtree/bare/").done(function (data) {
    alert(data)
});

And if you check the remix tree of one of the remixes, it does load, but shows my project as ‘No longer avaliable’, when it clearly is (and not just for me, it gets a few loves/etc every few days, so I know other people can find it). I don't know how long it has been like this, as I just noticed. As far as I know, the project has never been removed from the website or anything.

Any one know what's causing it?

Questions About Scratch or beyond scratch?
Comment on my profile!
TheGamer-
Scratcher
100+ posts

Possible remix tree bug?

blueparrot18 wrote:

-snip-


Did you mean to post something under the quote?

232323.XFTQ.2011 | XqzkBEpogUjTtMDjTEyI
TheUltimatum
Scratcher
1000+ posts

Possible remix tree bug?

TheGamer- wrote:

blueparrot18 wrote:

-snip-


Did you mean to post something under the quote?
He may have or he is having the same problem himself… I'm not sure.
TheUltimatum
Scratcher
1000+ posts

Possible remix tree bug?

TheGamer- wrote:

TheUltimatum wrote:

It's definitely not the sheer amount of remixes… There are several remix trees that are 10x the magnitude of yours and they still load albeit verry slowly.


Yes, some of my own projects have more far remixes and still load fine. I have noticed the only one direct remix is shown on the actual project page, maybe some of the others were removed and that's what's causing it?
Usually when a remix is deleted it shows a greyed out scratch cat face in the tree instead of the project thumbnail. Maybe some interesting DB glitch? I propose we ask @thisandagain after Christmas is over.
TheGamer-
Scratcher
100+ posts

Possible remix tree bug?

TheUltimatum wrote:

TheGamer- wrote:

TheUltimatum wrote:

It's definitely not the sheer amount of remixes… There are several remix trees that are 10x the magnitude of yours and they still load albeit verry slowly.


Yes, some of my own projects have more far remixes and still load fine. I have noticed the only one direct remix is shown on the actual project page, maybe some of the others were removed and that's what's causing it?
Usually when a remix is deleted it shows a greyed out scratch cat face in the tree instead of the project thumbnail. Maybe some interesting DB glitch? I propose we ask @thisandagain after Christmas is over.

Yes some of my other project have remix tress where a project has been deleted, and they load fine, just that one grayed out as you said. Asking @thisAndAgain should probably be a good idea as he would probably know, I wouldn't want to bother him over christmas though.

Last edited by TheGamer- (Dec. 29, 2017 18:12:44)


232323.XFTQ.2011 | XqzkBEpogUjTtMDjTEyI
TheGamer-
Scratcher
100+ posts

Possible remix tree bug?

ThisAndAgain pls explain?

232323.XFTQ.2011 | XqzkBEpogUjTtMDjTEyI
thisandagain
Forum Moderator
500+ posts

Possible remix tree bug?

TheGamer- wrote:

ThisAndAgain pls explain?

Hmm. This certainly seems like a bug. I'll file an issue and investigate with the team when we get a spare moment.
TheGamer-
Scratcher
100+ posts

Possible remix tree bug?

thisandagain wrote:

TheGamer- wrote:

ThisAndAgain pls explain?

Hmm. This certainly seems like a bug. I'll file an issue and investigate with the team when we get a spare moment.

Sorry to bug you, but I was just wondering if this has been looked into?

232323.XFTQ.2011 | XqzkBEpogUjTtMDjTEyI

Powered by DjangoBB