-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kein Zugriff über den Browser / No access via browser #218
Comments
That is already fixed in the development branch. This Branch needs python3. So i think you need to update the whole installation or merge this changes manually. |
Reicht es wenn ich das rpi_wordclock Verzeichnis neu kopiere. Danke für die Antwort. Is it enough if I copy the rpi_wordclock directory again. Thanks for the answer. |
Entweder du kopierst dir die Änderungen aus folgendem Commit manuell in das Verzeichnis: Oder du benutzt den development Brand auf Python3 Basis. Was hier genau zu tun ist ist hier genau beschrieben: Im Grunde ist damit vieles einfacher und du bekommst die neuesten Updates. Der Mehraufwand lohnt sich also. |
Alles nach Anleitung verändert, nun bekomme ich diesen Fehler???? ~ $ sudo python3 /home/pi/rpi_wordclock/wordclock.py |
Bist du auf dem richtigen Branch unterwegs ? Ansonsten bitte mal im Verzeichnis
Außerdem noch |
Danke für deine Hilfe, ich selbst habe keinen Schimmer in Richtung Raspberry. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent |
Okay jetzt bin ich ein bisschen ratlos. Wie hast du denn den code auf den Raspberry gebracht ? Ein bisschen einlesen muss man sich schon. Zumindest was Git macht sollte man schon verstanden haben. Einfach mal hier einlesen: |
Ich habe alle Befehle wie dort beschrieben eingegeben. pi@raspberrypi:~/rpi_wordclock $ git clone https://github.com/bk1285/rpi_wordclock.git Nu kommt die Fehlermeldung. pi@raspberrypi:~/rpi_wordclock $ git checkout --track origin/develop Liegt es an meine Raspian Version? PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)" |
Macht es Sinn alles zu löschen und eine neu Raspbian-Version aufzuspielen. |
Wenn das alle nicht klappt macht eine neue Raspbian Version Sinn ja. Ich bin auf Buster unterwegs |
Haut nicht hin wieder Fehler. pi@raspberrypi:~ $ cd ~ pi@raspberrypi: Hast du Raspbian Buster Lite drauf ? |
Ja Buster Lite. kannst es aber auch mal mit dem neusten (bullseye)
probieren.
echo1483 ***@***.***> schrieb am Di. 8. Feb. 2022 um 21:10:
… Haut nicht hin wieder Fehler.
***@***.***:~ $ cd ~
***@***.***:~ $ sudo rm -Rf rpi_wordclock
***@***.***:~ $ git clone https://github.com/bk1285/rpi_wordclock.git
Klone nach 'rpi_wordclock' ...
remote: Enumerating objects: 4788, done.
remote: Counting objects: 100% (1823/1823), done.
remote: Compressing objects: 100% (1523/1523), done.
remote: Total 4788 (delta 433), reused 1640 (delta 294), pack-reused 2965
Empfange Objekte: 100% (4788/4788), 30.00 MiB | 1.34 MiB/s, Fertig.
Löse Unterschiede auf: 100% (2292/2292), Fertig.
Checke Dateien aus: 100% (245/245), Fertig.
***@***.***:~ $ cd rpi_wordclock
***@***.***:~/rpi_wordclock $ git checkout --track origin/develop
Branch develop konfiguriert zum Folgen von Remote-Branch develop von
origin.
Zu neuem Branch 'develop' gewechselt
***@***.***:/rpi_wordclock $ python3 wordclock.py
Traceback (most recent call last):
File "wordclock.py", line 17, in
import wordclock_interfaces.web_interface as wciweb
File "/home/pi/rpi_wordclock/wordclock_interfaces/web_interface.py", line
4, in
from flask_restx import Api, Resource, fields
File "/usr/local/lib/python3.5/dist-packages/flask_restx/*init*.py", line
4, in
from . import fields, reqparse, apidoc, inputs, cors
File "/usr/local/lib/python3.5/dist-packages/flask_restx/reqparse.py",
line 19, in
from .model import Model
File "/usr/local/lib/python3.5/dist-packages/flask_restx/model.py", line
21, in
from jsonschema import Draft4Validator
File "/usr/local/lib/python3.5/dist-packages/jsonschema/*init*.py", line
56
raise AttributeError(f"module {*name*} has no attribute {name}")
^
SyntaxError: invalid syntax
***@***.***:/rpi_wordclock $
Hast du Raspbian Buster Lite drauf ?
Ich denke ich lösche alles und baue alles neu auf. Schade meine Uhr läuft
wenn ich mich nicht irre seit 2019 ohne große Probleme.
—
Reply to this email directly, view it on GitHub
<#218 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADAGU3KJKZSLTYYVUDA52LLU2F2CPANCNFSM5NZT3T6Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sie läuft wieder, mit Buster Lite gabs Probleme. Beim neuen Bullseye Lite lief die Installation wie von selbst. Vielen Dank phenze |
Super freut mich! |
Hallo, meine Wordclock läuft schon lange ohne Probleme. Seit gestern kann ich nicht mehr über den Browser auf die Uhr zugreifen. Wer weis Rat. Danke
Hello, my word clock has been running without problems for a long time. Since yesterday I can no longer access the watch via the browser. Who knows advice. thank you
Fehler / error
Control Colors fa fa-question-circle The Raspberry Wordclock fa fa-link Project page
fa fa-users Contributors
fa fa-cogs API of this clock
fa fa-caret-left fa fa-circle fa fa-caret-right
The text was updated successfully, but these errors were encountered: