Skip to content
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

Arris TG2492LG-ZG login failure #21

Open
mbugert opened this issue Jul 29, 2020 · 2 comments
Open

Arris TG2492LG-ZG login failure #21

mbugert opened this issue Jul 29, 2020 · 2 comments

Comments

@mbugert
Copy link
Contributor

mbugert commented Jul 29, 2020

Hi @ties,

downstream in the connectbox-prometheus project, a log in issue with an Arris TG2492LG-ZG modem cropped up, see mbugert/connectbox-prometheus#3. This is the device: https://tweakers.net/pricewatch/789051/ziggo-connect-box/specificaties/
From the outside it looks compatible 😆.

Relevant bits of the stacktrace:

Exception happened during processing of request from ('172.17.0.1', 41560)

Traceback (most recent call last):
  [...]

  File "/usr/local/lib/python3.8/site-packages/connectbox_prometheus-0.2.6-py3.8.egg/connectbox_exporter/connectbox_exporter.py", line 58, in collect

    connectbox.login()

  File "/usr/local/lib/python3.8/site-packages/compal/__init__.py", line 202, in login

    if res.headers["Location"].endswith("common_page/Access-denied.html"):

  File "/usr/local/lib/python3.8/site-packages/requests/structures.py", line 54, in __getitem__

    return self._store[key.lower()][1]

KeyError: 'location'

----------------------------------------

ERROR:compal:Was not redirected to login page: concurrent session?

We would need someone who owns this device to confirm and possibly fix the issue. Maybe one of the guys/girls who +1'd the downstream issue is willing to step in? @guyke01 @Metrac @jacekjaros

@jacekjaros
Copy link

Hi @mbugert,

I'm afraid that my python skills are not good enough to do this. If problem is only lack of dev environment i can provide vm connected to Arris box - if this help anyhow please just ping me.

best regards,
Jacek

@ties
Copy link
Owner

ties commented Aug 2, 2020

Hi @mbugert,

That's a good question!

I've heard about that modem but do not personally have access to it. It is visually very similar but as far as I know it has a different software stack.

It would be great to try if either https://github.com/billimek/SB6183-stats-for-influxdb or https://github.com/andrewfraley/arris_cable_modem_stats works with it. Often they just change the skin of the modems.

@jacekjaros can you take a screenshot of the 'network' tab of google chrome when loading the web interface? That is likely enough to confirm that it is indeed different.

kind regards,
Ties

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants