vranki / siilihai-client

Siilihai web forum reader
http://www.siilihai.com/
GNU General Public License v3.0
18 stars 5 forks source link

Unable to save new parser #5

Closed klasrocket closed 7 years ago

klasrocket commented 7 years ago

I still can't save a new parser, after commit 8fa39ba35e69b56ad6043bceeae3e22ff7aac359 I don't know if it's client, lib or serverside issue, can I get some hints to debug?

vranki commented 7 years ago

What happens? Parser maker says it can't save parser? Are you logged in with the client? Maybe the console output shows something related. You might also look at the network traffic with Wireshark and see what is being sent and received. I looked at server logs and found only bug related to unsubscribing forums and i already fixed that on server.

klasrocket commented 7 years ago

Nothing useful in Application output in QT Creator as far as I can see. Provided a wireshark dump, wil try to evaluate it.

siilihai.pcapng.tar.gz

Some screenshots if I missed something obviuos, the message pattern is not working properly, but I guess thats not the problem:

screenshot from 2017-09-04 21-23-34

screenshot from 2017-09-04 21-24-28

screenshot from 2017-09-04 21-24-47

screenshot from 2017-09-04 21-25-08

klasrocket commented 7 years ago

screenshot from 2017-09-04 21-54-50

klasrocket commented 7 years ago

So I guess the server validating all the info in the save request and sends back an int that's represents if the save request was successful or not. so if the problem is not at server side the info in the save request is probably not correct?

vranki commented 7 years ago

Could you try again? I refactored the parser saving code and was able to create a new test parser. If you need to add some test parser, just add TEST in the name so I'll delete them later.

klasrocket commented 7 years ago

Yes! Now it seems to work fine, awsome, thanks! So you did the refactoring at server side?