The settings dialog displays the text "30059c" instead of "Switch accounts"
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
- 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.
Same probleme here, using newest Libreelec
Same, using the latest version of OSMC.
Same here. Tested on Libreelec with different versions of this plugin...
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)
Same here with raspbian stretch
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.
Same issue :-(
OSMC 18-RC1 / Rpi3
http://paste.osmc.tv/ekapadadeb.vhdl
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
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!
I could not find the string
30059con.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.
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