christopher-dG / gpymusic

Google Py Music: A simple TUI client for Google Play Music
MIT License
200 stars 13 forks source link

Weird issue on launch #2

Closed parkerlreed closed 7 years ago

parkerlreed commented 7 years ago
Logging in.../usr/lib/python3.6/site-packages/Cryptodome/Math/_Numbers_gmp.py:230: UserWarning: implicit cast to 'char *' from a different pointer type: will be forbidden in the future (check that the types are as you expect; use an explicit ffi.cast() if they are correct)
                                                              _gmp.gmp_snprintf(buf, c_size_t(buf_len), b("%Zd"), self._mpz_p)

I used my app password and device ID I already had stored for mopidy.

christopher-dG commented 7 years ago

Can you fetch the most recent changes and try again? It should be fixed now.

parkerlreed commented 7 years ago

Thanks that fixed it