Open welshlamb10 opened 2 years ago
Hi @welshlamb10, I will need to know a bit more information regarding your setup:
Hi, have same issue. OS raspios bullseyes - arm64 Try to connect with firefox and edge on Windows 11 machine ping raspberrypi.local - works use Pi 4 8Go with usb 64 Go new installation
Regards
André Forys
After some investigations, it seems to be the flask version and Jnija2 new version problem can't find 'escape' the server is not running.
Hi,
I removed the flask version in usr/lib/python3. Lauch a new setup. The server begins to work (localhost/setup). But the second site page never progress.
lsusb found the camera.
This is the log :
déc. 26 01:01:26 raspberrypi systemd[1]: Started CAIT Webapp service.
déc. 26 01:01:32 raspberrypi bash[461]: Serving Flask app 'main'
déc. 26 01:01:32 raspberrypi bash[461]: Debug mode: off
déc. 26 01:01:32 raspberrypi bash[461]: WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
déc. 26 01:01:32 raspberrypi bash[461]: Running on all addresses (0.0.0.0)
déc. 26 01:01:32 raspberrypi bash[461]: Running on http://127.0.0.1:80
déc. 26 01:01:32 raspberrypi bash[461]: Running on http://127.0.0.1:80
déc. 26 01:01:32 raspberrypi bash[461]: Press CTRL+C to quit
déc. 26 01:01:32 raspberrypi bash[461]: INFO:root:BaseCommand: Port 9433 is available
déc. 26 01:01:33 raspberrypi bash[461]: Exception in thread Thread-1:
déc. 26 01:01:33 raspberrypi bash[461]: Traceback (most recent call last):
déc. 26 01:01:33 raspberrypi bash[461]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
déc. 26 01:01:33 raspberrypi bash[461]: self.run()
déc. 26 01:01:33 raspberrypi bash[461]: File "/usr/lib/python3.9/threading.py", line 892, in run
déc. 26 01:01:33 raspberrypi bash[461]: self._target(self._args, **self._kwargs)
déc. 26 01:01:33 raspberrypi bash[461]: File "/home/af/cep/src/cait/cortic_webapp/main.py", line 107, in import_cait_modules
déc. 26 01:01:33 raspberrypi bash[461]: from cait import essentials
déc. 26 01:01:33 raspberrypi bash[461]: File "/home/af/cep/src/cait/cait/essentials.py", line 8, in
Regards
André Forys
Hi @af1964, I believe the problem is caused by a failed setup process. I would need to update the setup script to resolve any conflicts or failures caused by the latest updates to the OS or dependent software packages. I will let you know once I have updated the setup script.
Hi,
What I did : remove Flask from de raspi during installation it finds the default installation and do nothing for Flask
I downgrade a package jinja2 == 3.0.3
I tried to build a new package for opencv-python-contrib because it lakes Freetype (not really found a solution)
Retrieve a version of opencv_contrib_python==4.4.0.46 with Freetype included (in process I’ll see result this evening)
Regards
De : michaelhwn @.> Envoyé : mardi 3 janvier 2023 18:07 À : cortictechnology/cep @.> Cc : af1964 @.>; Mention @.> Objet : Re: [cortictechnology/cep] cant get raspberrypi.local/setup to work (Issue #35)
Hi @af1964 https://github.com/af1964 , I believe the problem is caused by a failed setup process. I would need to update the setup script to resolve any conflicts or failures caused by the latest updates to the OS or dependent software packages.
— Reply to this email directly, view it on GitHub https://github.com/cortictechnology/cep/issues/35#issuecomment-1370013684 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AFNAFKLXADQP2HUGIYSAHQDWQRMBXANCNFSM52PKPD7A . You are receiving this because you were mentioned. https://github.com/notifications/beacon/AFNAFKPOC5LEJNCOJGRHHA3WQRMBXA5CNFSM52PKPD7KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOKGUL75A.gif Message ID: @. @.> >
@af1964 were you able to resolve it? I'm facing the same issue
@michaelhwn what would be the most stable OS version for running CEP? Looks like 64 bit doesn't work with robot inventor and neither does 32 bit seem like. The flask 'escape' error seems persistent.
@michaelhwn I have the same issue, any update on that issue. Try twice to do a complet new installation from the scratch but can't get http://xxx.local/setup to run. I get always Err_Connection_refused at the browser. I'm running standard 32 bit OS Version (recommend OS Version from Raspberry installer. For your support in advance many thanks. I must admit I'm not an expert in Raspberry itself or debian When I execute start_cait.sh I get: ImportError cannot import name "escape" from "jinja2"
@michaelhwn OK now I try several optionss-
Meanwhile I really don't know what else I can test or change. I would be more then appreciated for any feedback or help. For your support in advance many thanks
I've followed the instructions line by line. I've also installed fresh RaspberryPi sketch onto the SD card two times. I get as far as visiting raspberrypi.local/setup
Then I get the error: This site can’t be reachedCheck if there is a typo in raspberrypi.local. DNS_PROBE_FINISHED_NXDOMAIN
This happens on both the pi itself and when trying to access on any other machine on the network. I'm using DECO mesh WI-FI (not sure if this is impacting it). I've tried ethernet cable direct to router, with no difference.
Appreciate help getting this sorted.