Leon

Results 43 comments of Leon

I get the same issue: ``` lat, lng, city = 48.148434, 11.567867, "Munich"` j = jodel_api.JodelAccount(lat=lat, lng=lng, city=city) Creating new account. Traceback (most recent call last): File "", line 1,...

Which steps do you take to add a new account? j.verify_account() or j.get_captcha() doesnt exist. I tried to take a look at the jodel_api.py and discoverd verify() verify_push() and _read_verification()...

Hi Did your plans change to implement a Tournament API? Thanks EDIT: Tournament API got added but needs to get accepted. Could you please do that? :)

Unfortunatley the link @aptalca provided isnt working anymore. Does someone can share a working dockerfile for raspbarry pi please? i get the same error using the `beta-ubuntu-x64` tag: `standard_init_linux.go:211: exec...

@AdmagTwoXray You can just execute 2 times the login and save it in an other variable like: First one `with ts3.query.TS3ServerConnection("localhost") as ts3conn: ts3conn.exec_( "login", client_login_name="login", client_login_password="password" )` Second one...

Do you mean via the ip of the host?

Yes, its www -> nginx -> docker(with stuff) , but the docker container and the nginx are located on different machines. nginx has 10.10.1.10 and cryptpad docker has 10.10.1.27. When...

I get a similar issue ``` $ sudo gem install iStats Building native extensions. This could take a while... ERROR: Error installing iStats: ERROR: Failed to build gem native extension....

Thanks for the reply! I already installed homebrew, xcode and ruby (via brew). I just added ``` export PATH="/usr/local/opt/ruby/bin:$PATH" export LDFLAGS="-L/usr/local/opt/ruby/lib" export CPPFLAGS="-I/usr/local/opt/ruby/include" ``` to ~/.bash_profile as u mentioned and...