MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-FRITZ-Box-Callmonitor

    Scheduled Pinned Locked Moved Troubleshooting
    99 Posts 27 Posters 106.2k Views 26 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J Offline
      Jopyth Moderator @boardnick
      last edited by

      @boardnick That is strange. Can you try calling the python connection script directly? For example, replace your password, user and IP in this command python fritz_access.py -p passwd -u user -i 192.168.FRITZ.BOX? Needs to be called from the MMM-FRITZ-Box-Callmonitor directory.

      Helpful sticky: How to troubleshoot

      1 Reply Last reply Reply Quote 0
      • boardnickB Offline
        boardnick
        last edited by

        @Jopyth i tried calling it directly and get the same result:

        0_1485275096473_upload-ad5969e4-3d7d-42b8-80c5-6f033ec526f4

        J 1 Reply Last reply Reply Quote 0
        • J Offline
          Jopyth Moderator @boardnick
          last edited by Jopyth

          @boardnick Well the good news in that case is: You just need to fix this error, and it should work fine. Does this work? Or any of the things google spits out? If yes, please let me know, maybe the current way of installing lxml is not the best one.

          Helpful sticky: How to troubleshoot

          1 Reply Last reply Reply Quote 0
          • boardnickB Offline
            boardnick
            last edited by

            @Jopyth i’m trying to test the recommended links this weekend and give you a feedback afterwards.
            Thank you so far!

            1 Reply Last reply Reply Quote 0
            • boardnickB Offline
              boardnick
              last edited by

              Hi @Jopyth, Hi all,

              good news: It works after installing python-lxml as follows:

              sudo apt-get install python-lxml

              Thank you very much for your support and have a nice weekend!

              1 Reply Last reply Reply Quote 1
              • P Offline
                Photon2000
                last edited by

                Hi all,

                I have installed MagicMirror and the MMM-FRITZ-Box-Callmonitor two times from scratch and get the same error from the MMM-FRITZ-Box-Callmonitor:

                0_1489563961751_Screenshot - 15_03.jpg

                I’ve followd the thread and tried finally:

                “python fritz_access.py -p password -u user -i ip-of-fritzbox”

                and get the following error message:

                Traceback (most recent call last):
                File “fritz_access.py”, line 77, in
                main(args)
                File “fritz_access.py”, line 63, in main
                handle.download_phone_book()
                File “fritz_access.py”, line 22, in download_phone_book
                result = self.fc.call_action(“X_AVM-DE_OnTel”, “GetPhonebookList”)
                File “/usr/local/lib/python2.7/dist-packages/fritzconnection/fritzconnection.py”, line 405, in call_action
                action = self._get_action(service_name, action_name)
                File “/usr/local/lib/python2.7/dist-packages/fritzconnection/fritzconnection.py”, line 378, in _get_action
                raise ServiceError('Unknown Service: ’ + service_name)
                fritzconnection.fritzconnection.ServiceError: Unknown Service: X_AVM-DE_OnTel:1

                Do you have any ideas?

                J 1 Reply Last reply Reply Quote 0
                • J Offline
                  Jopyth Moderator @Photon2000
                  last edited by

                  @Photon2000 Can you try to execute this: python -c "import fritzconnection as fc; fc.print_api(password='PWD')" and have a look at your model and OS version? Maybe they changed something in the API, or you have an older version?

                  Helpful sticky: How to troubleshoot

                  1 Reply Last reply Reply Quote 0
                  • P Offline
                    Photon2000
                    last edited by

                    Thx for fast reply!

                    sudo python -c “import fritzconnection as fc; fc.print_api(password=‘PWD’)”

                    gives:

                    FritzConnection:
                    version: 0.6
                    model: None
                    FritzBox API:

                    and

                    uname -a

                    Linux Aragorn 3.19.0-26-generic #28~14.04.1-Ubuntu SMP Wed Aug 12 14:09:17 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

                    1 Reply Last reply Reply Quote 0
                    • H Offline
                      Hellfire666
                      last edited by

                      I have the same problem:
                      no recent calls with “unknown error” in brackets like Photon2000, when I do
                      python fritz_access.py -p pwd -u user -i 192.168.2.1 (the IP of my fritz.box) I get:

                      Traceback (most recent call last):
                      File “fritz_access.py”, line 77, in
                      main(args)
                      File “fritz_access.py”, line 63, in main
                      handle.download_phone_book()
                      File “fritz_access.py”, line 22, in download_phone_book
                      result = self.fc.call_action(“X_AVM-DE_OnTel”, “GetPhonebookList”)
                      File “/usr/local/lib/python2.7/dist-packages/fritzconnection/fritzconnection.py”, line 406, in call_action
                      return action.execute(**kwargs)
                      File “/usr/local/lib/python2.7/dist-packages/fritzconnection/fritzconnection.py”, line 130, in execute
                      result = self.parse_response(response.content)
                      File “/usr/local/lib/python2.7/dist-packages/fritzconnection/fritzconnection.py”, line 142, in parse_response
                      root = etree.fromstring(response)
                      File “src/lxml/lxml.etree.pyx”, line 3213, in lxml.etree.fromstring (src/lxml/lxml.etree.c:79010)
                      File “src/lxml/parser.pxi”, line 1848, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:118341)
                      File “src/lxml/parser.pxi”, line 1736, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:117021)
                      File “src/lxml/parser.pxi”, line 1102, in lxml.etree._BaseParser._parseDoc (src/lxml/lxml.etree.c:111265)
                      File “src/lxml/parser.pxi”, line 595, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:105109)
                      File “src/lxml/parser.pxi”, line 706, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:106817)
                      File “src/lxml/parser.pxi”, line 635, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:105671)
                      File “”, line 1
                      lxml.etree.XMLSyntaxError: Opening and ending tag mismatch: HR line 1 and BODY, line 1, column 146

                      Any chance this can be fixed?
                      I allready tried all of the above…

                      1 Reply Last reply Reply Quote 0
                      • H Offline
                        Hellfire666
                        last edited by

                        my problem has vanished. I have reinstalled the module and did

                        npm install

                        twice, now it is working.

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 6
                        • 7
                        • 8
                        • 9
                        • 10
                        • 5 / 10
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy