No estas registrado.
#1 25-09-2018 14:19:48
- chrisgon
- Miembro
- Registrado: 24-08-2013
- Mensajes: 15
Error: MobyGames Import - 'Redirect to https://www.mobygames.com/...'
Hello,
For the past week I receive the following error when trying to import a game from MobyGames:
---------------------------
GR-lida - HttpDownload
---------------------------
Redirect to https://www.mobygames.com/search/quick? … A=on&sC=on?
YES/NO
Regardless of clicking yes or no I then receive:
---------------------------
GR-lida - HttpDownload
---------------------------
Couldn't save the file: SSL handshake failed.
Any ideas?
-Chris.
Desconectado
#2 26-09-2018 19:33:39
- Monthy
- Administrador
- Registrado: 23-07-2010
- Mensajes: 210
Re: Error: MobyGames Import - 'Redirect to https://www.mobygames.com/...'
MobyGames has migrated as many to https and both GR-lida and the script did not have support for it, until now.
The code changes are already uploaded to the github repository https://github.com/Monthy/gr-lida but there is no compiled release.
Sorry for my English.
MobyGames a migrado como muchas a https y tanto GR-lida como el script no tenia soporte para ello, hasta ahora.
Ya esta subido los cambios del codigoen el repositorio de github https://github.com/Monthy/gr-lida pero no existe ninguna release compilada.
Desconectado
#3 26-09-2018 22:09:39
- chrisgon
- Miembro
- Registrado: 24-08-2013
- Mensajes: 15
Re: Error: MobyGames Import - 'Redirect to https://www.mobygames.com/...'
As always, thanks for the quick response, Monthy! I will download and compile from source.
-Chris
Desconectado
#4 27-09-2018 14:34:56
- chrisgon
- Miembro
- Registrado: 24-08-2013
- Mensajes: 15
Re: Error: MobyGames Import - 'Redirect to https://www.mobygames.com/...'
Hello again,
I am having some troubles compiling from source. Would you mind sharing your toolchain and configuration for Qt4 and MinGW32?
I am currently using:
Qt4 for MinGW32 4.8.7
MinGW32 4.8.4
I compiled Qt4 with the configure.cache of:
-static
-release
-platform
win32-g++
My main problem is an error regarding 'incomplete types' when trying to compile the changes to HttpDownload.h indicating some sort of circular #include reference loop for QSslConfiguration.
My OS is Windows 10.
Ultima edición por chrisgon (27-09-2018 14:37:31)
Desconectado
#5 27-09-2018 20:47:38
- Monthy
- Administrador
- Registrado: 23-07-2010
- Mensajes: 210
Re: Error: MobyGames Import - 'Redirect to https://www.mobygames.com/...'
I would not have any problem in sharing the package but it will have to be this weekend, anyway lately and with future Qt5 I am using MSYS2. I will make a guide to install to compile it with MSYS2.
Meanwhile I leave the compilation version:
GR-lida-0.11.1-x32.zip
GR-lida-0.11.1-x64.zip
Some values may not be necessary.
configure.cache de Qt 4.6.4 x64.
gcc v4.5.4
-release
-opensource
-confirm-license
-shared
-ltcg
-fast
-exceptions
-accessibility
-stl
-qt-sql-sqlite
-plugin-sql-sqlite
-plugin-sql-mysql
-plugin-sql-psql
-no-qt3support
-platform
win32-g++
-qt-zlib
-qt-gif
-qt-libpng
-qt-libmng
-qt-libtiff
-qt-libjpeg
-no-dsp
-no-vcproj
-qmake
-process
-rtti
-mmx
-3dnow
-sse
-sse2
-openssl
-phonon
-phonon-backend
-multimedia
-audio-backend
-webkit
-script
-scripttools
-no-declarative
-arch
windows
-qt-style-windows
-qt-style-windowsxp
-qt-style-windowsvista
-qt-style-plastique
-qt-style-cleanlooks
-qt-style-motif
-qt-style-cde
-native-gestures
-nomake
demos
-nomake
examples
-saveconfig
config_qt4.confg
configure.cache de Qt 4.8.7 x32.
gcc v 4.8.2
-release
-opensource
-confirm-license
-shared
-ltcg
-exceptions
-accessibility
-stl
-qt-sql-sqlite
-plugin-sql-sqlite
-plugin-sql-mysql
-plugin-sql-psql
-no-qt3support
-opengl
desktop
-qt-zlib
-qt-libpng
-qt-libmng
-qt-libtiff
-qt-libjpeg
-no-dsp
-no-vcproj
-qmake
-process
-rtti
-mmx
-3dnow
-sse
-sse2
-openssl
-phonon
-phonon-backend
-multimedia
-audio-backend
-webkit
-script
-scripttools
-declarative
-arch
windows
-qt-style-windows
-qt-style-windowsxp
-qt-style-windowsvista
-qt-style-plastique
-qt-style-cleanlooks
-qt-style-motif
-qt-style-cde
-native-gestures
-mp
-nomake
demos
-nomake
examples
-saveconfig
config_qt4.confg
Pd: In theory it is already compatible with both Qt4 and Qt5 (updated a moment ago).
Desconectado
#6 17-11-2018 09:10:33
- chrisgon
- Miembro
- Registrado: 24-08-2013
- Mensajes: 15
Re: Error: MobyGames Import - 'Redirect to https://www.mobygames.com/...'
Do you happen to have a compiled 64-bit version?
Desconectado
#7 27-11-2018 21:23:54
- Monthy
- Administrador
- Registrado: 23-07-2010
- Mensajes: 210
Re: Error: MobyGames Import - 'Redirect to https://www.mobygames.com/...'
Sorry to take a long time to answer, I've been a bit involved in the work, I'll try to upload a compiled 64 bit version today.
Greetings, sorry for my English.
UPDATE:
GR-lida-0.11.1-x32.zip
GR-lida-0.11.1-x64.zip
----
Perdon por tardar en contestar, he estado un poco liado en el trabajo, intentare subir a lo lardo de hoy una version compilada en 64 bit.
Saludo, perdon por mi Ingles.
ACTUALIZADO
Desconectado