markruys / gw2pvo

GoodWe to PVOutput
MIT License
45 stars 29 forks source link

Fix login using API v2 #42

Closed eNeRGy164 closed 4 years ago

eNeRGy164 commented 4 years ago

Certificate of the v1 endpoint has expired. Did some investigation, and the iOS app is now using a v2 endpoint on a different hostname.

wiljums commented 4 years ago

How to install this?

eNeRGy164 commented 4 years ago

You can build the source code yourself using python and pip.

If you want an updated gw2pvo package, you will have to wait until @markruys has taken the time to publish a new package.

Merlin1201 commented 4 years ago

I like to build that source code, can you explain how I can do that?

eNeRGy164 commented 4 years ago

If you want to build a distro, I use

git clone https://github.com/eNeRGy164/gw2pvo.git -b new-login
cd gw2pvo
make dist
Merlin1201 commented 4 years ago

aim sorry it's not working for me,

p1mon@p1mon(eth0=192.168.1.140 wlan0=192.168.1.162):~ $ git clone https://github.com/eNeRGy164/gw2pvo.git -b new-login Cloning into 'gw2pvo'... remote: Enumerating objects: 22, done. remote: Counting objects: 100% (22/22), done. remote: Compressing objects: 100% (17/17), done. remote: Total 167 (delta 13), reused 12 (delta 5), pack-reused 145 Receiving objects: 100% (167/167), 38.96 KiB | 486.00 KiB/s, done. Resolving deltas: 100% (97/97), done. p1mon@p1mon(eth0=192.168.1.140 wlan0=192.168.1.162):~ $ cd gw2pvo p1mon@p1mon(eth0=192.168.1.140 wlan0=192.168.1.162):~/gw2pvo $ make dist pandoc --from markdown --to rst --output=README.rst README.md make: pandoc: Command not found make: *** [Makefile:7: README.rst] Error 127 p1mon@p1mon(eth0=192.168.1.140 wlan0=192.168.1.162):~/gw2pvo $

eNeRGy164 commented 4 years ago

Your environment is missing pandoc. So, maybe something like apt-get install pandoc can help. Depends on your OS.

Merlin1201 commented 4 years ago

guess this is to complicated for me, iam using a raspberry pi 3. I installed panic and still getting this. Is there another way to edit that .py file?

p1mon@p1mon(eth0=192.168.1.140 wlan0=192.168.1.162):~ $ make dist make: *** No rule to make target 'dist'. Stop.