Banksia GUI released
Moderator: Ras
-
noobpwnftw
- Posts: 701
- Joined: Sun Nov 08, 2015 11:10 pm
- Full name: Bojun Guo
Re: Banksia GUI released
If this is HTTP code 406 from the server, then you might want to add more "Accept-???" headers as per curl or wget sends in your request.
-
phhnguyen
- Posts: 1543
- Joined: Wed Apr 21, 2010 4:58 am
- Location: Australia
- Full name: Nguyen Hong Pham
Re: Banksia GUI released
It didn't work, same error.noobpwnftw wrote: ↑Sun Jan 26, 2020 3:44 pm If this is HTTP code 406 from the server, then you might want to add more "Accept-???" headers as per curl or wget sends in your request.
It is strange that when I copied the PGN file to my website, using SSL too, my download code works very well with any header.
https://banksiagui.com
The most features chess GUI, based on opensource Banksia - the chess tournament manager
The most features chess GUI, based on opensource Banksia - the chess tournament manager
-
AdminX
- Posts: 6398
- Joined: Mon Mar 13, 2006 2:34 pm
- Location: Acworth, GA
Re: Banksia GUI released
I am sure you probably have seen this documentation already, if not it might help.
https://doc.qt.io/qt-5/qnetworkaccessmanager.html
https://doc.qt.io/qt-5/qnetworkaccessmanager.html
"Good decisions come from experience, and experience comes from bad decisions."
__________________________________________________________________
Ted Summers
__________________________________________________________________
Ted Summers
-
phhnguyen
- Posts: 1543
- Joined: Wed Apr 21, 2010 4:58 am
- Location: Australia
- Full name: Nguyen Hong Pham
Re: Banksia GUI released
Yep, I read it almost every dayAdminX wrote: ↑Sun Jan 26, 2020 7:20 pm I am sure you probably have seen this documentation already, if not it might help.
https://doc.qt.io/qt-5/qnetworkaccessmanager.html
https://banksiagui.com
The most features chess GUI, based on opensource Banksia - the chess tournament manager
The most features chess GUI, based on opensource Banksia - the chess tournament manager
-
phhnguyen
- Posts: 1543
- Joined: Wed Apr 21, 2010 4:58 am
- Location: Australia
- Full name: Nguyen Hong Pham
Re: Banksia GUI released
I have almost stopped querying directly via QNetworkAccessManager (still use that for non-ssl hosts only). Now for SSL hosts (such as theweekinchess.com) I use an ssl socket (QSslSocket) and query in two steps (the method looks similar to cUrl when it shows on my computer): connect to host for a handshake first, then query the content. Work like a charmnoobpwnftw wrote: ↑Sun Jan 26, 2020 3:44 pm If this is HTTP code 406 from the server, then you might want to add more "Accept-???" headers as per curl or wget sends in your request.
https://banksiagui.com
The most features chess GUI, based on opensource Banksia - the chess tournament manager
The most features chess GUI, based on opensource Banksia - the chess tournament manager
-
Paloma
- Posts: 1243
- Joined: Thu Dec 25, 2008 9:07 pm
- Full name: Herbert L
Re: Banksia GUI released
You are great!

-
mikebock
- Posts: 9
- Joined: Sun Dec 15, 2019 5:31 pm
- Full name: Michael Bock
Re: Banksia GUI released
Great job! This GUI is looking really awesome.
-
mmt
- Posts: 343
- Joined: Sun Aug 25, 2019 8:33 am
- Full name: .
Re: Banksia GUI released
It seems that setting the number of threads doesn't work? ? They come back to 1 after changes.
-
BrendanJNorman
- Posts: 2600
- Joined: Mon Feb 08, 2016 12:43 am
- Full name: Brendan J Norman
-
mmt
- Posts: 343
- Joined: Sun Aug 25, 2019 8:33 am
- Full name: .
Re: Banksia GUI released
The "overall options" is on.BrendanJNorman wrote: ↑Thu Jan 30, 2020 11:00 pm Have you switched "overall settings" off or adjusted it?