0

I'm working with Play framework v1.4.3 and when trying to install locally the modules gae and siena using the install command:

play install gae

play install siena

this throws an error HTTP 403:

Log error:

~        _            _ 
~  _ __ | | __ _ _  _| |
~ | '_ \| |/ _' | || |_|
~ |  __/|_|\____|\__ (_)
~ |_|            |__/   
~
~ play! 1.4.3, https://www.playframework.com
~ framework ID is test
~
~ Oops,
~ Cannot fetch the modules list from https://www.playframework.com/modules (403)...

How to solve this?

1 Answers1

0

Little advice: First of all, update your Play application, if possible.

Second, the error 403 is [1]:

it indicates that the server understood the request, but will not fulfill it for some reason related to authorization.

By looking at the url in the error (https://www.playframework.com/modules), they pointed out that if you need an update to these modules you need to ask the play framework development mailing list.

o-0
  • 1,713
  • 14
  • 29