Nice to stumble upon that issue. Already send you another patch for thatmartenjacobs wrote:I did notice a case where it may fail in some random cases (see the issue I created today). In these cases, rooting again should fix it.

Moderators: marcelr, TheHogNL, Toonz
Nice to stumble upon that issue. Already send you another patch for thatmartenjacobs wrote:I did notice a case where it may fail in some random cases (see the issue I created today). In these cases, rooting again should fix it.
****.. did not see it..TheHogNL wrote:The script would have told you the password in the end just before 'your toon is now rooted'.
Updating should be done with the rooted toon update script.
TheHogNL wrote:Yes that is the easiest way.
Your toon is only called 'rooted' when you have confirmed root access (so you have logged in with ssh)
Hi uibeltje,uibeltje wrote:I want to root my Toon using the script from GitHub and a Raspberry Pi but after connecting everything I get the following error message:
(...)
Any idea what's going wrong?
Code: Select all
cat /etc/issue && python --version && python -c 'import cryptography as c ; print(c.__version__)'
This is the output:martenjacobs wrote:
Could you show me the output for this command:Perhaps reinstalling python-cryptography could help as well. It may have been corrupted in some way.Code: Select all
cat /etc/issue && python --version && python -c 'import cryptography as c ; print(c.__version__)'
Testing with the Toon disconnected shouldn’t be an issue. I see you’re running Raspbian Jessie, which is pretty old. The version of python-cryptography is even older. Upgrading to Stretch will probably solve your problem.uibeltje wrote:This is the output:martenjacobs wrote:
Could you show me the output for this command:Perhaps reinstalling python-cryptography could help as well. It may have been corrupted in some way.Code: Select all
cat /etc/issue && python --version && python -c 'import cryptography as c ; print(c.__version__)'
Raspbian GNU/Linux 8 \n \l
Python 2.7.9
0.6.1
Try to remove and reinstall python-cryptography but I do get same error message. I tested it this time with the Toon not connected to my Pi, is that a problem? Because I need Toon to control the heating in my house I am not able to have it disconnected for a couple of days.