Technosoft2000
Technosoft2000
Same issue here, it seems that Gmail checks now the User Agent of the HTTP message and allows only the frequently updated browsers.
It is an issue with uncommon browsers and not especially with Linux; but btw. for Linux there exists many different browsers. I've tested: - Gmail Desktop Version: Latest - OS...
Thanks @timche for the fix and thanks @petreikis for the user agent setting :) Works on my Windows 7 machine now - at home I'll try it on Windows 10.
I can confirm the issue on `henrywhitaker3/speedtest-tracker:latest` too and as suggested the following command fixed it when gets executed inside the docker container: ``` php /config/www/artisan speedtest:eula ``` It would...
So it seems that kindlegen is not available anymore from the default place at Amazon ... I've to check if there is another place or if I've to remove the...
Okay it isn't an issue of **kindlegen** now, but I've to remove it because it isn't supported anymore by Amazon and most of the users only use calibre ebook-convert tool...
Could you please check your `calibre-web.log` in your `app` directory , maybe there is an error visible. Because the docker logs doesn't show any issue why Calibre-Web is not able...
`[2020-10-05 18:03:11,851] ERROR {cps.config_sql:315} (sqlite3.OperationalError) database is locked [SQL: attach database '/books/metadata.db' as calibre;]` SQLite is meant to be a lightweight database, and thus can't support a high level of...
Okay that is interesting - maybe the database file has now an issue, maybe it includes some kind of lock internally, I'm not sure. I've found the following article to...
Inside the docker image is no sqlite tool installed, you've to download / install it on your host. Btw. at the moment I've no idea & clue why it is...