WyliodrinSTUDIO
WyliodrinSTUDIO copied to clipboard
Errors after run proyect in updated Wyliodrin 12
Prerequisites
Description
[Description of the issue]
Steps to Reproduce
- run project
- [Second Step]
- [and so on...]
Expected behavior: Runs withouts erros or warnings
Actual behavior: run ok, but with errors
Reproduces how often: always
Version
Wyliodrin STUDIO:
12.1Chrome browser:
Versión 59.0.3071.115 (Build oficial) (64 bits)OS name: OSX 10.12.6 OS version:
Additional Information
Hi, Your app works, you see some warnings, but your app is running.
On Thu, Jul 27, 2017 at 9:45 PM, campinzon [email protected] wrote:
[image: captura de pantalla 2017-07-27 a la s 1 19 39 p m] https://user-images.githubusercontent.com/8145666/28686644-8235ac78-72d1-11e7-84c7-3ba408dde3a4.png Prerequisites
- Put an X between the brackets on this line if you have done all of the following:
- Restarted Chrome (close all Chrome windows and apps)
- Have the latest Wyliodrin STUDIO version (10.9)
Description
[Description of the issue] Steps to Reproduce
- run proyect
- [Second Step]
- [and so on...]
Expected behavior: Runs withouts erros or warnings
Actual behavior: run ok, but with errors
Reproduces how often: always Version
Wyliodrin STUDIO: 12.1
Chrome browser: Versión 59.0.3071.115 (Build oficial) (64 bits)
OS name: OSX 10.12.6 OS version: Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Wyliodrin/WyliodrinSTUDIO/issues/81, or mute the thread https://github.com/notifications/unsubscribe-auth/ACtOoVOthqAg15efQC-fz8ZXSyrtbhmdks5sSNrGgaJpZM4Olr55 .
-- Alexandru RADOVICI Universitatea "Politehnica" din Bucuresti
e-mail: [email protected] telefon: 0742061223 www.ipworkshop.ro
yes, my app is running..
another issue is: is not possible for my config Wyliodrin WEB, never connect. i transfer wyliodrin json, but not connect.
The new images does not work with www.wyliodrin.com for the moment.
On Thu, Jul 27, 2017 at 9:51 PM, campinzon [email protected] wrote:
another issue is: is not possible for my config Wyliodrin WEB, never connect. i transfer wyliodrin json, but not connect.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Wyliodrin/WyliodrinSTUDIO/issues/81#issuecomment-318453445, or mute the thread https://github.com/notifications/unsubscribe-auth/ACtOoY8QHWvKd7g1W4B4_hC3LI4-NULWks5sSNw7gaJpZM4Olr55 .
-- Alexandru RADOVICI Universitatea "Politehnica" din Bucuresti
e-mail: [email protected] telefon: 0742061223 www.ipworkshop.ro
these are new errors after execute "sudo apt-get update and sudo apt-get upgrade" in last wyliodrin image: nable to determine hardware version. I see: Hardware : BCM2835 ,
- expecting BCM2708 or BCM2709. If this is a genuine Raspberry Pi then please report this to [email protected]. If this is not a Raspberry Pi then you are on your own as wiringPi is designed to support the Raspberry Pi ONLY. Makefile.wyliodrin:2: recipe for target 'run' failed make[1]: *** [run] Error 1 Makefile.raspberrypi:7: recipe for target 'run' failed make: *** [run] Error 2 Project exit with error 2
Please your help. nothing run...
Hello @campinzon this also happened to me. It's an upstream issue coming from WiringPi
. You can check some possible solutions here:
- https://github.com/WiringPi/WiringPi-Python/issues/47
- https://github.com/WiringPi/WiringPi-Python/issues/49
The problem
Problem is, when you're doing that upgrade, the kernel version also gets updated (probably chip model also is changed ?) and they're just not supporting it. Someone patched this, but the repo maintainers don't want to merge or patch this themselves: https://github.com/WiringPi/WiringPi-Python/pull/51
(notice the last answer from one of the original developers: https://github.com/WiringPi/WiringPi-Python/pull/51#issuecomment-318186556 ).
Some sort of fix
I would try to reinstall OS on the SD card from the image (simplest solution)
OR rollback updates (harder solution - check this only if you're confident with Linux) - unix.stackexchange.com/questions/79050/can-i-rollback-an-apt-get-upgrade-if-something-goes-wrong
OR check Wyliodrins version from https://github.com/Wyliodrin/wiringPi - steps here - raspberrypi.stackexchange.com/questions/57501/wiringpi-error-etates-im-not-using-an-rpi
(I don't remember if this solution worked for me)