plugin.video.netflix icon indicating copy to clipboard operation
plugin.video.netflix copied to clipboard

The settings dialog displays the text "30059c" instead of "Switch accounts"

Open Paco8 opened this issue 7 years ago • 11 comments

I'm submitting a ...

  • [x] bug report
  • [ ] feature request
  • [ ] support request

General infomration

Prerequisites

  • [x] Are you running the latest version? Yes.

Description

The addon settings dialog displays "30059c" instead of "Switch accounts"

I think this is caused because in the file settings.xml, line 6, it says label="30059c". Removing the c after the number fixes the problem.

Steps to Reproduce

  1. Open the addon settings.

Expected behavior: [What you expected to happen]

The text "Switch accounts" should appear in the first option.

Actual behavior: [What actually happened]

It displays "30059c"

Installation

  • [ ] I installed the plugin via zip from the Releases page
  • [x] I´m using the Netflix Repo
  • [ ] I´m using a different source (Please tell which)

Operating System

  • [ ] Linux (x86/x64)
  • [ ] OSX (x86/x64)
  • [x] Windows (x86/x64)
  • [ ] Linux (ARM)
  • [ ] Android

Additional informatin on the environment

I'm using Windows 10.

Paco8 avatar Jan 16 '19 20:01 Paco8

Same probleme here, using newest Libreelec

ghost avatar Jan 16 '19 21:01 ghost

Same, using the latest version of OSMC.

Com3Carne avatar Jan 16 '19 22:01 Com3Carne

Same here. Tested on Libreelec with different versions of this plugin...

VicenteVeigaEY avatar Feb 04 '19 23:02 VicenteVeigaEY

I changed 30059c to 30059. It changed the menu, but still I can't set my account : it just closes the windows (Kodi 18.0 on Lubuntu)

johnmcchavs avatar Feb 10 '19 21:02 johnmcchavs

Same here with raspbian stretch

jcreixell avatar Feb 17 '19 20:02 jcreixell

Check your logs; if you see stuff like "ImportError: No module named Cryptodome.Random",

try running "pip2 install pycryptodomex" from the commandline and restart kodi.

adq avatar Feb 25 '19 23:02 adq

Same issue :-(

OSMC 18-RC1 / Rpi3

http://paste.osmc.tv/ekapadadeb.vhdl

akhlan avatar Apr 13 '19 14:04 akhlan

Edit your settings.xml file located on your .kodi/userdata/addon_data directory, and look for 30059c and replace it with 30059 and that's it

jakermx avatar Apr 13 '19 19:04 jakermx

I could not find the string 30059c on .kodi/userdata/addon_data/plugin.video.netflix/settings.xml, but since you were talking about a non-translated string, it gave me the clue to fix it: I reverted the interface into English, and even though the label was still missing, it worked when clicking on it!

ccamara avatar May 01 '19 10:05 ccamara

I could not find the string 30059c on .kodi/userdata/addon_data/plugin.video.netflix/settings.xml, but since you were talking about a non-translated string, it gave me the clue to fix it: I reverted the interface into English, and even though the label was still missing, it worked when clicking on it!

For reference, there's a separate settings.xml in .kodi/addons/plugin.video.netflix/resources That's the one with the typo. Or at least, it was for me.

Galatean avatar May 18 '19 21:05 Galatean

FYI

.kodi/addons/ Directory have default settings and plugin lib filles .kodi/userdata/addon_data have current addon settings

so if you want to modify a library you should modify a file on .kodi/addons/ but if you want to modify or inspect your deviuce current settings or log files, your should llook at .kodi/userdata/addon_data

Cheers

jakermx avatar May 26 '19 03:05 jakermx