You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the Android app I have tried to add a HTTP module source and when the application tries to recover the information it crashes. Using the linux project I get a crash in InstallSources::refreshWorks (from bibletimemobile/src/mobile/bookshelfmanager/installsources.cpp). Inside the function InstallMgr::refreshRemoteSource (from sword/src/mgr/installmgr.cpp) it crashes inside InstallMgr::remoteCopy because it calls the method createHTTPTransport, which returns 0 if the library is built without curl, and later it tries to use it. I have tried to download the source for the curl library (version 7.33.0 and 7.34.0), but I got a few compiler errors, and I have not found time to fix them.
Is the Android app built with HTTP support enabled?
The text was updated successfully, but these errors were encountered:
From https://wiki.crosswire.org/Official_and_Affiliated_Module_Repositories , it can be tested with https://ebible.org/sword/ .
I setup a personal repository for a bible version that I need. I used an http server since it was more straightforward for me. If I find the time I may try to enable it and fix the errors, but since all public repositories seem to be available as ftp it may be easier if I just try to setup a ftp server instead.
By the way, thank you for adding the availability to manage the repositories.
With the Android app I have tried to add a HTTP module source and when the application tries to recover the information it crashes. Using the linux project I get a crash in InstallSources::refreshWorks (from bibletimemobile/src/mobile/bookshelfmanager/installsources.cpp). Inside the function InstallMgr::refreshRemoteSource (from sword/src/mgr/installmgr.cpp) it crashes inside InstallMgr::remoteCopy because it calls the method createHTTPTransport, which returns 0 if the library is built without curl, and later it tries to use it. I have tried to download the source for the curl library (version 7.33.0 and 7.34.0), but I got a few compiler errors, and I have not found time to fix them.
Is the Android app built with HTTP support enabled?
The text was updated successfully, but these errors were encountered: