Coder Social home page Coder Social logo

bbnotify's People

Contributors

aleszoulek avatar epierre avatar voy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

bbnotify's Issues

Any interest in adding your plugin to the trac-hacks organization?

Hi,

I'm an administrator for trac-hacks.org. We've created an organization on GitHub and are inviting authors of trac-hacks plugins to join the organization. Your repository could be transferred into the organization as described in the GitHub docs. You'd retain full control over the repository, but the hope is that it will be easier for users on GitHub to find trac-hacks plugins, such as yours, by viewing the trac-hacks organization. We also plan to eventually add search capabilities that aggregate the plugins available on trac-hacks.org and github.com/trac-hacks, to provide a single index of all plugins available for Trac.

In the future, if you choose to no longer maintain the plugin, the organization would be able to provide commit access to new developers. This would only be done with your permission, as has been the policy for plugins hosted on trac-hacks.org. If you've already decided to no longer maintain the plugin, we would particularly appreciate you transferring the plugin to the trac-hacks organization so that we can help find new maintainers for it.

Thank you for your consideration.

Kind regards,
Ryan

Not running when ignored builders is not specified

whit@bk:~/proj/3rd/bbnotify> python bbnotify.py http://buildbot/url/xmlrpc
Traceback (most recent call last):
  File "bbnotify.py", line 8, in 
    main()
  File "/home/whit/proj/3rd/bbnotify/bbnotify/__init__.py", line 43, in main
    Notificator(url, ignore_builders)
  File "/home/whit/proj/3rd/bbnotify/bbnotify/notificator.py", line 87, in __init__
    self.start()
  File "/home/whit/proj/3rd/bbnotify/bbnotify/notificator.py", line 114, in start
    self.refresh()
  File "/home/whit/proj/3rd/bbnotify/bbnotify/notificator.py", line 91, in refresh
    if name not in self.ignore_builders:
TypeError: argument of type 'NoneType' is not iterable

but:

whit@bk:~/proj/3rd/bbnotify> python bbnotify.py -i '' http://buildbot/url/xmlrpc

works fine.

new bb xmlrpc fail

whit@whit:~/proj/zzz-others/bbnotify> bbnotify -p xmlrpc http://path/to/buildbot:8013/xmlrpc
Traceback (most recent call last):
  File "/usr/local/bin/bbnotify", line 8, in 
    load_entry_point('bbnotify==0.3', 'console_scripts', 'bbnotify')()
  File "/usr/local/lib/python2.6/site-packages/bbnotify-0.3-py2.6.egg/bbnotify/__init__.py", line 65, in main
    Notificator(url, ignore_builders, include_builders, protocol=protocol, group=group)
  File "/usr/local/lib/python2.6/site-packages/bbnotify-0.3-py2.6.egg/bbnotify/notificator.py", line 45, in __init__
    self.start()
  File "/usr/local/lib/python2.6/site-packages/bbnotify-0.3-py2.6.egg/bbnotify/notificator.py", line 89, in start
    self.refresh()
  File "/usr/local/lib/python2.6/site-packages/bbnotify-0.3-py2.6.egg/bbnotify/notificator.py", line 77, in refresh
    self._refresh_icon(name, status['result'])
  File "/usr/local/lib/python2.6/site-packages/bbnotify-0.3-py2.6.egg/bbnotify/notificator.py", line 52, in _refresh_icon
    self.icons[name].set_from_file(join(MEDIA_DIR, self.ICONS.get(result)))
  File "/usr/lib64/python2.6/posixpath.py", line 65, in join
    if b.startswith('/'):
AttributeError: 'NoneType' object has no attribute 'startswith'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.