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

Config doesn't appear to save #6

Open
Trekgater opened this issue Oct 2, 2023 · 1 comment
Open

Config doesn't appear to save #6

Trekgater opened this issue Oct 2, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Trekgater
Copy link

After entering the API key and setting Plex server

The log shows
192.168.0.10 - - [02/Oct/2023 18:12:59] "POST /saveTmdbKey HTTP/1.1" 200 -
when Saving the TMDB Key

Saving the plex server comes up with
192.168.0.10 - - [02/Oct/2023 18:14:29] "POST /save_plex_data HTTP/1.1" 200 -
192.168.0.10 - - [02/Oct/2023 18:14:29] "GET /get_active_server HTTP/1.1" 200 -

After going to libraries, movies get listed from the libray I pick, when going to Missing
it just shows mind tha gap and this shows in the log

[2023-10-02 18:15:14,826] ERROR in app: Exception on /get_recommendated_movies [GET]
Traceback (most recent call last):
File "flask\app.py", line 2190, in wsgi_app
File "flask\app.py", line 1486, in full_dispatch_request
File "flask\app.py", line 1484, in full_dispatch_request
File "flask\app.py", line 1469, in dispatch_request
File "GAPS 2.py", line 314, in get_recommendated_movies
NameError: name 'global_recommendations' is not defined

After closing GAPS2.exe and restarting, clicking libraries shows a broken bridge picture with The gap is only getting bigger

Going into settings and while the Active TMDB shows clicking test shows failed - log shows in red text
192.168.0.10 - - [02/Oct/2023 18:19:57] "POST /testTmdbKey HTTP/1.1" 401 -

Clicking on Plex tab shows nothing
clicking on Fetch servers shows
[2023-10-02 18:20:57,481] ERROR in app: Exception on /fetch_servers [POST]
Traceback (most recent call last):
File "flask\app.py", line 2190, in wsgi_app
File "flask\app.py", line 1486, in full_dispatch_request
File "flask\app.py", line 1484, in full_dispatch_request
File "flask\app.py", line 1469, in dispatch_request
File "GAPS 2.py", line 83, in fetch_servers
AttributeError: 'NoneType' object has no attribute 'checkLogin'
192.168.0.10 - - [02/Oct/2023 18:20:57] "POST /fetch_servers HTTP/1.1" 500 -

@primetime43
Copy link
Owner

Okay thanks. I'll look into it.

@primetime43 primetime43 self-assigned this Oct 4, 2023
@primetime43 primetime43 added the bug Something isn't working label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants