Notices where this attachment appears
-
@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.