I get this error when trying to build for Chrome.

Everything about using Adblock Plus on Google Chrome
Post Reply
ewkfsefk4opf
Posts: 1
Joined: Wed Nov 01, 2017 3:50 pm

I get this error when trying to build for Chrome.

Post by ewkfsefk4opf »

My OS: Arch Linux
There doesn't seem to be an option to submit an issue on Github.

Code: Select all

Traceback (most recent call last):
  File "build.py", line 17, in <module>
    buildtools.build.processArgs(BASE_DIR, sys.argv)
  File "/path/to/adblockplus/buildtools/build.py", line 601, in processArgs
    commands[command](baseDir, scriptName, opts, args, type)
  File "/path/to/adblockplus/buildtools/build.py", line 55, in __call__
    return self._handler(baseDir, scriptName, opts, args, type)
  File "/path/to/adblockplus/buildtools/build.py", line 205, in runBuild
    packager.createBuild(baseDir, type=type, **kwargs)
  File "/path/to/adblockplus/buildtools/packagerChrome.py", line 352, in createBuild
    version = getBuildVersion(baseDir, metadata, releaseBuild, buildNum)
  File "/path/to/adblockplus/buildtools/packager.py", line 55, in getBuildVersion
    version = metadata.get('general', 'version')
  File "/usr/lib64/python2.7/ConfigParser.py", line 607, in get
    raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'general'
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: I get this error when trying to build for Chrome.

Post by mapx »

It is not a real issue, however you can ask on the bug tracker
https://issues.adblockplus.org

or try to contact some developer on the irc channel
blog/adblock-plus-development-irc-channel-is-now-open
Post Reply