View Single Post
Old 05-24-2017, 01:33 PM   #291
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,005
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Win10 FireFox 53.0.3 (32-bit) (it says it's up to date)

I'm testing with 2.99.6 binaries and CALIBRE_DEVELOP_FROM pointing to a fork that's current as of commit 802b1ab1e91db5041083bb835006ac669d1caef6 (I got similar results with just 2.99.6.)

On initial page load, I get an error. After clicking through a couple times to show details:

Code:
Error: Unhandled error
TypeError: self.idb is undefined
Error at http://juuban.xinu.nu:8080/:9749:13
Traceback (most recent call last):

ct_impl@http://juuban.xinu.nu:8080/:6971:21
show_recent@http://juuban.xinu.nu:8080/:17447:13
get_recently_read_books@http://juuban.xinu.nu:8080/:9749:13
Console:
Code:
11:50:51.361 The Application Cache API (AppCache) is deprecated and will be removed at a future date.  Please consider using ServiceWorker for offline support.  juuban.xinu.nu:8080
11:50:51.383 GET 
http://juuban.xinu.nu:8080/ [HTTP/1.1 200 OK 0ms]
11:50:51.878 GET 
XHR 
http://juuban.xinu.nu:8080/auto-reload-port [HTTP/1.1 200 OK 22ms]
11:50:51.920 GET 
XHR 
http://juuban.xinu.nu:8080/interface-data/update [HTTP/1.1 200 OK 19ms]
11:50:51.921 GET 
XHR 
http://juuban.xinu.nu:8080/interface-data/books-init [HTTP/1.1 200 OK 107ms]
11:50:51.969 null  juuban.xinu.nu:8080:20962:13
11:50:52.003 TypeError: self.idb is undefined
Stack trace:
get_recently_read_books@http://juuban.xinu.nu:8080/:9749:13
show_recent@http://juuban.xinu.nu:8080/:17447:13
ct_impl@http://juuban.xinu.nu:8080/:6971:21
  juuban.xinu.nu:8080:20962:13
(A new version using a deprecated API is concerning...)

After that, I could view library lists, but trying to view an epub also gave an error and hung on "Downloading book manifest..."
Code:
Error: Unhandled error
TypeError: self.idb is undefined
Error at http://juuban.xinu.nu:8080/:9372:17
Traceback (most recent call last):

ρσ_anonfunc@http://juuban.xinu.nu:8080/:12120:54
read_book@http://juuban.xinu.nu:8080/:20682:13
read_format@http://juuban.xinu.nu:8080/:20673:13
open_book@http://juuban.xinu.nu:8080/:8784:13
ρσ_interpolate_kwargs@http://juuban.xinu.nu:8080/:2426:16
push_state@http://juuban.xinu.nu:8080/:8835:13
apply_url@http://juuban.xinu.nu:8080/:8762:17
apply_url_state@http://juuban.xinu.nu:8080/:16877:17
load_book@http://juuban.xinu.nu:8080/:16348:13
start_load@http://juuban.xinu.nu:8080/:16419:13
get_book@http://juuban.xinu.nu:8080/:9420:13
do_op@http://juuban.xinu.nu:8080/:9372:17
I can report that the new web server doesn't work correctly for me with Chrome or Safari on iOS 10.3.1 on iPad Pro.

I started out today intending to see if I could figure out debugging Safari remotely on iPad. But attempting to debug this with an OSX VM instance was just not working.
JimmXinu is offline   Reply With Quote