[Pywikipedia-bugs] [Maniphest] [Commented On] T245588: When using pywikibot as a library, third-party families cannot be registered in user-config.py

2020-02-19 Thread Dvorapa
Dvorapa added a comment. You can avoid this bug by registering family file in your script directly, not in user-config btw TASK DETAIL https://phabricator.wikimedia.org/T245588 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Dvorapa,

[Pywikipedia-bugs] [Maniphest] [Commented On] T245588: When using pywikibot as a library, third-party families cannot be registered in user-config.py

2020-02-19 Thread Dvorapa
Dvorapa added a comment. Okay, I made some detective work to find out, what could be wrong and I got to this traceback: $ python Python 3.8.1 (default, Jan 22 2020, 06:38:00) [GCC 9.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>>

[Pywikipedia-bugs] [Maniphest] [Commented On] T245588: When using pywikibot as a library, third-party families cannot be registered in user-config.py

2020-02-19 Thread Dvorapa
Dvorapa added a comment. I'm sorry, but could you post steps to reproduce without docker or unittests? I don't have server to run docker on and also don't want to break my OS, also I still miss any kind of traceback or error message. What do you want to achieve and what is broken? TASK DETA

[Pywikipedia-bugs] [Maniphest] [Commented On] T245588: When using pywikibot as a library, third-party families cannot be registered in user-config.py

2020-02-19 Thread desophos
desophos added a comment. The Dockerfile changes the directory structure with the line `COPY cfg/* /app/`. I originally wanted to keep the config files in their own folder, but the simplest solution turned out to be moving them to the working directory. I realize now that it's confusing to c

[Pywikipedia-bugs] [Maniphest] [Commented On] T245588: When using pywikibot as a library, third-party families cannot be registered in user-config.py

2020-02-19 Thread Dvorapa
Dvorapa added a comment. You register family file from `app` folder, but it is not in `app` folder? TASK DETAIL https://phabricator.wikimedia.org/T245588 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Dvorapa Cc: Dvorapa, Aklapper, pywikibot-bugs