[Web Interface Addon] AWXi - Ajax Based Web Interface
Mykander
Junior Member Posts: 13 Joined: Mar 2012 Reputation: 0 |
2012-04-08 17:56
Post: #361
I have an odd question, whenever I go to a specific season of a TV show, AWX reports nothing and just has a processing icon on the main part of the window. I can see the episodes if I go to the file location, I can see the episodes if I open the unwatched link, but whenever I go to the seasons section and try and select a season, I get nothing.
|
| find quote |
Livin
Posting Freak Posts: 3,433 Joined: May 2004 Reputation: 17 Location: above ground |
2012-04-08 18:00
Post: #362
Mizaki...
Have you seen the HTPC Manager effort? http://forum.xbmc.org/showthread.php?tid=126297 It would be pretty cool if you combined efforts with that team to integrate AWX. I'm not an expert but I play one at work. |
| find quote |
Mizaki
Fan Joined: Apr 2011 Reputation: 12 |
2012-04-08 18:18
Post: #363
@Livin Hee, copy, paste
![]() @Mykander That certainly is odd. The fact it's still showing the loading icon indicates it's had no reply from XBMC. That should be a pretty quick look up so I can't imagine it's a time out issue. I know it's a bit involved but I've not found a better way yet, can you follow debugging and give me the command sent and the reply (if any)? Or use the simple xbmc.log method
|
| find quote |
Mykander
Junior Member Posts: 13 Joined: Mar 2012 Reputation: 0 |
2012-04-08 19:02
Post: #364
(2012-04-08 18:18)Mizaki Wrote: @Mykander That certainly is odd. The fact it's still showing the loading icon indicates it's had no reply from XBMC. That should be a pretty quick look up so I can't imagine it's a time out issue. I tried both ways, my xbmc.log at the point reports the following: Code: 16:43:26 T:140128274085632 DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "method": "VideoLibrary.GetSeasons", "params": { "tvshowid": 2, "properties": ["season", "playcount"]}, "id": 1}And Chrome gives me the following from a capture of the action: Form Data: Code: {"jsonrpc": "2.0", "method": "VideoLibrary.GetEpisodes", "params": { "tvshowid": 2, "season" : 10, "properties": ["episode", "playcount", "fanart", "plot", "season", "showtitle", "thumbnail", "rating"], "sort": { "order": "ascending", "method": "episode" } }, "id": 1}:Response: Code: {"id":1,"jsonrpc":"2.0","result":{"episodes":[{"episode":1,"episodeid":71,"fanart":"special://masterprofile/Thumbnails/Video/Fanart/ffdb3379.tbn","label":"10x01. Duct Tape Island","playcount":0,"plot":"Adam and Jamie get abandoned on a Hawaiian island, armed with nothing but the sticky silver adhesive. Can they use it to source water, find food, build shelter, and even escape?","rating":8.0,"season":10,"showtitle":"MythBusters","thumbnail":"special://masterprofile/Thumbnails/Video/d/d5d87d92.tbn"},{"episode":2,"episodeid":68,"fanart":"special://masterprofile/Thumbnails/Video/Fanart/ffdb3379.tbn","label":"10x02. Fire vs Ice","playcount":0,"plot":"Adam and Jamie tackle an internet sensation about an epic duel between a flamethrower and a CO2 fire extinguisher, while Kari, Grant and Tory test if you can spy drone with a dust cloud and pull off a kidnapping as seen in the movie Body of Lies.","rating":7.6999998092651367188,"season":10,"showtitle":"MythBusters","thumbnail":"special://masterprofile/Thumbnails/Video/b/ba322e0c.tbn"}],"limits":{"end":2,"start":0,"total":2}}}That is the last thing I get before the continual ActivePlayer/Properties like in the log file. Edit: Not sure if it matters or not, but I have no problem seeing season espisode lists through other interfaces, such as the official xbmc android remote and one of the ipad applications.
(This post was last modified: 2012-04-08 19:04 by Mykander.)
|
| find quote |
Mizaki
Fan Joined: Apr 2011 Reputation: 12 |
2012-04-08 19:42
Post: #365
Okay so it did return the data... Did you notice an error in the web browser console? To reiterate this is for all TV programs? Also, just to make sure. Have you tried clearing your cache?
|
| find quote |
odoll
Junior Member Posts: 46 Joined: Nov 2008 Reputation: 0 |
2012-04-08 20:32
Post: #366
(2012-04-05 18:15)Mizaki Wrote: That is certainly strange if you can open the playlist and use the individual references. Can you follow debugging and post the command sent and the reply? Also, the same for when the playlist is listed. Hi, hope this is the kind of info you're looking for. Here's IMO the relevant stuff if I try to enqueue the Playlist Code: [18:23:15.622] POST http://xion:8080/jsonrpc?awx [HTTP/1.1 200 OK 328ms]And here if I "open" the Playlist (split into two posta as board moans aout too big message) Code: [18:32:01.173] POST http://xion:8080/jsonrpc?awx [HTTP/1.1 200 OK 250ms]
(This post was last modified: 2012-04-08 20:32 by odoll.)
|
| find quote |
Mykander
Junior Member Posts: 13 Joined: Mar 2012 Reputation: 0 |
2012-04-08 20:41
Post: #367
(2012-04-08 19:42)Mizaki Wrote: Okay so it did return the data... Did you notice an error in the web browser console? To reiterate this is for all TV programs? Also, just to make sure. Have you tried clearing your cache? Cleared the cache, and it is for all TV programs. I'm not familiar with using the browser console/debugging in the browser, but as far as analyzing what came out of the network capture per that wiki page that is all I get. Assuming I start from the "Seasons" page of a TV Show, where I can select which season I want to look at, then I click on a season to open up the folder, what I get is that line that I reported above and then a constant series of getactiveplayers and getproperties requests which are identical and happen every few seconds. |
| find quote |
Mizaki
Fan Joined: Apr 2011 Reputation: 12 |
2012-04-08 20:56
Post: #368
@odoll That all looks fine. If you can get the reply from the play or enqueue command that should tell us the problem. It should be the "method": "Playlist.Add" and the reply with the error.
(2012-04-08 20:41)Mykander Wrote:(2012-04-08 19:42)Mizaki Wrote: Okay so it did return the data... Did you notice an error in the web browser console? To reiterate this is for all TV programs? Also, just to make sure. Have you tried clearing your cache? When you bring up the console (F12) there is a "console" tab. If you open that one and then click on a season. See if anything comes up.
(This post was last modified: 2012-04-08 21:02 by Mizaki.)
|
| find quote |
Mykander
Junior Member Posts: 13 Joined: Mar 2012 Reputation: 0 |
2012-04-09 01:26
Post: #369
(2012-04-08 20:56)Mizaki Wrote: When you bring up the console (F12) there is a "console" tab. If you open that one and then click on a season. See if anything comes up. When I do that, I get this error message: Code: Uncaught TypeError: Object #<Object> has no method 'TVThumbnailList' jquery.awx.js:1470 |
| find quote |
Mizaki
Fan Joined: Apr 2011 Reputation: 12 |
2012-04-09 03:27
Post: #370
Can you change the episode view to list and see if it does the same thing? Going by that you are currently using the thumbnail view and I'd just like to rule out anything to do with the view.
|
| find quote |


![[Image: watched-clearlogo.jpg]](http://trakt.tv/user/jinxy/widget/watched-clearlogo.jpg)
Search
Help