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

Image available in Docker Hub does not work #24

Open
PabloCastellano opened this issue Aug 30, 2019 · 2 comments
Open

Image available in Docker Hub does not work #24

PabloCastellano opened this issue Aug 30, 2019 · 2 comments

Comments

@PabloCastellano
Copy link
Contributor

PabloCastellano commented Aug 30, 2019

After running docker run --name gplayweb -p 127.0.0.1:8888:8888 matlink/gplayweb and loading http://localhost:8888 I get 500: Internal Server Error.

The console where docker is running shows

ERROR:tornado.application:Uncaught exception GET /?page=list (172.17.0.1)
HTTPServerRequest(protocol='http', host='localhost:8888', method='GET', uri='/?page=list', version='HTTP/1.1', remote_ip='172.17.0.1', headers={'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate', 'Host': 'localhost:8888', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xOuKCjiMF2QnhPLRFYW69xnl4yflqDbnnafhYNFHSOgaqCVA6A7IoslVSR6zrrl8; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; ochaq8ufvkcr=204296a2e197a1b2c75289978d84868b; oc_sessionPassphrase=pcMSrYdWMv9dhhPK7aXsEU6CXfjJjrhKw3JbdyMLhyvVebLMprTeAplwfrl2uGu0zOrizQ32Yu%2FHuUV4w75%2Bn20kBu2aPzl2Slz7hFE6NAh3uAahWZDNRG3dBiIaEUmC; grafana_sess=c7d1953ee0edab26', 'Cache-Control': 'max-age=0', 'Upgrade-Insecure-Requests': '1'})
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 1467, in _execute
    result = method(*self.path_args, **self.path_kwargs)
  File "/opt/gplayweb/gplayweb", line 41, in get
    self.list()
  File "/opt/gplayweb/gplayweb", line 75, in list
    cached_infos = self.get_infos(results)
  File "/opt/gplayweb/gplayweb", line 93, in get_infos
    details = self.cli.get_bulk_details(apks)
  File "/usr/local/lib/python2.7/dist-packages/gplaycli/gplaycli.py", line 71, in get_bulk_details
    results = self.playstore_api.bulkDetails(list_of_apks)
AttributeError: 'GPlaycli' object has no attribute 'playstore_api'
ERROR:tornado.access:500 GET /?page=list (172.17.0.1) 9.39ms
@PabloCastellano
Copy link
Contributor Author

Actually the docker image build fails, see #23 so this should be fixed before.

@PabloCastellano
Copy link
Contributor Author

PabloCastellano commented Aug 31, 2019

The docker image builds fine now.

I tried to fix gplayweb in Docker but could not get it working yet. Too many different things are failing. If someone wants to continue from my work done, check out https://github.com/PabloCastellano/gplayweb/tree/docker

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

1 participant