Skip to content

Commit

Permalink
BE fix and bump deps
Browse files Browse the repository at this point in the history
Fix for Belgium logon and bump dependencies
  • Loading branch information
jsiegenthaler committed Jun 15, 2024
1 parent 362be72 commit 19265ca
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 126 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ Please restart Homebridge after every plugin update.
* Add ability to log and read current program name


## 2.3.2-beta.1 (2024-06-15)
This is a maintenance release to bring dependencies up to date.
This release also fixes logon for Belgium users, but other countries still have issues, refer issue #112
* Change countryBaseUrlArray for be to solve be logon issues, waiting on user feedback. #120
* Bumped dependency "axios": "^1.7.2"
* Bumped dependency "axios-cookiejar-support": "^5.0.2"
* Bumped dependency "debug": "^4.3.5"
* Bumped dependency "mqtt": "^5.7.0"
* Bumped dependency "qs": "^6.12.1"
* Bumped dependency "semver": "^7.6.2"
* Bumped dependency "tough-cookie": "^4.1.4"
* Bumped dependency "ws": "^8.17.0"
* Removed Magenta TV from package.json


## 2.3.1 (2024-04-06)
This is a maintenance release to bring dependencies up to date.
The core logon issues still exist, refer issue #112
Expand Down
7 changes: 3 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,9 @@ axiosCookieJarSupport(axiosWS);
// refer https://github.com/Sholofly/lghorizon-python/blob/features/telenet/lghorizon/const.py
const countryBaseUrlArray = {
//https://spark-prod-be.gnp.cloud.telenet.tv/be/en/config-service/conf/web/backoffice.json
//'be-fr': 'https://prod.spark.telenet.tv',
//'be-nl': 'https://prod.spark.telenet.tv',
'be': 'https://spark-prod-be.gnp.cloud.telenet.tv', // verified 14.01.2024
// https://spark-prod-ch.gnp.cloud.sunrisetv.ch/ch/en/config-service/conf/web/backoffice.json
'be-fr': 'https://spark-prod-be.gnp.cloud.telenet.tv', // changed 15.06.2024, be still needs 2 x language variangs: be-fr and be-nl
'be-nl': 'https://spark-prod-be.gnp.cloud.telenet.tv', // changed 15.06.2024, be still needs 2 x language variangs: be-fr and be-nl
// https://spark-prod-ch.gnp.cloud.sunrisetv.ch/ch/en/config-service/conf/web/backoffice.json
//'ch': 'https://prod.spark.sunrisetv.ch',
'ch': 'https://spark-prod-ch.gnp.cloud.sunrisetv.ch', // verified 14.01.2024
'gb': 'https://spark-prod-gb.gnp.cloud.virgintvgo.virginmedia.com', // verified 14.01.2024
Expand Down
Loading

0 comments on commit 19265ca

Please sign in to comment.