keijack / python-eureka-client

A eureka client written in python. Support registering your python component to Eureka Server, as well as calling remote services by pulling the the Eureka registry.
MIT License
183 stars 43 forks source link

Unable to register prod server #58

Closed susuusus closed 2 years ago

susuusus commented 2 years ago

Hi,

I’m able to use this library to register UAT eureka server while I cannot do it with prod with error “pull full registry from eureka server error”

My password contains “-“, I’m not sure if matters. Given that my setup and authentication correct, any other reason causing such issue?

keijack commented 2 years ago

If your basic authentication contains a '-' in your username or password, it may got error when register to eureka server. There is a PR fixed this problem and I've merged it into v0.10.1, please use the new version.

keijack commented 2 years ago

I close this issue for no response for a long time, if you have any problem, please re-open it.