I just pulled the latest on master with the news widget on Windows. When I tick the checkbox to get the news, nothing is being returned. When adding this line to the appendFeedData() function, the NetworkReply returns this error: dbgKrita << "response error: " << QString::number(reply->error() ); - 301 (Protocol not found) Talking with boud a bit, it seems like we might need to enable SSL on our Qt build
Unfortunately, it is still not working in: Krita Version: 4.2.0-pre-alpha (git 5db89dc) Qt Version (compiled): 5.11.1 Version (loaded): 5.11.1 after changing to Qt 5.11.1
@Jaime - did you actually build the modified Qt as part of the build instructions in the 3rd party folder. Can you see what error it is giving. You can see how I modified the source code to output the error. Maybe I can add a commit so the error code is easier to see by default
I also need to build openssl now; I tried to do that, but my windows machine had memory problems, so I needed to repair that first... I want to get the deps builds updated before we release 4.1.2
I didn't built krita myself (windows development is, after so many years, still a hell for me). I just used the nightly build from the CI.
What I've seen using wireshark is that there is no connection at all when the news enabled check button is checked in the windows build, in linux it works at the first attempt. I've also noticed that krita is not enabled as an app that can connect to the internet in the default windows firewall, but after enabling it twice (that's windows), it still doesn't work.
This was recently fixed by adding OpenSSL. It works now on the latest nightly builds for Windows... closing