Jump to content

Theme: blue neon night


speechles

Recommended Posts

OK, this is strange.

 

I can telnet to the Roku (port 8085) but all I get is a blank screen.

 

If I start either this app or the Emby one, nothing appears in the telnet window.

 

Any ideas ?? The Roku is definitely in developer mode.

 

As an aside, the JSON error only occurs if I move down 1 row from Kids Movies to Kids TV, or if I press down really quickly, I can get to the Options row, but then I get the JSON error is i move back up and highlight the Music row.

 

As I said earlier, I have removed the app, rebooted the roku and re-installed the app but still getting the same error.

 

No errors with the Emby app.

Did you sideload the apps? Because of the security model of the roku, only sideloaded developer apps will output data on port 8085. Also on the blueneon app, during this, enable debug must also be yes.

 

If you did sideload and it still isnt working, you might have to reboot the roku. Sometimes port 8085 becomes stuck open on the roku and it wont output anything.

 

If you are using a browser, instead of telnet to read output, it might not release the port. Restarting the browser will let the port close. Then you can connect to it again and get output.

 

The error is very strange indeed. Ghosts in the machine. Who ya gonna call?

 

Sent from my Nexus 7 using Tapatalk

Edited by speechles
  • Like 1
Link to comment
Share on other sites

I run dev server, so fixes in beta 68 should have been in dev for a few days, but it still fails.

 

I thought if I uninstalled the app on the Roku, that I would have to set everything up again when reinstalling, but the app remembers the last logged on account, with the "Welcome Back" message.

When you remove the app from the roku homescreen it should ask, "are you sure?". When it asks this, it will delete the registry entries for that app too. After you remove the app, launch any other app to force the homescreen to cleanup (aka clean the registry). You can immediately exit the other app. Then approve the blueneon app to send to your roku again. Then software update the roku. Afterwards launch the blueneon app and at that point it should ask you to configure the server/user selections again.

 

Sent from my Nexus 7 using Tapatalk

Edited by speechles
Link to comment
Share on other sites

That is exactly what I was getting, but today I couldn't reproduce and the only updates that happened were beta server version update from 67 to 68 and Neon update from 63 to 65.

Interesting *twiddles thumbs*

 

So the issue is now a non-issue for you? No more JSON errors?

 

If you use the in-app debug you can let it log as your play around. There is no fear the log grows too large. I let it run logging all night, and while it was huge, I could still move around the entire log just fine. Let me know any problems you see. :)

 

Sent from my Nexus 7 using Tapatalk

Link to comment
Share on other sites

CBers

Did you sideload the apps? Because of the security model of the roku, only sideloaded developer apps will output data on port 8085. Also on the blueneon app, during this, enable debug must also be yes.

 

 

Ah, that makes sense :)

 

I'll uninstall and sideload it.

  • Like 1
Link to comment
Share on other sites

Ah, that makes sense :)

 

I'll uninstall and sideload it.

Actually you can have both. This will let you keep your older versions as sideloaded and newest version at the same time. :)

 

Http://ereader.kiczek.com/blueneon_complete

 

For transparency purposes, and for people curious here is a url with all versions of the app. Unfortunately I did not version number them. The old1.zip is the first version ever released. Old2 is the second, etc, etc.

 

 

 

Sent from my Nexus 7 using Tapatalk

Edited by speechles
Link to comment
Share on other sites

CBers

Uninstalled and side-loaded the zip file and here is the output from the telnet session (a couple of app start/closes):

 

------ Compiling dev 'Emby Blue Neon Night' ------


------ Running dev 'Emby Blue Neon Night' main ------
Server.info: listening on 0.0.0.0:8324


BrightScript Micro Debugger.
Enter any BrightScript statement, debug commands, or HELP.




Current Function:
562:        else if MusicToggle = 6
563:            response = parseItemsResponse(json, 0, "mixed-aspect-ratio-square", "MostPlayed")
564:        else if MusicToggle = 7
565:            response = parseItemsResponse(json, 1, "two-row-flat-landscape-custom")
566:        else
567:            response = parseItemsResponse(json, 0, "mixed-aspect-ratio-square")
568:        end if
569:
570:*       if response.TotalCount = 0 then
571:            Return {
572:                Items: []
573:                TotalCount: 0
574:            }
Syntax Error. (runtime error &h02) in pkg:/source/HomeScreen.brs(570)
570:        if response.TotalCount = 0 then
Backtrace:
#3  Function parsehomescreenresult(row As Integer, id As String, startindex As Integer, json As String) As Object
   file/line: pkg:/source/HomeScreen.brs(570)
#2  Function loaderonurlevent(msg As Dynamic, requestcontext As Dynamic) As Void
   file/line: pkg:/source/PaginatedDataLoader.brs(218)
#1  Function vcshow() As Void
   file/line: pkg:/source/ViewController.brs(639)
#0  Function main() As Void
   file/line: pkg:/source/appMain.brs(22)
Local Variables:
row              Integer val:4 (&h4)
id               roString (2.1 was String) refcnt=2 val:"music"
startindex       Integer val:0 (&h0)
json             roString (2.1 was String) refcnt=1 val:"[]"
global           rotINTERFACE:ifGlobal
m                roAssociativeArray refcnt=4 count:3
viewcontroller   roAssociativeArray refcnt=6 count:50
maxlistsize      Integer val:100 (&h64)
parts            roList refcnt=1 count:3
parentid         roString refcnt=2 val:"60c6bb241c9195d4b536e84e02b31783"
viewtileimageurl roString refcnt=2 val:"http://192.168.1.140:8096/emby/Items/60c6bb241c9195d4b536e84e02b31783/Images/Primary/0?EnableI"...
movietoggle      <uninitialized>
response         bsc:roInvalid refcnt=1
buttons          <uninitialized>
buttoncount      <uninitialized>
mintotalrecordcount <uninitialized>
tvtoggle         <uninitialized>
livetvtoggle     <uninitialized>
musictoggle      Integer val:1 (&h1)


BrightScript Debugger> Note: GC - Found 850 orphaned objects (objects in a circular ref loop).


------ Running dev 'Emby Blue Neon Night' main ------
Server.info: listening on 0.0.0.0:8324
Popping screen 8 and cleaning up 1 breadcrumbs
Top of stack is once again: Preferences
Pushing screen 9 onto view controller stack - ItemOptions
Popping screen 9 and cleaning up 1 breadcrumbs
Top of stack is once again: Preferences
Pushing screen 10 onto view controller stack - ItemOptions
Popping screen 10 and cleaning up 1 breadcrumbs
Top of stack is once again: Preferences
Pushing screen 11 onto view controller stack - ItemOptions
Popping screen 11 and cleaning up 1 breadcrumbs
Top of stack is once again: Preferences
Pushing screen 12 onto view controller stack - ItemOptions
Popping screen 12 and cleaning up 1 breadcrumbs
Top of stack is once again: Preferences
Pushing screen 13 onto view controller stack - ItemOptions
Popping screen 13 and cleaning up 1 breadcrumbs
Top of stack is once again: Preferences
Pushing screen 14 onto view controller stack - ItemOptions
Popping screen 14 and cleaning up 1 breadcrumbs
Top of stack is once again: Preferences
Popping screen 2 and cleaning up 2 breadcrumbs
Top of stack is once again: Home
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items?sortby=sortname&ParentId=384fe71bd5db8c0c97c6b356a93be6d8
http://192.168.1.140:8096/emby/Movies/Recommendations?userId=411c4dfee01553087e7c301eb64a3a5f&itemlimit=20&categorylimit=1&fields=PrimaryImageAspectRa
tio,Overview&imagetypelimit=1&ParentId=57703e1cea529d7d07ec197b8fb217ef
http://192.168.1.140:8096/emby/Shows/NextUp?userId=411c4dfee01553087e7c301eb64a3a5f&fields=PrimaryImageAspectRatio,Overview&imagetypelimit=1&ParentId=
5ae408333c92b7e59c27393f38fafa5c
Getting Also Watching users
Session ID :4a132a9de6fe8a1d16e30320862e2460
Received paginated response for index 0 of list with length 5
Count loaded is now 5 out of 6
Loaded 6 elements in row 6, now have 6
Getting Also Watching users
Session ID :4a132a9de6fe8a1d16e30320862e2460
Received paginated response for index 5 of list with length 6
Count loaded is now 11 out of 6
Loaded 6 elements in row 6, now have 6
Received paginated response for index 0 of list with length 4
Count loaded is now 4 out of 4
Loaded 4 elements in row 2, now have 4
Received paginated response for index 0 of list with length 23
Count loaded is now 23 out of 23
Loaded 23 elements in row 1, now have 23
Received paginated response for index 0 of list with length 29
Count loaded is now 29 out of 29
Loaded 29 elements in row 0, now have 29
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items?sortby=sortname&Fields=PrimaryImageAspectRatio,Overview&ParentId=b1b184378
a98200a19fbbd49867bb80f
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items/Latest?IncludeItemTypes=MusicAlbum&enableimagetypes=Primary,Backdrop,Thumb
&totalrecordcount=100&fields=DateCreated,ItemCounts,PrimaryImageAspectRatio,Overview&imagetypelimit=1&enabletotalrecordcount=true&ParentId=60c6bb241c9
195d4b536e84e02b31783
Not sure what to do with breadcrumbs on screen type: Invalid
Pushing screen 15 onto view controller stack - Dialog: JSON Error!
Creating new dialog
Button pressed: OK
Popping screen 15 and cleaning up 0 breadcrumbs
Top of stack is once again: Home
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items?sortby=sortname&ParentId=384fe71bd5db8c0c97c6b356a93be6d8
http://192.168.1.140:8096/emby/Movies/Recommendations?userId=411c4dfee01553087e7c301eb64a3a5f&itemlimit=20&categorylimit=1&fields=PrimaryImageAspectRa
tio,Overview&imagetypelimit=1&ParentId=57703e1cea529d7d07ec197b8fb217ef
http://192.168.1.140:8096/emby/Shows/NextUp?userId=411c4dfee01553087e7c301eb64a3a5f&fields=PrimaryImageAspectRatio,Overview&imagetypelimit=1&ParentId=
5ae408333c92b7e59c27393f38fafa5c
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items/Latest?IncludeItemTypes=MusicAlbum&enableimagetypes=Primary,Backdrop,Thumb
&totalrecordcount=100&fields=DateCreated,ItemCounts,PrimaryImageAspectRatio,Overview&imagetypelimit=1&enabletotalrecordcount=true&ParentId=60c6bb241c9
195d4b536e84e02b31783
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items?sortby=sortname&Fields=PrimaryImageAspectRatio,Overview&ParentId=b1b184378
a98200a19fbbd49867bb80f
Getting Also Watching users
Session ID :4a132a9de6fe8a1d16e30320862e2460
Received paginated response for index 0 of list with length 6
Count loaded is now 6 out of 6
Loaded 6 elements in row 6, now have 6
Error while parsing JSON response


Current Function:
562:        else if MusicToggle = 6
563:            response = parseItemsResponse(json, 0, "mixed-aspect-ratio-square", "MostPlayed")
564:        else if MusicToggle = 7
565:            response = parseItemsResponse(json, 1, "two-row-flat-landscape-custom")
566:        else
567:            response = parseItemsResponse(json, 0, "mixed-aspect-ratio-square")
568:        end if
569:
570:*       if response.TotalCount = 0 then
571:            Return {
572:                Items: []
573:                TotalCount: 0
574:            }
Syntax Error. (runtime error &h02) in pkg:/source/HomeScreen.brs(570)
570:        if response.TotalCount = 0 then
Backtrace:
#3  Function parsehomescreenresult(row As Integer, id As String, startindex As Integer, json As String) As Object
   file/line: pkg:/source/HomeScreen.brs(570)
#2  Function loaderonurlevent(msg As Dynamic, requestcontext As Dynamic) As Void
   file/line: pkg:/source/PaginatedDataLoader.brs(218)
#1  Function vcshow() As Void
   file/line: pkg:/source/ViewController.brs(639)
#0  Function main() As Void
   file/line: pkg:/source/appMain.brs(22)
Local Variables:
row              Integer val:4 (&h4)
id               roString (2.1 was String) refcnt=2 val:"music"
startindex       Integer val:0 (&h0)
json             roString (2.1 was String) refcnt=1 val:"[]"
global           rotINTERFACE:ifGlobal
m                roAssociativeArray refcnt=4 count:3
viewcontroller   roAssociativeArray refcnt=6 count:50
maxlistsize      Integer val:100 (&h64)
parts            roList refcnt=1 count:3
parentid         roString refcnt=2 val:"60c6bb241c9195d4b536e84e02b31783"
viewtileimageurl roString refcnt=2 val:"http://192.168.1.140:8096/emby/Items/60c6bb241c9195d4b536e84e02b31783/Images/Primary/0?EnableI"...
movietoggle      <uninitialized>
response         bsc:roInvalid refcnt=1
buttons          <uninitialized>
buttoncount      <uninitialized>
mintotalrecordcount <uninitialized>
tvtoggle         <uninitialized>
livetvtoggle     <uninitialized>
musictoggle      Integer val:1 (&h1)


BrightScript Debugger> Note: GC - Found 865 orphaned objects (objects in a circular ref loop).
The app didn't close after the JSON error, but I couldn't access anything so had to close out.

 

 

.

Edited by CBers
  • Like 1
Link to comment
Share on other sites

@@CBers you are a champ. Uppercut. Uppercut. Body blow!

 

In a few minutes, after the archive of all the blueneon versions has finished, I will upload an alpha version for you to try. I added more invalid checks (2 spots rather than 1). Which toggle was your music row set to? Whichever it was had no data and because of server changes, the totalrecordcount isnt there. This forces me to use items.count(), which when that is zero, passes invalid rather than zero. I now account for that with music.

 

This is because of the /items/latest endpoint being used for music, movies, and TV in the app. The only places it can fail are those 3 areas. Hopefully now we have them all covered.

 

Sent from my Nexus 7 using Tapatalk

Edited by speechles
  • Like 1
Link to comment
Share on other sites

CBers

Thanks @@speechles.

 

No rush, as my daughter is asleep now so can't go messing with her Roku until tomorrow.

 

Glad I could help though ;)

Link to comment
Share on other sites

Http://ereader.kiczek.com/blueneon_CBers.zip

 

@@CBers lets hope this works...*crosses fingers*

 

Also, you should still see the json error, but now the app wont software crash. Now it should be possible to go to in-app debug logs and see the problem on the roku itself. This is the intent.

Edited by speechles
Link to comment
Share on other sites

Happy2Play

After you mentioned Music I took a closer look for some reason 3.65 doesn't display Music, when scrolling down the list it flashes Music title then just disappears and shows Trailers.

Link to comment
Share on other sites

CBers

Http://ereader.kiczek.com/blueneon_CBers.zip

 

@@CBers lets hope this works...*crosses fingers*

 

Also, you should still see the json error, but now the app wont software crash. Now it should be possible to go to in-app debug logs and see the problem on the roku itself. This is the intent.

 

Still getting the JSON error with the latest ZIP:

 

691","RemoteAddress":"http://IP_ADDRESS:8296","Name":"DELL_PC_4","localaddress":"http://192.168.1.102:8296","LocalAddress":"http://192.168.1.102:829
6","id":"b8c881ffdc0c4db2888ee1f086f571b2"},"d489309ca5ff4d9b9448915d6b7cdc9e":{"AccessToken":"5a546e0f98754fc6928a37753396ca59","UserId":"411c4dfee01
553087e7c301eb64a3a5f","RemoteAddress":"http://IP_ADDRESS:8096","LastAccess":"1468958565","remoteaddress":"http://IP_ADDRESS:8096","Name":"Emby -
Keith","name":"Emby - Keith","ManualAddress":"http://192.168.1.140:8096","LocalAddress":"http://192.168.1.140:8096","localaddress":"http://192.168.1.1
40:8096","id":"d489309ca5ff4d9b9448915d6b7cdc9e"}}
Parsed as: roAssociativeArray
Connect returned 0 servers
connectionManagerGetServers returning 2 servers
connectToServers called with 2 servers
Attempting to connect to http://192.168.1.140:8096/emby/system/info/public?format=json
connectInitial returned State of SignedIn
connectInitial returned ConnectionMode of Local
Processing ConnectionResult State of SignedIn
SignedIn Id: d489309ca5ff4d9b9448915d6b7cdc9e
SignedIn UserId: 411c4dfee01553087e7c301eb64a3a5f
SignedIn AccessToken: 5a546e0f98754fc6928a37753396ca59
SignedIn Name: Emby - Keith
SignedIn LocalAddress: http://192.168.1.140:8096
SignedIn RemoteAddress: http://IP_ADDRESS:8096
ServerSignIn ManualAddress: http://192.168.1.140:8096
Posting capabilities
Pushing screen 1 onto view controller stack - Home
Loading beginning of row 0, Collections
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items?sortby=sortname&ParentId=384fe71bd5db8c0c97c6b356a93be6d8
Loading beginning of row 1, Kids Movies
http://192.168.1.140:8096/emby/Movies/Recommendations?userId=411c4dfee01553087e7c301eb64a3a5f&itemlimit=20&categorylimit=1&fields=PrimaryImageAspectRa
tio,Overview&imagetypelimit=1&ParentId=57703e1cea529d7d07ec197b8fb217ef
Total initial grid load took: 90ms
Getting Also Watching users
Session ID :4a132a9de6fe8a1d16e30320862e2460
Count loaded is now 8 out of 29
Loaded 8 elements in row 0, now have 29
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items?sortby=sortname&ParentId=384fe71bd5db8c0c97c6b356a93be6d8
Count loaded is now 23 out of 23
Loaded 23 elements in row 1, now have 23
Received paginated response for index 8 of list with length 29
Count loaded is now 29 out of 29
Loaded 21 elements in row 0, now have 29
http://192.168.1.140:8096/emby/Shows/NextUp?userId=411c4dfee01553087e7c301eb64a3a5f&fields=PrimaryImageAspectRatio,Overview&imagetypelimit=1&ParentId=
5ae408333c92b7e59c27393f38fafa5c
Count loaded is now 4 out of 4
Loaded 4 elements in row 2, now have 4
http://192.168.1.140:8096/emby/LiveTv/Programs/Recommended?userId=411c4dfee01553087e7c301eb64a3a5f&isairing=true
Count loaded is now 4 out of 4
Loaded 4 elements in row 3, now have 4
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items/Latest?IncludeItemTypes=MusicAlbum&enableimagetypes=Primary,Backdrop,Thumb
&totalrecordcount=100&fields=DateCreated,ItemCounts,PrimaryImageAspectRatio,Overview&imagetypelimit=1&enabletotalrecordcount=true&ParentId=60c6bb241c9
195d4b536e84e02b31783
Not sure what to do with breadcrumbs on screen type: Invalid
Pushing screen 2 onto view controller stack - Dialog: JSON Error!
Creating new dialog
Button pressed: OK
Popping screen 2 and cleaning up 0 breadcrumbs
Top of stack is once again: Home
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items?sortby=sortname&ParentId=384fe71bd5db8c0c97c6b356a93be6d8
http://192.168.1.140:8096/emby/Movies/Recommendations?userId=411c4dfee01553087e7c301eb64a3a5f&itemlimit=20&categorylimit=1&fields=PrimaryImageAspectRa
tio,Overview&imagetypelimit=1&ParentId=57703e1cea529d7d07ec197b8fb217ef
http://192.168.1.140:8096/emby/Shows/NextUp?userId=411c4dfee01553087e7c301eb64a3a5f&fields=PrimaryImageAspectRatio,Overview&imagetypelimit=1&ParentId=
5ae408333c92b7e59c27393f38fafa5c
http://192.168.1.140:8096/emby/LiveTv/Programs/Recommended?userId=411c4dfee01553087e7c301eb64a3a5f&isairing=true
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items/Latest?IncludeItemTypes=MusicAlbum&enableimagetypes=Primary,Backdrop,Thumb
&totalrecordcount=100&fields=DateCreated,ItemCounts,PrimaryImageAspectRatio,Overview&imagetypelimit=1&enabletotalrecordcount=true&ParentId=60c6bb241c9
195d4b536e84e02b31783
Error while parsing JSON response
Loaded 0 elements in row 4, now have 0
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items?sortby=sortname&Fields=PrimaryImageAspectRatio,Overview&ParentId=b1b184378
a98200a19fbbd49867bb80f
Received paginated response for index 0 of list with length 4
Count loaded is now 4 out of 4
Loaded 4 elements in row 3, now have 4
Received paginated response for index 0 of list with length 4
Count loaded is now 4 out of 4
Loaded 4 elements in row 2, now have 4
Not sure what to do with breadcrumbs on screen type: Invalid
Pushing screen 3 onto view controller stack - Dialog: JSON Error!
Creating new dialog
Button pressed: OK
Popping screen 3 and cleaning up 0 breadcrumbs
Top of stack is once again: Home
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items?sortby=sortname&ParentId=384fe71bd5db8c0c97c6b356a93be6d8
http://192.168.1.140:8096/emby/Movies/Recommendations?userId=411c4dfee01553087e7c301eb64a3a5f&itemlimit=20&categorylimit=1&fields=PrimaryImageAspectRa
tio,Overview&imagetypelimit=1&ParentId=57703e1cea529d7d07ec197b8fb217ef
http://192.168.1.140:8096/emby/Shows/NextUp?userId=411c4dfee01553087e7c301eb64a3a5f&fields=PrimaryImageAspectRatio,Overview&imagetypelimit=1&ParentId=
5ae408333c92b7e59c27393f38fafa5c
http://192.168.1.140:8096/emby/LiveTv/Programs/Recommended?userId=411c4dfee01553087e7c301eb64a3a5f&isairing=true
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items/Latest?IncludeItemTypes=MusicAlbum&enableimagetypes=Primary,Backdrop,Thumb
&totalrecordcount=100&fields=DateCreated,ItemCounts,PrimaryImageAspectRatio,Overview&imagetypelimit=1&enabletotalrecordcount=true&ParentId=60c6bb241c9
195d4b536e84e02b31783
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items?sortby=sortname&Fields=PrimaryImageAspectRatio,Overview&ParentId=b1b184378
a98200a19fbbd49867bb80f
Error while parsing JSON response
Loaded 0 elements in row 4, now have 0
Count loaded is now 8 out of 22
Loaded 8 elements in row 5, now have 22
Received paginated response for index 0 of list with length 23
Count loaded is now 23 out of 23
Loaded 23 elements in row 1, now have 23
Received paginated response for index 0 of list with length 29
Count loaded is now 29 out of 29
Loaded 29 elements in row 0, now have 29
Received paginated response for index 0 of list with length 4
Count loaded is now 4 out of 4
Loaded 4 elements in row 3, now have 4
Received paginated response for index 0 of list with length 4
Count loaded is now 4 out of 4
Loaded 4 elements in row 2, now have 4
Not sure what to do with breadcrumbs on screen type: Invalid
Pushing screen 4 onto view controller stack - Dialog: JSON Error!
Creating new dialog
Button pressed: OK
Popping screen 4 and cleaning up 0 breadcrumbs
Top of stack is once again: Home
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items?sortby=sortname&ParentId=384fe71bd5db8c0c97c6b356a93be6d8
http://192.168.1.140:8096/emby/Movies/Recommendations?userId=411c4dfee01553087e7c301eb64a3a5f&itemlimit=20&categorylimit=1&fields=PrimaryImageAspectRa
tio,Overview&imagetypelimit=1&ParentId=57703e1cea529d7d07ec197b8fb217ef
http://192.168.1.140:8096/emby/Shows/NextUp?userId=411c4dfee01553087e7c301eb64a3a5f&fields=PrimaryImageAspectRatio,Overview&imagetypelimit=1&ParentId=
5ae408333c92b7e59c27393f38fafa5c
http://192.168.1.140:8096/emby/LiveTv/Programs/Recommended?userId=411c4dfee01553087e7c301eb64a3a5f&isairing=true
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items/Latest?IncludeItemTypes=MusicAlbum&enableimagetypes=Primary,Backdrop,Thumb
&totalrecordcount=100&fields=DateCreated,ItemCounts,PrimaryImageAspectRatio,Overview&imagetypelimit=1&enabletotalrecordcount=true&ParentId=60c6bb241c9
195d4b536e84e02b31783
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items?sortby=sortname&Fields=PrimaryImageAspectRatio,Overview&ParentId=b1b184378
a98200a19fbbd49867bb80f
Error while parsing JSON response
Loaded 0 elements in row 4, now have 0
Getting Also Watching users
Session ID :4a132a9de6fe8a1d16e30320862e2460
Count loaded is now 6 out of 6
Loaded 6 elements in row 6, now have 6
Received paginated response for index 0 of list with length 23
Count loaded is now 23 out of 23
Loaded 23 elements in row 1, now have 23
Received paginated response for index 0 of list with length 29
Count loaded is now 29 out of 29
Loaded 29 elements in row 0, now have 29
Received paginated response for index 0 of list with length 22
Count loaded is now 22 out of 22
Loaded 22 elements in row 5, now have 22
Received paginated response for index 0 of list with length 4
Count loaded is now 4 out of 4
Loaded 4 elements in row 3, now have 4
Received paginated response for index 0 of list with length 4
Count loaded is now 4 out of 4
Loaded 4 elements in row 2, now have 4
Not sure what to do with breadcrumbs on screen type: Invalid
Pushing screen 5 onto view controller stack - Dialog: JSON Error!
Creating new dialog
Button pressed: OK
Popping screen 5 and cleaning up 0 breadcrumbs
Top of stack is once again: Home
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items?sortby=sortname&ParentId=384fe71bd5db8c0c97c6b356a93be6d8
http://192.168.1.140:8096/emby/Movies/Recommendations?userId=411c4dfee01553087e7c301eb64a3a5f&itemlimit=20&categorylimit=1&fields=PrimaryImageAspectRa
tio,Overview&imagetypelimit=1&ParentId=57703e1cea529d7d07ec197b8fb217ef
http://192.168.1.140:8096/emby/Shows/NextUp?userId=411c4dfee01553087e7c301eb64a3a5f&fields=PrimaryImageAspectRatio,Overview&imagetypelimit=1&ParentId=
5ae408333c92b7e59c27393f38fafa5c
http://192.168.1.140:8096/emby/LiveTv/Programs/Recommended?userId=411c4dfee01553087e7c301eb64a3a5f&isairing=true
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items/Latest?IncludeItemTypes=MusicAlbum&enableimagetypes=Primary,Backdrop,Thumb
&totalrecordcount=100&fields=DateCreated,ItemCounts,PrimaryImageAspectRatio,Overview&imagetypelimit=1&enabletotalrecordcount=true&ParentId=60c6bb241c9
195d4b536e84e02b31783
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items?sortby=sortname&Fields=PrimaryImageAspectRatio,Overview&ParentId=b1b184378
a98200a19fbbd49867bb80f
Getting Also Watching users
Session ID :4a132a9de6fe8a1d16e30320862e2460
Received paginated response for index 0 of list with length 6
Count loaded is now 6 out of 6
Loaded 6 elements in row 6, now have 6
Error while parsing JSON response
Loaded 0 elements in row 4, now have 0
Received paginated response for index 0 of list with length 23
Count loaded is now 23 out of 23
Loaded 23 elements in row 1, now have 23
Received paginated response for index 0 of list with length 29
Count loaded is now 29 out of 29
Loaded 29 elements in row 0, now have 29
Received paginated response for index 0 of list with length 22
Count loaded is now 22 out of 22
Loaded 22 elements in row 5, now have 22
Received paginated response for index 0 of list with length 4
Count loaded is now 4 out of 4
Loaded 4 elements in row 3, now have 4
Received paginated response for index 0 of list with length 4
Count loaded is now 4 out of 4
Loaded 4 elements in row 2, now have 4
Not sure what to do with breadcrumbs on screen type: Invalid
Pushing screen 6 onto view controller stack - Dialog: JSON Error!
Creating new dialog
Button pressed: OK
Popping screen 6 and cleaning up 0 breadcrumbs
Top of stack is once again: Home
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items?sortby=sortname&ParentId=384fe71bd5db8c0c97c6b356a93be6d8
http://192.168.1.140:8096/emby/Movies/Recommendations?userId=411c4dfee01553087e7c301eb64a3a5f&itemlimit=20&categorylimit=1&fields=PrimaryImageAspectRa
tio,Overview&imagetypelimit=1&ParentId=57703e1cea529d7d07ec197b8fb217ef
http://192.168.1.140:8096/emby/Shows/NextUp?userId=411c4dfee01553087e7c301eb64a3a5f&fields=PrimaryImageAspectRatio,Overview&imagetypelimit=1&ParentId=
5ae408333c92b7e59c27393f38fafa5c
http://192.168.1.140:8096/emby/LiveTv/Programs/Recommended?userId=411c4dfee01553087e7c301eb64a3a5f&isairing=true
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items/Latest?IncludeItemTypes=MusicAlbum&enableimagetypes=Primary,Backdrop,Thumb
&totalrecordcount=100&fields=DateCreated,ItemCounts,PrimaryImageAspectRatio,Overview&imagetypelimit=1&enabletotalrecordcount=true&ParentId=60c6bb241c9
195d4b536e84e02b31783
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items?sortby=sortname&Fields=PrimaryImageAspectRatio,Overview&ParentId=b1b184378
a98200a19fbbd49867bb80f
Getting Also Watching users
Session ID :4a132a9de6fe8a1d16e30320862e2460
Received paginated response for index 0 of list with length 6
Count loaded is now 6 out of 6
Loaded 6 elements in row 6, now have 6
Error while parsing JSON response
Loaded 0 elements in row 4, now have 0
Received paginated response for index 0 of list with length 29
Count loaded is now 29 out of 29
Loaded 29 elements in row 0, now have 29
Received paginated response for index 0 of list with length 22
Count loaded is now 22 out of 22
Loaded 22 elements in row 5, now have 22
Received paginated response for index 0 of list with length 23
Count loaded is now 23 out of 23
Loaded 23 elements in row 1, now have 23
Entered CreateScreenForItem
viewgroup
Not sure what to do with breadcrumbs on screen type: roTextScreen
Pushing screen 7 onto view controller stack - DebugLogs
Received paginated response for index 0 of list with length 4
Count loaded is now 4 out of 4
Loaded 4 elements in row 3, now have 4
Received paginated response for index 0 of list with length 4
Count loaded is now 4 out of 4
Loaded 4 elements in row 2, now have 4
Not sure what to do with breadcrumbs on screen type: Invalid
Pushing screen 8 onto view controller stack - Dialog: JSON Error!
Creating new dialog
Button pressed: OK
Popping screen 8 and cleaning up 0 breadcrumbs
Top of stack is once again: DebugLogs
Error while parsing JSON response
Loaded 0 elements in row 4, now have 0
Entered CreateScreenForItem
viewgroup
Not sure what to do with breadcrumbs on screen type: roTextScreen
Pushing screen 9 onto view controller stack - DebugLogs
Received paginated response for index 0 of list with length 23
Count loaded is now 23 out of 23
Loaded 23 elements in row 1, now have 23
Received paginated response for index 0 of list with length 29
Count loaded is now 29 out of 29
Loaded 29 elements in row 0, now have 29
Received paginated response for index 0 of list with length 22
Count loaded is now 22 out of 22
Loaded 22 elements in row 5, now have 22
Popping screen 9 and cleaning up 2 breadcrumbs
Top of stack is once again: DebugLogs
Popping screen 7 and cleaning up 2 breadcrumbs
Top of stack is once again: Home
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items?sortby=sortname&ParentId=384fe71bd5db8c0c97c6b356a93be6d8
http://192.168.1.140:8096/emby/Movies/Recommendations?userId=411c4dfee01553087e7c301eb64a3a5f&itemlimit=20&categorylimit=1&fields=PrimaryImageAspectRa
tio,Overview&imagetypelimit=1&ParentId=57703e1cea529d7d07ec197b8fb217ef
http://192.168.1.140:8096/emby/Shows/NextUp?userId=411c4dfee01553087e7c301eb64a3a5f&fields=PrimaryImageAspectRatio,Overview&imagetypelimit=1&ParentId=
5ae408333c92b7e59c27393f38fafa5c
http://192.168.1.140:8096/emby/LiveTv/Programs/Recommended?userId=411c4dfee01553087e7c301eb64a3a5f&isairing=true
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items/Latest?IncludeItemTypes=MusicAlbum&enableimagetypes=Primary,Backdrop,Thumb
&totalrecordcount=100&fields=DateCreated,ItemCounts,PrimaryImageAspectRatio,Overview&imagetypelimit=1&enabletotalrecordcount=true&ParentId=60c6bb241c9
195d4b536e84e02b31783
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items?sortby=sortname&Fields=PrimaryImageAspectRatio,Overview&ParentId=b1b184378
a98200a19fbbd49867bb80f
Getting Also Watching users
Session ID :4a132a9de6fe8a1d16e30320862e2460
Received paginated response for index 0 of list with length 6
Count loaded is now 6 out of 6
Loaded 6 elements in row 6, now have 6
Received paginated response for index 0 of list with length 4
Count loaded is now 4 out of 4
Loaded 4 elements in row 2, now have 4
Received paginated response for index 0 of list with length 4
Count loaded is now 4 out of 4
Loaded 4 elements in row 3, now have 4
Not sure what to do with breadcrumbs on screen type: Invalid
Pushing screen 10 onto view controller stack - Dialog: JSON Error!
Creating new dialog
Popping screen 10 and cleaning up 0 breadcrumbs
Top of stack is once again: Home
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items?sortby=sortname&ParentId=384fe71bd5db8c0c97c6b356a93be6d8
http://192.168.1.140:8096/emby/Movies/Recommendations?userId=411c4dfee01553087e7c301eb64a3a5f&itemlimit=20&categorylimit=1&fields=PrimaryImageAspectRa
tio,Overview&imagetypelimit=1&ParentId=57703e1cea529d7d07ec197b8fb217ef
http://192.168.1.140:8096/emby/Shows/NextUp?userId=411c4dfee01553087e7c301eb64a3a5f&fields=PrimaryImageAspectRatio,Overview&imagetypelimit=1&ParentId=
5ae408333c92b7e59c27393f38fafa5c
http://192.168.1.140:8096/emby/LiveTv/Programs/Recommended?userId=411c4dfee01553087e7c301eb64a3a5f&isairing=true
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items/Latest?IncludeItemTypes=MusicAlbum&enableimagetypes=Primary,Backdrop,Thumb
&totalrecordcount=100&fields=DateCreated,ItemCounts,PrimaryImageAspectRatio,Overview&imagetypelimit=1&enabletotalrecordcount=true&ParentId=60c6bb241c9
195d4b536e84e02b31783
http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Items?sortby=sortname&Fields=PrimaryImageAspectRatio,Overview&ParentId=b1b184378
a98200a19fbbd49867bb80f
Getting Also Watching users
Session ID :4a132a9de6fe8a1d16e30320862e2460
Received paginated response for index 0 of list with length 6
Count loaded is now 6 out of 6
Loaded 6 elements in row 6, now have 6
Error while parsing JSON response
Loaded 0 elements in row 4, now have 0
Note: GC - Found 1146 orphaned objects (objects in a circular ref loop).
Link to comment
Share on other sites

But even with the json error, the app stays in a state you can use the app still? Or is it locked in some frozen state? If you press back from the homescreen, and wait.. does it ask "are you sure you want to exit?" or does it just hang on that inbetween screen?

 

Sent from my Nexus 7 using Tapatalk

Link to comment
Share on other sites

CBers

You can still navigate, but you keep getting the JSON error popup every couple of movements.

Link to comment
Share on other sites

You can still navigate, but you keep getting the JSON error popup every couple of movements.

Maybe I should suppress those json errors from display to the end user. I can suppress them all and lets see.

 

Sent from my Nexus 7 using Tapatalk

Link to comment
Share on other sites

Http://ereader.kiczek.com/blueneon_CBers2.zip

 

This one suppresses all json errors within the general metadata fetching function. I think I see what was causing it too, defintely 0 being treated like an invalid. There are secondary error catches already in the code that trap these without needing those json dialogs.

 

1 Strike, 0 balls

Next batter up.. he swings..and.. does it work now? :)

 

Sent from my Nexus 7 using Tapatalk

Edited by speechles
  • Like 1
Link to comment
Share on other sites

Happy2Play

Sideloaded .66 no more json error but trying to toggle music make it disappear and can't get Music to return without uninstall/install.

c674&fields=PrimaryImageAspectRatio,Overview&imagetypelimit=1&ParentId=767bffe4f11c93ef34b805451a696a4e
http://192.168.151.11:8096/emby/Movies/Recommendations?userId=06d517a29e044718816b34ce7f76c674&itemlimit=20&categorylimit=1&fields=PrimaryImageAspectRatio,Overview&imagetypelimit=1&ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805
http://192.168.151.11:8096/emby/Movies/Recommendations?userId=06d517a29e044718816b34ce7f76c674&itemlimit=20&categorylimit=1&fields=PrimaryImageAspectRatio,Overview&imagetypelimit=1&ParentId=384bb658bdd82344138c376d0e4945c0
http://192.168.151.11:8096/emby/Shows/NextUp?userId=06d517a29e044718816b34ce7f76c674&fields=PrimaryImageAspectRatio,Overview&imagetypelimit=1&ParentId=f59d130de19731a61863f59d47783782
http://192.168.151.11:8096/emby/Users/06d517a29e044718816b34ce7f76c674/Items/Latest?IncludeItemTypes=MusicAlbum&enableimagetypes=Primary,Backdrop,Thumb&totalrecordcount=100&fields=DateCreated,ItemCounts,PrimaryImageAspectRatio,Overview&imagetypelimit=1&enabletotalrecordcount=true&ParentId=7e64e319657a9516ec78490da03edccb
http://192.168.151.11:8096/emby/Users/06d517a29e044718816b34ce7f76c674/Items?sortby=sortname&Fields=PrimaryImageAspectRatio,Overview&ParentId=28b5d5b8bef4bd1f1914503b5c11ac91
Getting Also Watching users
Session ID :98d90ccfa68a4d315449af70fccbf0cf
Received paginated response for index 0 of list with length 5
Count loaded is now 5 out of 6
Loaded 6 elements in row 6, now have 6
Getting Also Watching users
Session ID :98d90ccfa68a4d315449af70fccbf0cf
Received paginated response for index 5 of list with length 6
Count loaded is now 11 out of 6
Loaded 6 elements in row 6, now have 6
Received paginated response for index 0 of list with length 3
Count loaded is now 3 out of 3
Loaded 3 elements in row 5, now have 3
Received paginated response for index 0 of list with length 2
Count loaded is now 2 out of 2
Loaded 2 elements in row 3, now have 2
Received paginated response for index 0 of list with length 10
Count loaded is now 10 out of 10
Loaded 10 elements in row 0, now have 10
Received paginated response for index 0 of list with length 23
Count loaded is now 23 out of 23
Loaded 23 elements in row 1, now have 23
Received paginated response for index 0 of list with length 23
Count loaded is now 23 out of 23
Loaded 23 elements in row 2, now have 23
Received paginated response for index 0 of list with length 10
Count loaded is now 10 out of 102
Loaded 102 elements in row 4, now have 102
http://192.168.151.11:8096/emby/Users/06d517a29e044718816b34ce7f76c674/Items/Latest?IncludeItemTypes=MusicAlbum&enableimagetypes=Primary,Backdrop,Thumb&totalrecordcount=100&fields=DateCreated,ItemCounts,PrimaryImageAspectRatio,Overview&imagetypelimit=1&enabletotalrecordcount=true&ParentId=7e64e319657a9516ec78490da03edccb
Received paginated response for index 10 of list with length 102
Count loaded is now 110 out of 102
Loaded 100 elements in row 4, now have 102
http://192.168.151.11:8096/emby/Users/06d517a29e044718816b34ce7f76c674/Items?includeitemtypes=Audio&sortby=DateCreated&sortorder=Descending&recursive=true&fields=PrimaryImageAspectRatio,Overview&imagetypelimit=1&ParentId=7e64e319657a9516ec78490da03edccb
Received paginated response for index 0 of list with length 102
Count loaded is now 102 out of 29
Loaded 29 elements in row 4, now have 29
http://192.168.151.11:8096/emby/Users/06d517a29e044718816b34ce7f76c674/Items?includeitemtypes=Audio&sortby=DateCreated&sortorder=Descending&recursive=true&fields=PrimaryImageAspectRatio,Overview&imagetypelimit=1&ParentId=7e64e319657a9516ec78490da03edccb
Received paginated response for index 0 of list with length 29
Count loaded is now 29 out of 29
Loaded 29 elements in row 4, now have 29
http://192.168.151.11:8096/emby/Users/06d517a29e044718816b34ce7f76c674/Items?includeitemtypes=MusicAlbum&sortby=AlbumArtist,SortName&filters=IsFavorite&recursive=true&fields=PrimaryImageAspectRatio,AudioInfo,ParentId,SyncInfo,Overview,Genres&imagetypelimit=1&ParentId=7e64e319657a9516ec78490da03edccb
Loaded 0 elements in row 4, now have 0
Edited by Happy2Play
Link to comment
Share on other sites

CBers

This one suppresses all json errors within the general metadata fetching function. I think I see what was causing it too, defintely 0 being treated like an invalid. There are secondary error catches already in the code that trap these without needing those json dialogs.

 

1 Strike, 0 balls

Next batter up.. he swings..and.. does it work now? :)

 

 

I'll give it a go tomorrow.

 

Thanks.

Link to comment
Share on other sites

@@Happy2Play

 

Http://ereader.kiczek.com/Happy2Play3.zip

 

I figured it was parseitemsresponse, so gave it a way to understand both server responses. Now it knows 0 in jsonobj.count() is not the same as invalid. This one should be it.

 

2 strikes, 0 balls

Next up to bat.. he swings.. its a homerun?

 

Sent from my Nexus 7 using Tapatalk

Link to comment
Share on other sites

I'll give it a go tomorrow.

 

Thanks.

Fear not my friend, rest. I am hoping Happy2Play is still here ready to test.

 

Sent from my Nexus 7 using Tapatalk

  • Like 1
Link to comment
Share on other sites

Happy2Play

@@speechles - getting a 404 error on the link above.

Edited by Happy2Play
Link to comment
Share on other sites

Happy2Play

Still can't get music to stay on the screen.

------ Running dev 'Emby Blue Neon Night' main ------
--3.66
Anamorphic support: true
Server.info: listening on 0.0.0.0:8324
Using broadcast address 192.168.151.255
Send To Address: 192.168.151.255:7359 / 192.168.151.255:7359
Received Message: {"Address":"http://192.168.151.11:8096","Id":"23cd34620ecb45758a039f8b0d4bdf7f","Name":"Home Media"}
Found 1 servers
Creating server data cache
Found string in the registry: {"23cd34620ecb45758a039f8b0d4bdf7f":{"AccessToken":"80258cd9e9994849b725e23b96f255ea","UserId":"06d517a29e044718816b34ce7f76c674","RemoteAddress":"https://xxxxxxxxxxx.ho
meserver.com:8920","LastAccess":"1468962810","remoteaddress":"https://xxxxxxxxxxx.homeserver.com:8920","Name":"Home Media","name":"Home Media","LocalAddress":"http://192.168.151.11:8096","localaddres
s":"http://192.168.151.11:8096","id":"23cd34620ecb45758a039f8b0d4bdf7f"}}
Parsed as: roAssociativeArray
Connect returned 0 servers
connectionManagerGetServers returning 1 servers
connectToServers called with 1 servers
Attempting to connect to http://192.168.151.11:8096/emby/system/info/public?format=json
connectInitial returned State of SignedIn
connectInitial returned ConnectionMode of Local
Processing ConnectionResult State of SignedIn
SignedIn Id: 23cd34620ecb45758a039f8b0d4bdf7f
SignedIn UserId: 06d517a29e044718816b34ce7f76c674
SignedIn AccessToken: 80258cd9e9994849b725e23b96f255ea
SignedIn Name: Home Media
SignedIn LocalAddress: http://192.168.151.11:8096
SignedIn RemoteAddress: https://xxxxxxxxx.homeserver.com:8920
ServerSignIn ManualAddress:
Posting capabilities
Pushing screen 1 onto view controller stack - Home
Loading beginning of row 0, TV Shows
http://192.168.151.11:8096/emby/Shows/NextUp?userId=06d517a29e044718816b34ce7f76c674&fields=PrimaryImageAspectRatio,Overview&imagetypelimit=1&ParentId=767bffe4f11c93ef34b805451a696a4e
Loading beginning of row 1, Movies
http://192.168.151.11:8096/emby/Movies/Recommendations?userId=06d517a29e044718816b34ce7f76c674&itemlimit=20&categorylimit=1&fields=PrimaryImageAspectRatio,Overview&imagetypelimit=1&ParentId=f137a2dd21
bbc1b99aa5c0f6bf02a805
Total initial grid load took: 14ms
Getting Also Watching users
Session ID :98d90ccfa68a4d315449af70fccbf0cf
Count loaded is now 10 out of 10
Loaded 10 elements in row 0, now have 10
http://192.168.151.11:8096/emby/Movies/Recommendations?userId=06d517a29e044718816b34ce7f76c674&itemlimit=20&categorylimit=1&fields=PrimaryImageAspectRatio,Overview&imagetypelimit=1&ParentId=384bb658bd
d82344138c376d0e4945c0
Count loaded is now 23 out of 23
Loaded 23 elements in row 1, now have 23
Count loaded is now 23 out of 23
Loaded 23 elements in row 2, now have 23
http://192.168.151.11:8096/emby/Users/06d517a29e044718816b34ce7f76c674/Items?includeitemtypes=MusicAlbum&sortby=AlbumArtist,SortName&filters=IsFavorite&recursive=true&fields=PrimaryImageAspectRatio,Au
dioInfo,ParentId,SyncInfo,Overview,Genres&imagetypelimit=1&ParentId=7e64e319657a9516ec78490da03edccb
Loaded 0 elements in row 4, now have 0
http://192.168.151.11:8096/emby/Users/06d517a29e044718816b34ce7f76c674/Items?sortby=sortname&Fields=PrimaryImageAspectRatio,Overview&ParentId=28b5d5b8bef4bd1f1914503b5c11ac91
Count loaded is now 3 out of 3
Loaded 3 elements in row 5, now have 3
Getting Also Watching users
Session ID :98d90ccfa68a4d315449af70fccbf0cf
Count loaded is now 6 out of 6
Loaded 6 elements in row 6, now have 6
Entered CreateScreenForItem
viewgroup
Not sure what to do with breadcrumbs on screen type: roTextScreen
Pushing screen 2 onto view controller stack - DebugLogs
Edited by Happy2Play
Link to comment
Share on other sites

Happy2Play

Music is searchable but just won't display.

Link to comment
Share on other sites

@@Happy2Play

 

Added some more verbose logging, reverted some earlier changes, doing this an easier way. Now with all the debug it should be clear which music toggle is which, if there is data or zeroes, etc...

 

Http://ereader.kiczek.com/blueneon_Happy2Play4.zip

 

..and noticed it might still remove the music buttons.. if it does...

 

Http://ereader.kiczek.com/blueneon_Happy2Play5.zip

 

Try this one...

Edited by speechles
Link to comment
Share on other sites

Happy2Play

@@speechles

 

And we have a winner zip5

 

Zip4 appeared to crash Music on Favorites.

Music Response - DATA!!
Received paginated response for index 0 of list with length 102
Count loaded is now 102 out of 29
Loaded 29 elements in row 4, now have 29
http://192.168.151.11:8096/emby/Users/536f7c767a244782963d171fea9a5de2/Items?includeitemtypes=Audio&sortby=DateCreated&sortorder=Descending&recursive=true&fields=PrimaryImageAspectRatio,Overview&image
typelimit=1&ParentId=7e64e319657a9516ec78490da03edccb
Music - MusicToggle = 3
1 RoAssociateiveArray - TotalRecordCount 2853
----->
<-----
Music Response - DATA!!
Received paginated response for index 0 of list with length 29
Count loaded is now 29 out of 29
Loaded 29 elements in row 4, now have 29
http://192.168.151.11:8096/emby/Users/536f7c767a244782963d171fea9a5de2/Items?includeitemtypes=MusicAlbum&sortby=AlbumArtist,SortName&filters=IsFavorite&recursive=true&fields=PrimaryImageAspectRatio,Au
dioInfo,ParentId,SyncInfo,Overview,Genres&imagetypelimit=1&ParentId=7e64e319657a9516ec78490da03edccb
Music - MusicToggle = 4
1 RoAssociateiveArray - TotalRecordCount 0
----->
<-----
Music Response - ZERO!!
Loaded 0 elements in row 4, now have 0
Entered CreateScreenForItem
viewgroup
Not sure what to do with breadcrumbs on screen type: roTextScreen
Pushing screen 8 onto view controller stack - DebugLogs
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...