-
import streamlit as st
import pickle
import requests
movies = pickle.load(open('movies.pkl', 'rb'))
similarity = pickle.load(open('similarity.pkl', 'rb'))
movies_list = movies['title'].valu…
-
If we aren't connected to internet , It gives Thread errors related to the Async Task in which we are using the Tmdb api .
Please add an exception about "no internet connection"
-
When a user searches for a movie, the movie info and quotes will need to show up.
This issue is for getting the API keys set up for the two APIs - OMDB & TMDB
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### I have checked the wiki
- [X] I have searched the wiki for this problem
### Does this issue exist in …
-
It's a great-looking app, and using Riverpod is amazing.
I tried to follow the instructions and added the .env file in the project's root. However, I get the following dio errors.
```
flutter: …
-
**Output:**
```
Plex/grab-all-posters.py: line 1: import: command not found
Plex/grab-all-posters.py: line 2: import: command not found
Plex/grab-all-posters.py: line 3: import: command not foun…
-
Sorry about this, another issue I found.
So, the Home Page loads now with me explicitly providing the API key and URL. However, now clicking on a movie crashes with the following exception.
`HttpE…
-
### 确认
- [X] 我的版本是最新版本,我的版本号与 [version](https://github.com/jxxghp/MoviePilot/releases/latest) 相同。
- [X] 我已经 [issue](https://github.com/jxxghp/MoviePilot/issues) 中搜索过,确认我的问题没有被提出过。
- [X] 我已经 [Telegram…
-
This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* Swiper Version: 6.3.5.
* Platform/Target and Browser Versions: MacOS, Chrome 86.0.4240.111.
###…
-
When I visit a movie's detail page (/users/:user_id/movies/:movie_id where :id is a valid user id,
I should see
- [x] Button to create a viewing party
- [x] Button to return to the Discover Page
…