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

Problem installing module #1126

Closed
xael-fry opened this issue Mar 27, 2017 · 16 comments
Closed

Problem installing module #1126

xael-fry opened this issue Mar 27, 2017 · 16 comments
Assignees
Labels
Milestone

Comments

@xael-fry
Copy link
Member

Report from playframework #7101

Play Version (1.3x/1.4x)
Operating System (Centos; RHEL6.6/6.8)
Expected Behavior

./play install spring-1.0.3
Expected to install the spring module

Actual Behavior

./play install spring-1.0.3
Receive the following:
Cannot fetch the modules list from http://www.playframework.com/modules (403)...
If the link is changed from http to https (DEFAULT_REPO = 'https://www.playframework.com') in ./framework/pym/play/commands/modulesrepo.py, the following is observed:
Cannot fetch the modules list from https://www.playframework.com/modules ...

Did something change about how the supporting modules are retrieved?

@gjesse
Copy link

gjesse commented Apr 4, 2017

I am also experiencing this attempting to install mockito module.

@eltmon
Copy link

eltmon commented Apr 6, 2017

+1 For elasticsearch module

@xael-fry
Copy link
Member Author

xael-fry commented Apr 11, 2017

Problem should be for all modules, I have an error Downloading HTTPS pages with urllib, error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error
Should be related to TLS version. Fix should come soon

@xabolcs
Copy link
Contributor

xabolcs commented Apr 17, 2017

Will be the fix backported for 1.2.x, 1.3.x and 1.4.x too?

xabolcs added a commit to openseedbox/openseedbox that referenced this issue Apr 30, 2017
xabolcs added a commit to openseedbox/openseedbox that referenced this issue May 1, 2017
…#1126 (#52)"

This reverts commit 58a15b8.

Developers should install Siena module manually to play! framework.
Proper fix for Docker containers coming soon.
@xael-fry
Copy link
Member Author

xael-fry commented May 2, 2017

@xabolcs only 1.4.x and 1.5.x version will be updated

@xabolcs
Copy link
Contributor

xabolcs commented May 2, 2017

Thanks!

xael-fry added a commit to xael-fry/play that referenced this issue May 3, 2017
xael-fry added a commit to xael-fry/play that referenced this issue May 3, 2017
…loudfare protection on playframework.com

* rework the progress bar to display the size of module
xael-fry added a commit that referenced this issue May 11, 2017
xael-fry added a commit to xael-fry/play that referenced this issue May 11, 2017
xael-fry added a commit to xael-fry/play that referenced this issue May 11, 2017
…loudfare protection on playframework.com

* rework the progress bar to display the size of module
@fdenesreply
Copy link

hi @xael-fry, do you have any planned release date for 1.4.x?

xael-fry added a commit to xael-fry/play that referenced this issue May 19, 2017
…ubuntu

** I hope it has newer ANT and avoid error: "the class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask was not found."
xael-fry added a commit that referenced this issue May 19, 2017
@xael-fry
Copy link
Member Author

@fdenesreply I just merged the fix so I will release should be available next week.
Thank

@flybyray
Copy link
Contributor

please do not release this, there are several libs missing, which are referenced.
For example where is unittest ?

@fdenesreply
Copy link

fdenesreply commented Jun 14, 2017

hi @xael-fry, after building play from latest sources I'm still getting the same error

$play install oauth-1.0
~ _ _
~ _ __ | | __ _ _ | |
~ | '
| |/ ' | || ||
~ | /||_|__ ()
~ |
| |__/
~
~ play! 1.5.x-5e564b5, https://www.playframework.com
~
~ Oops,
~ Cannot fetch the modules list from https://www.playframework.com/modules ...
~

@mgrulich
Copy link

mgrulich commented Jul 24, 2017

Hi @xael-fry,

is there any plan to release the fix or is there an workaround for this issue?

Best regards

@fdenesreply
Copy link

Hi @xael-fry,

any update in this issue? You marked it as closed, but building play from sources I'm still getting the same error.

Best regards

@xael-fry
Copy link
Member Author

xael-fry commented Sep 21, 2017

@fdenesreply I just try to install play install oauth-1.0 it is working perfectly.
On which OS did you run it?

@fdenesreply
Copy link

@xael-fry I'm still getting the error. Mac OS (latest version). Python 2.7.10.

@xael-fry
Copy link
Member Author

@fdenesreply with the same console message?

@fdenesreply
Copy link

fdenesreply commented Sep 21, 2017

@xael-fry yes
Cannot fetch the modules list from https://www.playframework.com/modules ...

Same error even after upgrading python to 2.7.14

xabolcs added a commit to xabolcs/openseedbox that referenced this issue May 1, 2022
…dbox#52)

playframework/play1#1126 was fixed long time ago,
but the provided workaround didn't notice that:

Traceback (most recent call last):
  File "/play/play", line 159, in <module>
    status = cmdloader.commands[play_command].execute(command=play_command, app=play_app, args=remaining_args, env=play_env, cmdloader=cmdloader)
  File "/play/framework/pym/play/commands/modulesrepo.py", line 61, in execute
    install(app, args, env)
  File "/play/framework/pym/play/commands/modulesrepo.py", line 448, in install
~        _            _
~  _ __ | | __ _ _  _| |
~ | '_ \| |/ _' | || |_|
~ |  __/|_|\____|\__ (_)
~ |_|            |__/
~
~ play! 1.4.6, https://www.playframework.com
~
~ Will install siena-2.0.7
~ This module is compatible with: [1.2.3,)
~ Do you want to install this version (y/n)?     ok = raw_input('~ Do you want to install this version (y/n)? ')
EOFError: EOF when reading a line
Downloading directly ...
Archive:  siena-2.0.7.zip

Fixes: 56dd924 ("Update Dockerfile to install Siena module (openseedbox#52)")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants