GithubHelp home page GithubHelp logo

Comments (5)

beardedfool avatar beardedfool commented on July 28, 2024 1

Just seeing if either of you got anywhere with this please?

from virgin-media-hub3.

ProProductionsUK avatar ProProductionsUK commented on July 28, 2024

I've also run into this same issue. Seems the people behind this may have given up working on it. So I'm going to dig a little further & see if I can figure it out. I can only guess that as the equipment this code is built for is owned by the ISP that they may have added something within the firmware to block external scripts/code from communication.

I'll add info as/when I can figure it out.

from virgin-media-hub3.

pablorodz avatar pablorodz commented on July 28, 2024

I haven't tried anything, sorry.

from virgin-media-hub3.

developer-iname avatar developer-iname commented on July 28, 2024

Same Error. If someone with any sort of networking experience can help debug this, would be greatly appreciated.

from virgin-media-hub3.

AzinKhan avatar AzinKhan commented on July 28, 2024

FWIW, I'm seeing the same error printed out after each command but the commands themselves actually seem to work 🤔. I was able to update my port forwarding rules successfully.

Looking a bit more closely at the traceback, the error occurs when attempting to log out as part of exiting the Hub context manager. As far as I can tell, what happens is:

  • Hub tries to log out and gets a 500 response from the router.
  • The log out code clears the credentials from the Hub instance. Clearing the credentials occurs in a finally block and so always runs.
  • Since it's configured to retry after 500s, it retries, but this time it has no credentials and hits the 401.

It seems to me, since attempting to log out induces a 500 response from the router, that there might be a problem at the router's end?

For now, I'm happy to ignore the errors as it doesn't appear to be causing a problem 🤷 .

from virgin-media-hub3.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.