Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invite not working if libraries contain emoji #28

Closed
dan3805 opened this issue Oct 10, 2022 · 3 comments
Closed

invite not working if libraries contain emoji #28

dan3805 opened this issue Oct 10, 2022 · 3 comments

Comments

@dan3805
Copy link
Contributor

dan3805 commented Oct 10, 2022

sudo docker logs -f wizarr
[2022-10-10 14:55:36 -0400] [1] [INFO] Starting gunicorn 20.1.0
[2022-10-10 14:55:36 -0400] [1] [INFO] Listening at: http://0.0.0.0:5690 (1)
[2022-10-10 14:55:36 -0400] [1] [INFO] Using worker: sync
[2022-10-10 14:55:36 -0400] [7] [INFO] Booting worker with pid: 7
[2022-10-10 14:55:36 -0400] [8] [INFO] Booting worker with pid: 8
[2022-10-10 14:55:36 -0400] [9] [INFO] Booting worker with pid: 9
ERROR:root:'<my_library_name 📺>'
ERROR:root:'<my_library_name 📺>'
ERROR:root:'<my_library_name 📺>'

image

everything works perfectly if I choose only the libraries without emoji

image
image

@mtthidoteu
Copy link
Contributor

Interesting, I will have a look, I'm not sure I will be able to do anything as this looks like an issue with the PlexAPI. I've asked the developer if he is aware of such an issue.

@dan3805
Copy link
Contributor Author

dan3805 commented Oct 10, 2022

some script does not work but for example, autoscan, plex meta manager and tautulli works wonderfully!

is that possible to have more log ? more info about the error ?

i did try to add
app.config['MYSQL_DATABASE_CHARSET'] = 'utf8mb4'

in the "__ init __.py"

but id did not work

@dan3805
Copy link
Contributor Author

dan3805 commented Oct 10, 2022

I am not coder, but I think that you recover the libraries with Settings.get. on the other hand plexapi.library contains what is needed to make the conversion

so maybe they need to fix something ?

pkkid/python-plexapi@31daf2a

https://github.com/pkkid/python-plexapi/blob/709dabac5bf349f7721bdf8e23e011c371cf5fb4/plexapi/library.py#L293

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants