Open 2600box opened 5 years ago
I guess this is related to this error when starting alcazard
2019-05-03 06:57:52,433 - host - INFO - Starting alcazard with state at state/.
In file included from /home/harvest/harvest/alcazard/libtorrent_impl/speedups/SqliteHelper.cpp:1:
/home/harvest/harvest/alcazard/libtorrent_impl/speedups/SqliteHelper.hpp:6:10: fatal error: sqlite3.h: No such file or directory
#include <sqlite3.h>
^~~~~~~~~~~
compilation terminated.
2019-05-03 06:57:55,527 - clients - WARNING - Unable import managed_libtorrent: Building module libtorrent_impl.speedups.session failed: ["distutils.errors.CompileError: command 'x86_64-linux-gnu-gcc' failed with exit status 1\n"].
2019-05-03 06:57:55,533 - transmission.managed_transmission - INFO - Starting transmission-daemon for managed_transmission001
2019-05-03 06:57:55,635 - clients - INFO - Launching managed_transmission001
which was resolved with apt-get install libsqlite3-dev
now I only have this error:
2019-05-03 07:00:56,322 - host - INFO - Starting alcazard with state at state/.
/home/harvest/harvest/alcazard/libtorrent_impl/speedups/TorrentState.cpp:3:10: fatal error: libtorrent/torrent_status.hpp: No such file or directory
#include <libtorrent/torrent_status.hpp>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
2019-05-03 07:01:00,525 - clients - WARNING - Unable import managed_libtorrent: Building module libtorrent_impl.speedups.session failed: ["distutils.errors.CompileError: command 'x86_64-linux-gnu-gcc' failed with exit status 1\n"].
2019-05-03 07:01:00,534 - transmission.managed_transmission - INFO - Starting transmission-daemon for managed_transmission001
2019-05-03 07:01:00,544 - clients - INFO - Launching managed_transmission001
======== Running on http://0.0.0.0:7001 ========
(Press CTRL+C to quit)
Installed on Debian 10 with Python 3.7. I can download a torrent, but viewing Torrents page causes an error. It references bibliotic specifically even though I have only added red torrents.
The following is the error in GUI:
Failed to load torrents: Server returned 500 Internal Server Error
and this is what appears in the harvest terminal output.