Martin O'Hanlon

Results 59 comments of Martin O'Hanlon

+1 to this.

I am also experiencing this issue. I am using a Raspberry Pi, running Raspbian 2018-06-27. Installed pokebase using: ``` sudo pip3 install pokebase ``` Running: ```python from pokebase import pokemon...

Ok, so I have done some investigation... It seems that when pokebase first creates the cache something can fail (I couldn't replicate what fails) but as a result I had...

Fyi - we (the Raspberry Pi foundation) use pokebase in 1 of our online courses (to inject some fun and download pokemon - thanks) and I have seen quite a...

If you experience this error, deleting the pokebase cache should resolve the issue. In windows open a command prompt and run: ``` rmdir /s "%USERPROFILE%\.cache\pokebase" ``` In Linux (inc Raspberry...

You have a different device (either raspberry pi or bluetooth adapter) paired with your mobile phone than you are running your python program on. You can see the mac addresses...

I have just tried to recreate this [spoiler I cant] using: - raspberry pi 4 - latest Raspberry Pi OS release (Linux raspberrypi 5.10.17-v7l+) Everything worked as expected, I was...

This is not currently something you can do with bluedot. I will leave it as a feature request for the time being but it's unlikely to be a priority for...

I would encourage you to take your question to the raspberry pi forum raspberrypi.org/forum, there are lots of friendly people there who would be able to help. I am the...

bluedot needs to be installed via sudo otherwise the entry point for the python bluedot app `bluedotapp` cant be installed.