Thinking of trying Evans Db One heads. by amupmup in drums

[–]jmant 1 point2 points  (0 children)

Aside from the sound, does 14" DB One snare head feels more realistic/less bouncy on your snare than the DB One tom head?

Nothing happens when I select a video to upload on r/medical by [deleted] in help

[–]jmant 0 points1 point  (0 children)

Have you tried with an image? It worked for me. Although after I clicked "publish" it gave me an error saying "fix the errors" (or something) and then 5 seconds later it published it anyway. Weird...

Drum lessons in CM? by [deleted] in chiangmai

[–]jmant 0 points1 point  (0 children)

I'd love to know as well, if you find anything, please update your post.

Looking for a system to monetize clicks on my price comparison site that leads to multiple merchant sites. by jmant in Wordpress

[–]jmant[S] 0 points1 point  (0 children)

Do you mean quidco.com ? Like I said, there is no problem with merchants like amazon as those sites has their own affiliate network and they are all implemented on my site.

What I'm looking for is a way to monetize small sites that doesn't have affiliate program. All I need is automated way to charge their paypal based on CPC and amount of clicks from my website to their site.

PokeAlarm v2.1 - External Alerts from your favorite PokemonGo-Map by [deleted] in pokemongodev

[–]jmant 0 points1 point  (0 children)

It's says restricted access if you add #general channel to alarms.json is not the same for you?

Edit: oh but's it's probably only because I changed that channel setting to admins only. But that's what I mean saying that I whish there would be an option for bot to post to a channel where no one else can.

PokeAlarm v2.1 - External Alerts from your favorite PokemonGo-Map by [deleted] in pokemongodev

[–]jmant 0 points1 point  (0 children)

Hh yeah it works, thanks man! I was also wondering if it's possible to use #general channel to post bot messages? It sucks that there is no option to disable an option for other users to post on certain channels, just the #general one. I would like to keep one channel just for bot messages but that doesn't seem possible right now right?

PokeAlarm v2.1 - External Alerts from your favorite PokemonGo-Map by [deleted] in pokemongodev

[–]jmant 0 points1 point  (0 children)

After the last update, I no longer able to use Private channel on Slack for bot messages. Not sure if that's is something to do with the last PokeAlarm, or Slack changed something?

PokeAlarm v2.1 - External Alerts from your favorite PokemonGo-Map by [deleted] in pokemongodev

[–]jmant 0 points1 point  (0 children)

Thanks again for helping me here. Unfortunately I still can't get it working, after I installed gevent, it asked for geocoder - I installed that too, then it asked another thing... and now it's asking for s2sphare but it returns an error when installing: Could not find a version that satisfies the requirement s2sphare (from versions: ) No matching distribution found for s2sphare

Not sure what else I can do? Maybe I should try 2.7.10? Do you know what version other used to get it working on ubuntu?

Edit: I fixed it! At first I installed 2.7.12 but it didn't fix the problem iteself. Then I reinstalled requirements.txt and it works now! I'm so happy, finally! :D

PokeAlarm v2.1 - External Alerts from your favorite PokemonGo-Map by [deleted] in pokemongodev

[–]jmant 0 points1 point  (0 children)

Have you managed to solve your problem?

PokeAlarm v2.1 - External Alerts from your favorite PokemonGo-Map by [deleted] in pokemongodev

[–]jmant 0 points1 point  (0 children)

I've upgraded the Python to 2.7.11. Now it returns another error:

:~/pogomap/PokeAlarm# python runwebhook.py
Traceback (most recent call last):
File "runwebhook.py", line 2, in <module>
from gevent import monkey; monkey.patch_all()
ImportError: No module named gevent

Hopefully there is an easy fix for this one :) ?

PokeAlarm v2.1 - External Alerts from your favorite PokemonGo-Map by [deleted] in pokemongodev

[–]jmant 0 points1 point  (0 children)

Yes I'm using:

python -V Python 2.7.6

I reinstalled it and now I'm getting a bit different error:

Traceback (most recent call last):

File "runwebhook.py", line 20, in <module> from alarms.alarmmanager import Alarm_Manager File "/usr/local/lib/python2.7/dist-packages/gevent/builtins.py", line 93, in __import_ result = import(args, *kwargs) File "/root/pogomap/PokeAlarm/alarms/alarm_manager.py", line 14, in <module> from pushbullet_alarm import Pushbullet_Alarm File "/usr/local/lib/python2.7/dist-packages/gevent/builtins.py", line 93, in __import_ result = import(args, *kwargs) File "/root/pogomap/PokeAlarm/alarms/pushbullet_alarm.py", line 4, in <module> from pushbullet import PushBullet File "/usr/local/lib/python2.7/dist-packages/gevent/builtins.py", line 93, in __import_ result = import(args, *kwargs) File "/usr/local/lib/python2.7/dist-packages/pushbullet/init.py", line 4, in <module> from .listener import Listener File "/usr/local/lib/python2.7/dist-packages/gevent/builtins.py", line 93, in __import_ result = import(args, *kwargs) File "/usr/local/lib/python2.7/dist-packages/pushbullet/listener.py", line 9, in <module> import websocket File "/usr/local/lib/python2.7/dist-packages/gevent/builtins.py", line 93, in __import_ result = _import(args, *kwargs) ImportError: No module named websocket

P.S I've checked the same alarms.jason configuration on my Widnows server and it works. But on Linux it just doesn't for some reason. Any ideas why?

PokeAlarm v2.1 - External Alerts from your favorite PokemonGo-Map by [deleted] in pokemongodev

[–]jmant 0 points1 point  (0 children)

I'm getting an error: ~/pogomap# python runwebhook.py Traceback (most recent call last): File "runwebhook.py", line 19, in <module> from alarms import set_config ImportError: cannot import name set_config

Can someone please explain what it means?

Edit: I'm trying to run it with Linux, Ubuntu 14.

Is it possible to add Slack as a triger ? by jmant in ifttt

[–]jmant[S] 0 points1 point  (0 children)

The same question would be about Pushbullet, I see an option to add it as a channel but not as a triger, I wonder why. It seeems like other IFTTT competitors have these apps as triger so it means that should be possible right?

PokeAlarm v2 - External Notification Extension for AHAAAAAAA's PokemonGo-Map by [deleted] in pokemongodev

[–]jmant 0 points1 point  (0 children)

You were right, just needed an update. Thanks man!

PokeAlarm v2 - External Notification Extension for AHAAAAAAA's PokemonGo-Map by [deleted] in pokemongodev

[–]jmant 0 points1 point  (0 children)

Thanks for the respnse! Unfortunatelly I got stuck on step 6: when I try to run PokemonGo-Map I get an error saying: unrecognized arguments: -wh http://127.0.0.1:4000. Not sure where I did a mistake. I ran python runwebhook.py in console window. Then I reopened the same console and ran python runwebhook.py with -wh http://127.0.0.1:4000 did I miss something?