-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tests] Error in Windows GUI tests "in connect connect(self.reply.readyRead, self.on_read_data)" #6582
Comments
Again, this is due to half-done refactoring of the startup process. Let's merge #6573 first. |
Still reproduced in #6588 even after #6573 had been merged. See https://jenkins-ci.tribler.org/job/GH_Tribler_PR_Tests/job/PR_GUI_win64/3613/console |
Looks like our BTW, this should be affecting the release branch too! |
@ichorid the tribler/src/tribler-gui/tribler_gui/utilities.py Lines 386 to 392 in 51f8c56
json.loads('"" ""')
json.loads('[] []')
json.loads('{} {}')
json.loads('[] {}') Probably either something is sending multiple JSON objects or the Hope that helps shorten the bug hunt 👍 |
Related to #2335 |
This comment has been minimized.
This comment has been minimized.
@qstokkink yes you are right, I made a mistake with the linking. The correct issue is #6583 I've removed my comment. |
During the test of #6580 the following error occurred:
Stacktrace
Full log
https://jenkins-ci.tribler.org/job/GH_Tribler_PR_Tests/job/PR_GUI_win64/3589/console
The text was updated successfully, but these errors were encountered: