NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC X-NEWA v
« Previous 1 … 6 7 8 9 10 … 13 Next »
All Recordings in X-NEWA main screen

 
  • 0 Vote(s) - 0 Average
All Recordings in X-NEWA main screen
ReplayHarry
Offline

Member

Posts: 87
Threads: 12
Joined: Feb 2014
#1
2015-08-21, 08:56 PM
I'm running Kodi Gotham and the current release of NextPVR (3.4.8) on a windows 8.1 Brix i3.

Used to be on the main screen in X-NEWA when I clicked on All Recording I would get a nice list of all the recording I had, ordered by the show name.
I rarely use that function but when I tried it recently (and it continues to be this way) I get no listing at all. Just the refresh and sort menus is all I get.

The shows are really all there and are recapped nicely in the opening X-NEWA main screen.
I am not sure which logs I need to attach. NextPVR logs, Kodi logs, or what. Let me know and I will attached the correct logs that might be needed.

One point of information which my gut tells me might be the problem. I had upgraded to Helix. After problems it was recommended that I upgrade to Issy Beta2. I still had this (unrelated to X-NEWA) problem with Kodi. So I uninstalled and reinstalled Gotham which continues to work perfectly. The problem that caused me to start this thread may have cropped up then, but since I rarely use it, I can't say for sure when it may have started.

It isn't a big deal for me as my main use is to see Up Coming Recordings and to use the NextPVR Web client to schedule recordings.

Thanks for any help that might be given, and when I know which logs are needed, I will upload those.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,135
Threads: 957
Joined: May 2006
#2
2015-08-21, 09:31 PM
Are you using JSON mode? After that Kodi debug log is usually where I start.

Martin
ReplayHarry
Offline

Member

Posts: 87
Threads: 12
Joined: Feb 2014
#3
2015-08-22, 06:53 PM
mvallevand Wrote:Are you using JSON mode? After that Kodi debug log is usually where I start.

Martin

It is JSON and here are the Kodi logs with debug turned on. I never seem to be able to get the Kodi log uploader to work without a script error so using pastebin.
http://pastebin.com/KAzcDrFJ
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,135
Threads: 957
Joined: May 2006
#4
2015-08-22, 07:09 PM
Thanks does it work with the confluece skin?

Martin
ReplayHarry
Offline

Member

Posts: 87
Threads: 12
Joined: Feb 2014
#5
2015-08-22, 08:20 PM
mvallevand Wrote:Thanks does it work with the confluece skin?

Martin

No. I switched to Confluence to try and I get the same result. Went back to Amber. Been working fine under Amber since dirt was new as Amber is my favorite skin.
Now within X-NEWA, I am using the classic skin as you see in the screen shots above.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,135
Threads: 957
Joined: May 2006
#6
2015-08-22, 08:28 PM
ReplayHarry Wrote:No. I switched to Confluence to try and I get the same result. Went back to Amber. Been working fine under Amber since dirt was new as Amber is my favorite skin.
Now within X-NEWA, I am using the classic skin as you see in the screen shots above.

Hmm, if you go the NEWA JSON page

http://127.0.0.1:8866/api/

Go to ScheduleService->RecordingsSummary

paste this in scheduleSettings

Code:
{"daySaturday": false, "ChannelOID": 0, "endDate": "0001-01-01T00:00:00", "startDate": "0001-01-01T00:00:00", "dayTuesday": false, "qualityBest": false, "qualityGood": false, "recordThisDay": false, "recordOnce": false, "recColorYellow": false, "daySunday": false, "recDir": null, "recColorBlue": false, "recordSpecificdays": false, "post_padding_min": 1, "recurrOID": null, "recurringName": null, "pre_padding_min": 0, "scheduleOID": null, "rules": null, "dayFriday": false, "manualRecTitle": null, "recordThisTimeslot": false, "onlyNew": false, "keep_all_days": false, "dayThursday": false, "recordAnyTimeslot": false, "recColorRed": false, "allChannels": false, "dayMonday": false, "recDirId": null, "recordAnyDay": false, "extend_end_time_min": 0, "epgeventOID": null, "days_to_keep": 0, "qualityBetter": false, "recurr_priority": 0, "qualityDefault": false, "recColorGreen": false, "dayWednesday": false}

set sortAscending to True and sid to test and click Try it Out do you get the list of recordings? If so I will likely need your npvr.db3

Martin
ReplayHarry
Offline

Member

Posts: 87
Threads: 12
Joined: Feb 2014
#7
2015-08-23, 12:15 AM
mvallevand Wrote:Hmm, if you go the NEWA JSON page

http://127.0.0.1:8866/api/

Go to ScheduleService->RecordingsSummary

paste this in scheduleSettings

Code:
{"daySaturday": false, "ChannelOID": 0, "endDate": "0001-01-01T00:00:00", "startDate": "0001-01-01T00:00:00", "dayTuesday": false, "qualityBest": false, "qualityGood": false, "recordThisDay": false, "recordOnce": false, "recColorYellow": false, "daySunday": false, "recDir": null, "recColorBlue": false, "recordSpecificdays": false, "post_padding_min": 1, "recurrOID": null, "recurringName": null, "pre_padding_min": 0, "scheduleOID": null, "rules": null, "dayFriday": false, "manualRecTitle": null, "recordThisTimeslot": false, "onlyNew": false, "keep_all_days": false, "dayThursday": false, "recordAnyTimeslot": false, "recColorRed": false, "allChannels": false, "dayMonday": false, "recDirId": null, "recordAnyDay": false, "extend_end_time_min": 0, "epgeventOID": null, "days_to_keep": 0, "qualityBetter": false, "recurr_priority": 0, "qualityDefault": false, "recColorGreen": false, "dayWednesday": false}

set sortAscending to True and sid to test and click Try it Out do you get the list of recordings? If so I will likely need your npvr.db3

Martin
fetching resource list: http://127.0.0.1:8866/api/default.html/api-docs
When I click on the link it goes to the page but nothing happens. All I get is this.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,135
Threads: 957
Joined: May 2006
#8
2015-08-23, 12:17 AM
Hmm, maybe try Ctrl-F5 to refresh

Martin
ReplayHarry
Offline

Member

Posts: 87
Threads: 12
Joined: Feb 2014
#9
2015-08-23, 12:39 AM
mvallevand Wrote:Hmm, maybe try Ctrl-F5 to refresh

Martin

no change, same thing
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,135
Threads: 957
Joined: May 2006
#10
2015-08-23, 12:54 AM
Did you wait several seconds? I just tried with Edge for the first time and it was slow.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  X-NEWA client problem jcjefferies 2 1,170 2023-04-11, 05:01 PM
Last Post: jcjefferies
  x-newa new install wheemer 14 4,810 2020-09-15, 02:21 AM
Last Post: mvallevand
  New repository for KNEWC and X-NEWA mvallevand 8 8,951 2020-05-09, 02:19 AM
Last Post: jksmurf
  X-NEWA keeping host PC awake lost@c 6 2,856 2020-04-03, 04:26 AM
Last Post: lost@c
  X-NEWA End of Life mvallevand 39 16,219 2019-11-16, 02:30 AM
Last Post: jksmurf
  X-NEWA 2.5.4 & knew4v5 2.6.6 both "Die" when pressing Previous Chapter in LE BrettB 3 2,946 2019-06-15, 01:33 AM
Last Post: mvallevand
  X-NEWA 2.5.4 Release mvallevand 4 2,979 2019-03-11, 05:57 PM
Last Post: mvallevand
  X-NEWA Web Client Not Acting On Keypresses BrettB 4 3,130 2019-02-02, 02:05 AM
Last Post: mvallevand
  X-NEWA Web Client Crashing BrettB 2 2,363 2019-01-31, 08:50 PM
Last Post: mvallevand
  Recordings with special characters in title do not play Sheik Yerbouti 8 4,711 2019-01-25, 01:57 PM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode