Author Topic: some questions /problems with the 0.862 version of vc  (Read 4763 times)

0 Members and 1 Guest are viewing this topic.

Wanilton

  • $upporter
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: some questions /problems with the 0.862 version of vc
« Reply #15 on: December 30, 2010, 06:59:40 PM »
Sorry, version with errors is 0.867 for me, version download from this post.

James, eu verifiquei novamente, não apresentou mais o erro mencionado, agora se esta ok para você,
o problema deve estar em meu computador, vou revisar tudo.

Happy new year.. ;D
« Last Edit: December 30, 2010, 07:13:42 PM by Wanilton »
www.xbmcbrasil.net
XBMC  Brazilian Community Forum - Admin
Windows 8.1 - XBMC Gotham Custom Plus - Aeon MQ 5
My Room Entertaiment´s
About me

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: some questions /problems with the 0.862 version of vc
« Reply #16 on: December 30, 2010, 07:11:36 PM »
please double and triple check your settings in VC and xbmc.  It works fine for me.  I don't know what I can do.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: some questions /problems with the 0.862 version of vc
« Reply #17 on: December 30, 2010, 07:41:24 PM »
try this just to be sure.  the message saying "actively refused it" usually means xbmc is not running, or the port is wrong.  If you have the wrong password it will give a different error.

derelict

  • $upporter
  • Jr. Member
  • *****
  • Posts: 47
  • Karma: 0
    • View Profile
Re: some questions /problems with the 0.862 version of vc
« Reply #18 on: December 31, 2010, 07:44:10 AM »
getting there.

try this.

You can set the time-out in XBMC options, but the default of 3000 ms should be enough I think.

The off mode should really be off now.

Hi James

Thank you for the fix... VC OFF is now working again like it's supposed to :-)

as for the songs problem... i still get 0 Songs INSTANTLY when i hit the generate song button in genxml for xbmc.... so it can't be a timeout issue, right ?

The songs feature within VC is not that much of an importance to me (no stress with that ;-) )... it might as well be, that some of my songs ID3Tags are corrupted!?

Cheers

Marcel

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: some questions /problems with the 0.862 version of vc
« Reply #19 on: December 31, 2010, 09:40:26 AM »
It could be that something is corrupt, or just that there is a character in their that is messing up the xml format and xbmc is not correcting for it.  It could also be that VC is choking on a bad character but I don't think so.

A possible cause of problems would be a '>' or '<' character

try browsing to:  http://127.0.0.1:8080/xbmcCmds/xbmcHttp?command=querymusicdatabase(select idsong,strtitle from Song)
then view page source
then save as a text file and send it to me

note, it should look like this:
Code: [Select]
<html>
<field>14973</field><field>The Chanukah Song</field><field>14974</field><field>All I Need (feat. Beth Hirsch)</field><field>14975</field><field>Ce matin-là</field><field>14976</field><field>Kelly Watch the Stars</field><field>14977</field><field>La Femme d'argent</field><field>14978</field><field>Le Voyage de Pénélope</field><field>14979</field><field>New Star in the Sky (Chanson pour Solal)</field><field>14980</field><field>Remember</field><field>14981</field><field>Sexy Boy</field><field>14982</field><field>Talisman</field><field>14983</field><field>You Make It Easy (feat. Beth Hirsch)</field><field>14984</field><field>Ai Du</field><field>14985</field><field>Amandrai</field><field>14986</field><field>Banga</field><field>14987</field><field>Bonde</field><field>14988</field><field>Diaraby</field>
...

Wanilton

  • $upporter
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: some questions /problems with the 0.862 version of vc
« Reply #20 on: January 01, 2011, 09:09:19 AM »
Hello James and friends,

Happy new year, ;D ;D

New voxcommando.exe it´s ok for me now, no more error, freezze.

Thanks,

Wanilton
www.xbmcbrasil.net
XBMC  Brazilian Community Forum - Admin
Windows 8.1 - XBMC Gotham Custom Plus - Aeon MQ 5
My Room Entertaiment´s
About me

derelict

  • $upporter
  • Jr. Member
  • *****
  • Posts: 47
  • Karma: 0
    • View Profile
Re: some questions /problems with the 0.862 version of vc
« Reply #21 on: January 01, 2011, 11:49:53 AM »
Hi James

You were right... i had a "<" in my output... and changed the id3 tag accordingly.... it's working fine now!

Thanks!!!

Marcel

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: some questions /problems with the 0.862 version of vc
« Reply #22 on: January 01, 2011, 04:31:35 PM »
good to know.  I wonder if there is a way to detect this in code.  It may be that when I switch to JSON it won't be an issue...  I think this is one of the things that JSON is supposed to be good for.