Mike Wadsten
Mike Wadsten
Actually, hold on. Have you run `heroku run python manage.py syncdb` now that you got the successful deploy using Python 2.7?
The version of Python that you have installed locally has no effect on what you should put in `runtime.txt`. That file controls the version of Python that _Heroku_ uses. Based...
> Now I not that my npm version . Is this is the real problem If you mean "this is not the same version of NPM that I have installed...
After editing package.json, did you commit the change? (First command in my previous comment)
Based on this: > sudo git push heroku master > Everything up-to-date It does not appear that the deployment to Heroku did anything. What if you run the `git push...
Okay, that error is probably because you had used `sudo` previously. Can you send me the output of this command? ``` git log --decorate -n 3 ```
Hi @altaic, As is mentioned in the typehints for the `uselect` module, we only support `uselect` on XBee Cellular and XBee 3 Cellular devices with firmware ending in x15 or...
@altaic No updates at this time. I've submitted a request internally to add support but I can't make any guarantees on when/if it will happen.
Hi @StevenSOConnell , Based on that error message, it looks like you might not be using the `umqtt` library from this repository (https://github.com/digidotcom/xbee-micropython/tree/master/lib/umqtt). The error coming from line 61 is...
@StevenSOConnell What if you use the 11413 firmware? Also try formatting the XBee filesystem and retesting on 11415. It's possible the `micropython-lib` `umqtt` library was still there and was used...