Notices by stig atle (stigatle@quitter.no), page 23
-
stig atle (stigatle@quitter.no)'s status on Saturday, 08-Jul-2017 13:40:59 UTC
stig atle
I have decided to strip away the 'DM' feature in #yaics , I have uploaded the changes to git, and will tag and upload new pre-compiled releases (windows + deb) tomorrow at the latest (I will do it tonight if I get the time).
Big thanks to @hikerus for the help with debugging the past days, it's been very helpful.
Quitter.se still has issues with yaics, that needs to be solved somehow and is on my to-do list. -
stig atle (stigatle@quitter.no)'s status on Saturday, 08-Jul-2017 08:06:15 UTC
stig atle
Working this Saturday, went to work at 6 this morning. Got so much to do now, only one week until vacation :) -
stig atle (stigatle@quitter.no)'s status on Friday, 07-Jul-2017 19:12:21 UTC
stig atle
I tried to send a DM now on this account to you, but quitter.no does not allow to send it -
[POST] "https://quitter.no/api/direct_messages/new.xml"
[ERROR] "Network error: Error transferring https://quitter.no/api/direct_messages/new.xml - server replied: Internal Server Error"
So - I wonder if DM's work at all with quitter?
And if noone uses it - then maybe it should be deprecated from #ycaics ,
Or at least be made optional - but disabled as default. -
stig atle (stigatle@quitter.no)'s status on Friday, 07-Jul-2017 19:04:31 UTC
stig atle
Yeah, that could be a issue.
Honestly - I have never ever used the 'dm' feature, and I have no idea if it even works in #yaics . I was thinking about disabling it, or at least make it optional.
But I now think you are on to something, that could be the issue indeed. -
stig atle (stigatle@quitter.no)'s status on Friday, 07-Jul-2017 18:53:49 UTC
stig atle
Thank you! -
stig atle (stigatle@quitter.no)'s status on Friday, 07-Jul-2017 18:34:34 UTC
stig atle
Yeah, that message on quitter.se is expected.
I have no idea why qutter.se does not have the 'id' set for the users in the xml like other servers does.
I have to ask the admin there I guess, and I have forgotten who that is. so if anyone of you know - then let me know :)
I did not have any trouble with the server you sent on email.
Maybe you can create a fresh user and log in with that?
Or just log in with "my" account that you sent by email, just to be sure that works for you too. -
stig atle (stigatle@quitter.no)'s status on Friday, 07-Jul-2017 16:31:47 UTC
stig atle
Yeah, my ignore list is crazy big.
So many auto \ RSS posters there filling up the feed.
I run https://diasporapod.no - I try my best to keep spammers out.
A couple of them slipped through the net, but I quickly remove them.
I had to adjust the settings for the default captcha this week, keeping them out better now. -
stig atle (stigatle@quitter.no)'s status on Friday, 07-Jul-2017 16:21:39 UTC
stig atle
I uploaded a debug version now, it's at the same place as previous release. It will most likely crash also, but it's worth a shot, maybe it'll give some more information.
If we still cannot solve this, Is there a chance I could guide you through on how to compile it from source and run the debug version in QT creator?
That would tell me exactly where it goes wrong, but I understand if you do not want to spend time doing that, just let me know either way.
The download link is the same as before:
https://stigatle.no/owncloud/index.php/s/Kgboc8JZZBxzxAh -
stig atle (stigatle@quitter.no)'s status on Friday, 07-Jul-2017 15:43:02 UTC
stig atle
I'll make and upload a debug build, I'll send the link shortly. -
stig atle (stigatle@quitter.no)'s status on Friday, 07-Jul-2017 15:01:56 UTC
stig atle
Hi, I tested on windows \ linux now, both clients worked on your server. Do you still have the issue you mentioned? I could build a debug version of the client, maybe that will give me some clues as to what's going on. -
stig atle (stigatle@quitter.no)'s status on Friday, 07-Jul-2017 12:41:04 UTC
stig atle
Thanks for the email. I will look into it tonight. :) -
stig atle (stigatle@quitter.no)'s status on Friday, 07-Jul-2017 04:20:08 UTC
stig atle
@hikerus thanks! Ill check on it when I get home from work today. -
stig atle (stigatle@quitter.no)'s status on Thursday, 06-Jul-2017 20:53:29 UTC
stig atle
@hikerus If you trust me with that - then feel free. I have all my contact info \ key here:
https://stigatle.no/index.php/contact/ -
stig atle (stigatle@quitter.no)'s status on Thursday, 06-Jul-2017 20:49:56 UTC
stig atle
Good night to you all. Only 6 workdays left until I take 4 weeks of vacation :) yay! -
stig atle (stigatle@quitter.no)'s status on Thursday, 06-Jul-2017 20:44:21 UTC
stig atle
@hikerus :( argh..
I'll debug some more tomorrow. I would like to see some of the XML output that I mentioned earlier, so that I have something to compare with.
I'll register a account on your server as well for debugging tomorrow.
I suspect it's the same kind of issues that others have reported too earlier (that I did not solve at the time). -
stig atle (stigatle@quitter.no)'s status on Thursday, 06-Jul-2017 20:35:08 UTC
stig atle
I have built a 'unstable\nightly' release now (from latest source), I will update the download links tomorrow, I ran out of time today.
So (when you have time) please try this release,
Download from here:
https://stigatle.no/owncloud/index.php/s/Kgboc8JZZBxzxAh
the fix is what I mentioned - it gives a error message at least now, still crashes after that - but it should at least say what is wrong.
Also the time in the statuses should be printed a bit nicer now :)
I'll work on things again over the weekend. -
stig atle (stigatle@quitter.no)'s status on Thursday, 06-Jul-2017 17:32:24 UTC
stig atle
@hikerus So, it's the 'parseid' that causes this issue.
Now If I understand things correctly, each user has their own 'ID', if I enter this:
https://quitter.no/api/account/verify_credentials.xml
I see my user ID as : <id>743</id>
if I do the same on quitter se - the id tag is empty.
https://quitter.se/api/account/verify_credentials.xml
So to me this seems to be the cause for the issue. I have no idea why quitter.se does not show the ID for the users, but it's a problem for yaics.
When the ID for the 'user' is wrong it throws a fatal error (causing it to crash):
qFatal("parseUser(): id bad");
So - now I at least know the cause for quitter.se .
You can also check for this on the other server, by changing the url above.
Also - I will create a error message displaying the error, instead of it crashing, I'll upload a 'nightly' build for you so that you can test that on the other server as well.
I will write a bug ticket so that we do not forget this one. -
stig atle (stigatle@quitter.no)'s status on Thursday, 06-Jul-2017 17:14:22 UTC
stig atle
@hikerus I'm able to reproduce a error on quitter.se , now I have to do some more debugging and figure out exactly what's going on. -
stig atle (stigatle@quitter.no)'s status on Thursday, 06-Jul-2017 16:24:37 UTC
stig atle
@hikerus I do. Stigatle@cryptolab.net . I need about 30 minutes until I can sit down, need to get my kids to sleep first. Add me and Ill be there shortly. -
stig atle (stigatle@quitter.no)'s status on Thursday, 06-Jul-2017 16:21:25 UTC
stig atle
@hikerus ok. Ill register a account on quitter.se and check in a little bit.