-
opatel99
bitmap: Is there something I am missing from Lock? Something in the code perhaps?
-
Do I have to do Read Lock?
-
Nyanko-sensei has quit
-
bitmap
what's the problem with it right now? I'm not sure what to look for
-
opatel99
Just doesnt cluster all the files
-
bitmap
it might help if I could see a diff of the branch against master
-
opatel99
ok
-
bitmap
maybe push the branch to github
-
opatel99
ok
-
-
bitmap ^
-
bitmap
yup, looking
-
Bookzombie
-
bitmap
-
?
-
the len(set(dir_progress)) == 1: thing is confusing
-
opatel99
bitmap: That makes more sense haha. chaging
-
cahnged for file too
-
Now there was a reason. Maximum recursion depth hit
-
It is virtually the same thing however. Just checks if both of them are the same
-
bitmap
how is max recursion depth hit?
-
Nyanko-sensei joined the channel
-
let me run the code to see what's going on
-
opatel99
ok
-
send it or you got the chnge?
-
bitmap
-
opatel99
ok
-
JonnyJD has quit
-
ruaok
Discourse. :-)
-
triggerwarning joined the channel
-
triggerwarning has quit
-
triggerwarning joined the channel
-
zas
basic setup done, remaining things: setup S3 account for backup
-
bitmap
opatel99: oh, I can't enable the setting without the full branch, I guess
-
zas
configuration (logos, titles, etc...)
-
see if we can import old forums
-
opatel99
bitm let me push
-
zas
many import scripts exist, but we'll only know if they work for us when we'll try
-
i'll set up a parallel install of discourse for import tests
-
opatel99
bitmap: pushed to pull request
-
bitmap
ok
-
opatel99
-
bitmap
do I need a really big folder for it to break?
-
bitmap gets his external hd
-
ok, now it breaks
-
D4RK-PH0ENiX has quit
-
I see at least one issue in the code
-
-
-
you should have the increment method return that value if it's important
-
IGLC joined the channel
-
also, setting count_file on the instance seems wrong, if it's only applicable to the new_files in that function
-
a different thread could easily be reading from the self.count_file you assigned from another
-
ruaok goes to fix #search
-
chirlu`
zas: Edits for subscribed editors page should be working on beta now.
-
ariscop joined the channel
-
D4RK-PH0ENiX joined the channel
-
Nyanko-sensei has quit
-
Leo_Verto has quit
-
Nyanko-sensei joined the channel
-
D4RK-PH0ENiX has quit
-
oliverl_ has quit
-
Bookzombie
-
-
Leftmost
LordSputnik, might wanna touch the copyright header in the files you added. :)
-
Lotheric has quit
-
Lotheric joined the channel
-
opatel99
bitmap: Sorry my internet died.
-
xtifr joined the channel
-
bitmap
opatel99, wb
-
opatel99
wb?
-
Leftmost
Welcome back.
-
opatel99
Oh haha
-
So this lock thing. Hair loss level? Or am I making it hard on myself?
-
D4RK-PH0ENiX joined the channel
-
Nyanko-sensei has quit
-
bitmap
I don't think I would've reccomended publishing this as a GCI task :)
-
recommended?
-
opatel99
why?
-
Leftmost
Recommended, yes.
-
bitmap
too hairy, I guess
-
Leftmost
(Nice mnemonic: related to "commend".)
-
opatel99
bitmap: What do I do haha
-
What if I delay lookup until the end too? The album art is really hogging threads
-
bitmap
I'll try to think if there's a simpler approach. this counter stuff doesn't seem like a good idea
-
opatel99
bitmap: This is my 6th day on this :/
-
7th now my bad.
-
bitmap: Would coming back to this task be petty?
-
When 3-5 hours turns into 20plus hours, I start to get worried. ^
-
bitmap
yeah, idk, it might take me longer than 3-5 hours to fix too
-
opatel99
bitmap: You want to test out a tagger.py? :)
-
bitmap
I'm not a mentor for this task, though, so I'll refrain from discouraging you any further until Mineo reappears :P
-
I coudl test, sure
-
opatel99
Oh no. I want to finish this. I really do. I just need my Mineo to guide me :). No school tomorrow, so I can stay awake until 3am when he is awake.
-
-
bitmap
it stopped at [359, 490] for me
-
with 4440 unmatched files left
-
chirlu`
bitmap: What is the Redis version that’s running on teto?
-
bitmap
Version: 2:2.2.12-1build1
-
chirlu`
Thanks.
-
opatel99
bitmap: Do you see anything blatantly wrong?
-
bitmap
I'm sort of confused becuase I thought add_files and _file_loaded always ran in the main GUI thread anyway
-
opatel99
I have tried ... 47 ways to approach this. None of them fully work.
-
My closest one was when Mineo only had 1 file load without metadata
-
and another was when Mineo said it worked, but I had too many variables.
-
bitmap
well, do you still have the version that worked?
-
opatel99
I can taste the success, just cant savour it yet
-
Yeah
-
bitmap: I believe this was the one with too much mess
-
-
-
bitmap
well the first one still left 3333 unmatched files for me
-
which I had to cluster manually
-
opatel99
bitmap: I am a mess
-
bitmap: How did the second fare?
-
bitmap
one sec
-
not finished yet, but...it appears to be working much better, if you ignore the maximum recursion depth errors
-
yeah, looks like it got all the files this time
-
opatel99
So...should I take off from there?
-
bitmap
I'd probably start from there and figure out why calling self.cluster within _file_loaded is bad
-
I guess this might be something you already talked to Mineo about, though
-
bitmap has a strong suspicion it has to do with QtCore.QCoreApplication.processEvents()
-
Nyanko-sensei joined the channel
-
opatel99
bitmap: Are you referring to
-
-
bitmap
that's not the exact error I get, but it's a symptom of the same cause
-
D4RK-PH0ENiX has quit
-
D4RK-PH0ENiX joined the channel
-
typhoe has quit
-
D4RK-PH0ENiX has quit
-
typhoe joined the channel
-
opatel99
What would be your approach bitmap ?
-
bitmap
hmm
-
this isn't a good solution, but I'd try seeing if it works after removing QtCore.QCoreApplication.processEvents()
-
in def cluster
-
I have a feeling that that's modifying stuff in the same thread we're working in
-
Bookzombie has quit
-
Bookzombie joined the channel
-
xtifr has left the channel
-
opatel99
bitmap: I just tried that. Lots of unmatched files
-
and still got that loopdy loop
-
bitmap
ah :/
-
opatel99
Can you try
-
-
I wont bother you much after this.
-
bitmap
sure
-
well, on first try it clustered everything without any errors :o
-
opatel99
bitmap: Praise?
-
bitmap
did it work for you, too?
-
opatel99
bitmap: yep. 2 files unmatched, but that may just be the clustering technique