Giter Site home page Giter Site logo

syrup-sopel-modules's People

Contributors

afengg avatar dasu avatar kaask avatar kds14 avatar kwaaak avatar serubin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

syrup-sopel-modules's Issues

pb.py does not send message

pb.py merely prints the title of the url I'm attempting to send to $nick. I do not get a notification on the PB app. I have the API in there, what am I missing?

weather2.py fails for some cities

We can reproduce the issue by checking weather for the city of Goa, it fails with:
TypeError: 'NoneType' object has no attribute '__getitem__' (file "/usr/local/lib/python2.7/dist-packages/sopel/modules/weather.py", line 184, in weather)

weather2.py location issues

Probably broken after b6ea82d

Signature: TypeError: 'NoneType' object has no attribute 'getitem' (file "/home/sopel/.sopel/modules-simple/weather2.py", line 187, in get_forecast)
from ... at 2016-06-11 13:07:50.032984. Message was: -wea vostok, aq
Traceback (most recent call last):
File "/home/sopel/sopel/sopel/bot.py", line 441, in call
exit_code = func(sopel, trigger)
File "/home/sopel/.sopel/modules-simple/weather2.py", line 227, in weather
location, forecast, error = get_forecast(bot,trigger,location)
File "/home/sopel/.sopel/modules-simple/weather2.py", line 187, in get_forecast
location = result[0]['admin1']['content'] + ", " + result[0]['country']['content']
TypeError: 'NoneType' object has no attribute 'getitem'

sync.py bug

race condition or something causes broken sync in same rare cases.

Jun 28 20:37:00 <user1> .sync user2 user3 user4 user1  
Jun 28 20:37:00 <syrup> Buckle up syncers!  
Jun 28 20:37:03 <user3> .ready
Jun 28 20:37:38 <user4> .ready
Jun 28 20:37:53 <user2> .ready
Jun 28 20:38:00 <syrup> Please .ready up: user1
Jun 28 20:38:30 <user1> .desync 
Jun 28 20:38:30 <syrup> Aborting sync...
Jun 28 20:38:42 <user1> .sync user2 user3 user4 user1 
Jun 28 20:38:42 <syrup> Buckle up syncers!
Jun 28 20:38:44 <user3> .ready
Jun 28 20:38:45 <user2> .ready
Jun 28 20:38:46 <user1> .ready
Jun 28 20:39:00 <syrup> Shit syncers: user4
Jun 28 20:39:04 <user1> rip
Jun 28 20:39:05 <user3> please
Jun 28 20:39:05 <user1> the bug
Jun 28 20:39:13 <user4> .ready
Jun 28 20:39:13 <syrup> You're not on the list.
Jun 28 20:39:26 <user4> lol
Jun 28 20:39:42 <syrup> Please .ready up: 
Jun 28 20:39:47 <user4> L O L

please fix ;_;

stocks.py broken

Google finally shut down their finance 'api', so I'll need to remake stocks.py
I'll either use yahoo api, or something else.

mixer bug when no game is selected

streamer_game = streaming["type"]["name"] is set to NoneType when the streamer has not set a game.

possible fix: streamer_game = streaming["type"]["name"] or "No Game Selected"

Wafflebot issues

wafflebot module seems to go into an infinite loop somewhere, burns CPU, and eventually crashes the whole system, assuming you have a lot of conversation data to work with (550K~ sentences).
Currently disabled.

Couple of solutions:
Rewrite it with something better.
enable the data expiration like the original module had (1 month?).
just leave it completely disabled forever :(

API keys in config file

Most of the modules should be configured so that it reads the API key from the config file.

twitch.py: hitbox api keeps shitting itself

seems to randomly timeout every minute or two, which may or may not cause issues for twitch.
Possible solutions:

  1. add a check for timeouts and continue as nothing happened
  2. remove hitbox functionality.

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.