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

TypeError: Cannot read properties of undefined (reading 'status') #97

Open
jwrober opened this issue Dec 6, 2022 · 1 comment
Open

Comments

@jwrober
Copy link

jwrober commented Dec 6, 2022

I'm getting this error from antennas when trying to add it to Plex DVR.

 <-- GET /discover.json
  --> GET /discover.json 200 2ms 388b
  <-- GET /lineup_status.json
  --> GET /lineup_status.json 200 2ms 77b
  <-- GET /lineup.json
  xxx GET /lineup.json 500 2ms -

TypeError: Cannot read properties of undefined (reading 'status')
      at AxiosDigest.getWwwAuth (/home/hts/antennas/antennas/node_modules/axios-digest/index.js:147:33)
      at AxiosDigest.<anonymous> (/home/hts/antennas/antennas/node_modules/axios-digest/index.js:71:53)
      at step (/home/hts/antennas/antennas/node_modules/axios-digest/index.js:33:23)
      at Object.throw (/home/hts/antennas/antennas/node_modules/axios-digest/index.js:14:53)
      at rejected (/home/hts/antennas/antennas/node_modules/axios-digest/index.js:6:65)
      at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

I'm running tvheadend 4.3.0 on ubuntu 20.04. Using local node setup, not in docker container.

@HannahRy
Copy link

I'm having this issue too, looks like some issue with the AxiosDigest library. There is a workaround: In TVheadend, change the auth type to Basic (under Config > General > Base > HTTP server settings)

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

2 participants