Search found 8 matches

by moneytoo
10 Jan 2018, 22:11
Forum: Feature discussion
Topic: [New Feature] Android installer
Replies: 131
Views: 624067

Re: [New Feature] Android installer

I am running Oreo 8.1 on a Google Pixel 2. I'm afraid this will not be fixed any time soon. I don't have devices running 8.1 and Google doesn't provide ARM emulator for 8.1. I confirm the same issue with Android 8.1 on Nexus 5X but I also get the same error in x86 Android emulator on desktop (not s...
by moneytoo
25 Apr 2015, 16:45
Forum: Support
Topic: TypeError: groups is undefined in Firefox on Android
Replies: 10
Views: 5677

Re: TypeError: groups is undefined in Firefox on Android

Yep, that works as well (tested).
by moneytoo
25 Apr 2015, 16:09
Forum: Support
Topic: TypeError: groups is undefined in Firefox on Android
Replies: 10
Views: 5677

Re: TypeError: groups is undefined in Firefox on Android

I still have issue with this (as of NZBGet 14.2) so I debugged it and I think that $(window).resize(windowResized); should be in hooked in loadCompleted function instead of init because it can be (and on my device it is) fired too soon. In my case it fires before refresh() finishes processing loadQu...
by moneytoo
12 Sep 2014, 12:38
Forum: Support
Topic: TypeError: groups is undefined in Firefox on Android
Replies: 10
Views: 5677

Re: TypeError: groups is undefined in Firefox on Android

Firefox OS simulator is ok but x86 version of Firefox works fine in BlueStacks as well. I tried NZBGet in my other Android device (LG tablet) and it also worked fine (without mentioned error). So it's probably some timing thing and there's not much need for you to install emulator. I will try debugg...
by moneytoo
12 Sep 2014, 11:47
Forum: Support
Topic: TypeError: groups is undefined in Firefox on Android
Replies: 10
Views: 5677

Re: TypeError: groups is undefined in Firefox on Android

Last versions of Android emulator are not using only qemu for arm emulation but are also capable or running x86 (using Hardware Accelerated Execution Manager) so it should be quite possible to debug that on pc as Mozilla provides x86 Android builds . Or you might use BlueStacks which is intended for...
by moneytoo
12 Sep 2014, 11:26
Forum: Support
Topic: TypeError: groups is undefined in Firefox on Android
Replies: 10
Views: 5677

Re: TypeError: groups is undefined in Firefox on Android

Fired up remote debug but I don't see anything else (except single warning from jquery). GET http://192.168.1.10:9876/ [HTTP/1.1 200 OK 230ms] GET http://192.168.1.10:9876/lib/jquery.min.js [HTTP/1.1 200 OK 323ms] GET http://192.168.1.10:9876/lib/bootstrap.min.js [HTTP/1.1 200 OK 21ms] GET http://19...
by moneytoo
12 Sep 2014, 10:57
Forum: Support
Topic: TypeError: groups is undefined in Firefox on Android
Replies: 10
Views: 5677

TypeError: groups is undefined in Firefox on Android

I get following error from both stable NZBGet 13.0 and testing 14.0-r1121. Error in http://192.168.1.10:9876/downloads.js (line 162) TypeError: groups is undefined The same error shows in both Android versions of stable Firefox 32.0.1 and Nightly (testing) 35.0a1 (2014-09-11). I do not have any add-...
by moneytoo
08 May 2014, 23:24
Forum: Support
Topic: RSS : support chunked transfer encoding
Replies: 7
Views: 4868

Re: RSS : support chunked transfer encoding

I see that the latest testing (13.0-r979) still prints it as a warning: warn("URL %s: Content-Length is not submitted by server, cannot verify whether the file is complete", m_szInfoName); According to HTTP RFC (1945/2616), Content-Length is not mandatory header (is not "MUST" but only "SHOULD"). Pl...