Win VU+ / Enigma2 Client - probleme with "@" in the password - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: Enigma (Dreambox/Vu+) (https://forum.kodi.tv/forumdisplay.php?fid=226) +---- Thread: Win VU+ / Enigma2 Client - probleme with "@" in the password (/showthread.php?tid=193482) |
VU+ / Enigma2 Client - probleme with "@" in the password - hicham2u - 2014-04-29 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). RE: VU+ / Enigma2 Client - probleme with "@" in the password - JimThend - 2014-12-16 I have the same problem ... you have solved RE: VU+ / Enigma2 Client - probleme with "@" in the password - hicham2u - 2014-12-17 No solution. As a workaround you can change your password using a combination of upper case + lower case and numbers. RE: VU+ / Enigma2 Client - probleme with "@" in the password - xbmckid2012 - 2015-01-11 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. RE: VU+ / Enigma2 Client - probleme with "@" in the password - jdembski - 2015-03-26 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? |