ximarx / vlc-shares

Automatically exported from code.google.com/p/vlc-shares
0 stars 1 forks source link

megavideo 0.2 plugin premium don't save password #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I installed megavideo 0.2 plugin on vlc-shares 0.5.3 (i removed the previous 
megavideo plugin bundled with this version manually). When I go to Megavideo 
config options i choose to enable premium and then i type my premium username 
and password but when i choose to save changes a 404 error appears

Original issue reported on code.google.com by ricuccim...@gmail.com on 19 Feb 2011 at 4:50

GoogleCodeExporter commented 9 years ago
sorry the megaupload plugin i removed comes from the previous vlc shares 
version, anyway i tried a clean installation and i have the same issue

Original comment by ricuccim...@gmail.com on 19 Feb 2011 at 6:03

GoogleCodeExporter commented 9 years ago
This issue id already solved in r333. Configs are stored anyway, it's a 
redirect problem only.

Original comment by ximarx@gmail.com on 19 Feb 2011 at 7:52

GoogleCodeExporter commented 9 years ago
Ho dimenticato di dire che il campo della password rimane sempre e comunque 
vuoto anche se la password è stata memorizzata e per ogni successiva modifica 
va reinserita. Cercherò di risolvere questo problema per la versione finale, 
altrimenti dovei trnare ad usare il vecchio campo di solo testo anche per le 
password

Original comment by ximarx@gmail.com on 19 Feb 2011 at 8:00

GoogleCodeExporter commented 9 years ago
ok ho aggiornato i due file e ora salva. Non ho ancora provato sulla Wii, ma 
sul pc se uso la funzione esplora e scelgo un file di megavideo dice 
"Application error" e come descrizione "p_megavideo_invalidaccount". Ovviamente 
utente e password sono giusti, è un errore normale se uso la funzione esplora 
dal pc?

Original comment by ricuccim...@gmail.com on 20 Feb 2011 at 11:54

GoogleCodeExporter commented 9 years ago
No, non è un errore normale. Sicuro che username e password siano corretti? 
Quando inserisci username e password, inseriscili entrambi

Original comment by ximarx@gmail.com on 20 Feb 2011 at 1:00

GoogleCodeExporter commented 9 years ago
si li inserisco sempre entrambi... nella mia password c'è un carattere 
speciale, potrebbe essere quello?

Original comment by ricuccim...@gmail.com on 20 Feb 2011 at 1:54

GoogleCodeExporter commented 9 years ago
potrebbe essere

Original comment by ximarx@gmail.com on 20 Feb 2011 at 1:59

GoogleCodeExporter commented 9 years ago
purtroppo non posso cambiare la password, aspetterò un fix

Original comment by ricuccim...@gmail.com on 20 Feb 2011 at 2:08

GoogleCodeExporter commented 9 years ago
Faresti una prova per me? Apri il file 
application/controllers/MegavideoController.php, vai alla linea 547 e 548 e 
elimina l'urlencode lasciando solo

'username' => $username,
'password' => $password,

Original comment by ximarx@gmail.com on 20 Feb 2011 at 2:55

GoogleCodeExporter commented 9 years ago
senza urlencode() escono delle scritte strane sul browser ma penso sia per 
colpa del fatto che non sa come aprire il video e tenta di leggerlo come file 
di testo, quindi dovrebbe funzionare.

Original comment by ricuccim...@gmail.com on 20 Feb 2011 at 3:15

GoogleCodeExporter commented 9 years ago
Esattamente. Prova sulla wii. Dovrebbe andare cosi

Original comment by ximarx@gmail.com on 20 Feb 2011 at 3:29

GoogleCodeExporter commented 9 years ago
Solved

Original comment by ximarx@gmail.com on 23 Feb 2011 at 6:57