Philipp Brandl

Results 6 comments of Philipp Brandl

I can confirm the freeze when using more accounts/greater scan range. After a couple of tries I was able to finish scanning for the spawn points and after that iscan...

Yes, on the latest commit. I haven't seen any pattern as to when the scanner freezes. In order to bypass the problem I wrote a small script to restart the...

I also had a problem with Telegram, had to change the following line from `telebot.sendMessage(chat_id=telegram, text=u'{}{}'.format(notification_text,time_text), parse_mode='HTML', disable_web_page_preview=False, disable_notification=False)` to `telebot.sendMessage(chat_id=telegram, text=u'{}\n{}'.format(notification_text,time_text), parse_mode='HTML', disable_web_page_preview=False, disable_notification=False)`

@seikur0 Sorry, I guess I had an old version of the file. The problem described here is connected to trying to write Unicode to file without encoding it properly. To...

check out https://github.com/novskey/PalletTown/pull/25

check out https://github.com/novskey/PalletTown/pull/25