allmusic.com album info lookup broken again
#16
i would consider myself quite an experienced pc user... i.e networking software hardware etc... but this has baffled me! im wondering whether cable users are struggling? and asdl users are having no problems? dns servers? proxys? your the expert ;-)
#17
i'm a cable modem user. i have no local proxy, and i'm unsure if my provider is using a transparent proxy.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
#18
and u have no problems?
#19
i´m on cable and it doesn´t work for me either... No
#20
i have some backup at last :d it'd b real nice if it can? be resolved!
#21
for both of you... does my weather work? does imdb lookup work? what's your network configuration -- router & switch, windows ics, proxy, etc ?

i just downloaded and compiled from cvs last night and everything still works for me. allmusic.com, imdb, weather, kml browser, and aqt browser all work for me.

i have a linksys router/switch combo that collapses a few computers, and two xboxen behind a cable modem. i'm not using the linksys for dhcp -- i have a linux box running dhcpd doing that so i can force ip addresses per mac address. (this way every machine always gets the same exact ip address.)
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
#22
imdb, weather, kml browser, and aqt browser is just running fine here. Rolleyes
#23
xbmc dash, dchp network settings, wireless linksys game adaptor 'g' on xbox, wireless asus wl500g, weather, imdb, aqt, cddb, shoutcast, time etc... work 100% just no allmusic.com connection.

router set to 192.168.1.1
#24
what's the error you get? and do you have any idea when the xbe was compiled? there were problems with allmusic.com because they changed their website like three times in a very short period of time.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
#25
i compiled it... latest cvs it just states error recv 0 in log
#26
do you mean

error recv failed: 0

?

**edit**
be sure to change your log level to full in xboxmediacenter.xml.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
#27
you contradicting my intelligence now? u knew what i mean't word for word! its not working... you know the error code i'm only trying to help!
#28
absolutely not... i want to be sure that i had the exact error message. unfortunately, this error is a generic error message that comes from the http.cpp piece of code and its returned from the xdk api for networking.

do you have your log level set to 0? if so, post the section of the log around that message.

the allmusic.com queries are post messages. we're going to need add some extra debugging code into the http section of code to find this bugger. its impossible to debug it when we cannot replicate your problem.

since you're compiling your own xbe, drop in a few log calls inside chttp::post (in http.cpp). its small so theres only a few things than can go wrong in there.

use

clog::log(logerror, "error in http.cpp at something descriptive");

before each of the return false statements so we try to see where its bombing out.

you also might want to do the same in musicinfoscraper.cpp in cmusicinfoscraper::findalbuminfo as well.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
#29
i shall try this... be back with results shortly! thank you.
#30
11-09-2004 13:47:44 info post url:http://www.allmusic.com/cg/amg.dll
11-09-2004 13:47:48 error recv failed: 0

Logout Mark Read Team Forum Stats Members Help
allmusic.com album info lookup broken again0