[WebService] General Media Access Webservice (2 Viewers)

Mike Lowrey

Portal Pro
February 4, 2009
638
124
Berlin
Home Country
Germany Germany
Can you try to rebuild your database? And if that's not working upload your database file?
 

dirki1972

Portal Pro
July 23, 2007
217
16
Home Country
Germany Germany
AW: Re: [WebService] General Media Access Webservice

Can you try to rebuild your database? And if that's not working upload your database file?

ohh we have the same idea ;)

in the moment i already start to rebuild :D

i will tell you later it fix the problem or not.....

if not then i can send you my database

regards
dirk
 

Django.edwards

Portal Pro
October 22, 2009
457
54
Eupen
Home Country
Belgium Belgium
Hi dirki1972,

I tried also your link and he did not work for me. But what works is to put an "MP_" in front of the getallalbums.

For me this works:

"http://localhost:44321/GmaWebService/MediaAccessService/json/MP_GetAllAlbums?sort=0&order=0"

Hope I could help.

Greets
Django
 

Oxan

Retired Team Member
  • Premium Supporter
  • August 29, 2009
    1,730
    1,124
    Home Country
    Netherlands Netherlands
    Then you still have the old (0.1.0.0) version instead of the new one (0.2.0.0) installed. The MP_ prefix was removed in 0.2.0.0. aMPdroid 0.7 needs the new version while 0.6 only works with the old version.
     

    dirki1972

    Portal Pro
    July 23, 2007
    217
    16
    Home Country
    Germany Germany
    AW: [WebService] General Media Access Webservice

    i also use version 0.2.0
    and i still get a empty website if i try to connect to the link

    "http://localhost:44321/GmaWebService/MediaAccessService/json/GetAllAlbums?sort=0&order=0"

    i already try to rescan Musicdatabase, but same Problem after.
     

    Oxan

    Retired Team Member
  • Premium Supporter
  • August 29, 2009
    1,730
    1,124
    Home Country
    Netherlands Netherlands
    Like Mike said above, could you upload your database please (or send it to me or Mike in a private message if you don't want to upload it publicly)?
     

    dirki1972

    Portal Pro
    July 23, 2007
    217
    16
    Home Country
    Germany Germany
    AW: Re: [WebService] General Media Access Webservice

    Like Mike said above, could you upload your database please (or send it to me or Mike in a private message if you don't want to upload it publicly)?

    ok here it is
     

    Attachments

    • MusicDatabaseV12.rar
      3.9 MB

    DieBagger

    Retired Team Member
  • Premium Supporter
  • September 11, 2007
    2,516
    1,276
    40
    Austria
    Home Country
    Austria Austria
    Re: AW: Re: [WebService] General Media Access Webservice

    Like Mike said above, could you upload your database please (or send it to me or Mike in a private message if you don't want to upload it publicly)?

    ok here it is

    Ok, so what happened here was that 2 different issues made it hard to pinpoint the problem
    a) the test url didn't work because of the large number of items (timeout). You'll see that http://localhost:44321/GmaWebServic...ums?sort=0&order=0&startIndex=0&endIndex=1000 will return data.
    b) aMPdroid crashed because a few items had missing artist information (which was used to generate the thumb location).

    The android bug has been fixed but you'll have to wait for the next version (although you might consider cleaning up your music database anyhow ... :eek:).
     

    Oxan

    Retired Team Member
  • Premium Supporter
  • August 29, 2009
    1,730
    1,124
    Home Country
    Netherlands Netherlands
    Well, it seems that there's a limit of 1.5MB for return messages in the webservice (change transferMode to Streamed and see size of resulting file). No idea why increasing the maxBufferSize (of the binding) doesn't help.
     

    Users who are viewing this thread

    Top Bottom