Kodi Community Forum

Full Version: VU+ / Enigma2 Client - probleme with "@" in the password
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I'm having probleme to connecte XBMC to my VU+ receiver.
i did some test and foud that it work well when i disable http authentication in receiver and setting no login/password in addon. But when i enable http authentication and set my login/password in addon => no connection.
i checked the log file nd foud this :

09:10:13 T:1520 NOTICE: Thread PVRClient start, auto delete: false
09:10:13 T:1520 NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - VU+ Addon Configuration options
09:10:13 T:1520 NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - Hostname: '192.168.1.3'
09:10:13 T:1520 NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - WebPort: '80'
09:10:13 T:1520 NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - StreamPort: '8001'
09:10:13 T:1520 ERROR: CCurlFile::FillBuffer - Failed: HTTP response code said error(22)
09:10:13 T:1520 NOTICE: CCurlFile::FillBuffer - Reconnect, (re)try 1
09:10:13 T:3428 NOTICE: -->Python Interpreter Initialized<--
09:10:13 T:1520 ERROR: CCurlFile::FillBuffer - Failed: HTTP response code said error(22)
09:10:13 T:1520 ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
09:10:13 T:1520 ERROR: XFILE::CFileCache::Open - failed to open source <http://USERNAME:PASSWORD@[email protected]:80/web/deviceinfo>
09:10:13 T:1520 ERROR: AddOnLog: VU+ / Enigma2 Client: Vu::Open It seem's that the webinterface cannot be reached. Make sure that you set the correct configuration options in the addon settings!
09:10:13 T:1520 ERROR: ADDON: Dll VU+ / Enigma2 Client - Client returned bad status (1) from Create and is not usable
09:10:13 T:1520 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to create add-on VU+ / Enigma2 Client, status = 1

i did another test with password without "@" and it work

=> my conclusion : somthing is going wrong with a password containing special caracter like @.

Pls can you update this adddon to handel the special caracter in password so we can use hard password (not weak).
I have the same problem ... you have solved Huh
No solution. As a workaround you can change your password using a combination of upper case + lower case and numbers.
Well spotted.

2 devices updated to Helix and Enigma2 addon failed as I had @ in the password.

Its hardly an addon issue though. Must be something that changed in Kodi / Helix.
Hmm, as a "quick hack" I added a log message for this a couple of months ago

Code:
XBMC->Log(LOG_ERROR, "%s - You cannot use the '@' character in either the username or the password with this addon. Please change your configuraton!", __FUNCTION__);

Can someone with the problem please check whether you can see that log message?