GitHub sync
avatar zero-24
zero-24
29 Nov 2014

Try to create a issue on issues.joomla.org you get this error

422 JTracker\Github\Exception\GithubException

Invalid request. Expected data to be of type "array"; value was: nil.
avatar zero-24 zero-24 - open - 29 Nov 2014
avatar b2z
b2z - comment - 29 Nov 2014

Seems that it is a problem form the GitHub side. We are not getting the proper response and that is why Exception is thrown.

avatar b2z b2z - change - 29 Nov 2014
Labels Added: GitHub sync
avatar zero-24
zero-24 - comment - 29 Nov 2014

ok hmm why i wonder is value was: nil. instead of value was: null or what ever :smile: But if it is a github response issue we can't fix this our self.

avatar brianteeman
brianteeman - comment - 30 Nov 2014

Just had the same issue creating an issue here

This comment was created with the J!Tracker Application at issues.joomla.org/jtracker/570.

avatar mbabker
mbabker - comment - 30 Nov 2014

Someone try submitting an issue from the app please? With any luck, I've added a logger statement that should give us some more data to work with.

avatar brianteeman
brianteeman - comment - 30 Nov 2014

just did. same error message on screen - hope you got something in the logs

This comment was created with the J!Tracker Application at issues.joomla.org/jtracker/570.

avatar mbabker
mbabker - comment - 30 Nov 2014

Should be fixed - joomla/joomla-cms#5265 - That was created from my local install

Issue was fixed by this change - 0168b6d

avatar brianteeman
brianteeman - comment - 30 Nov 2014

Just successfully created a new issue - thanks

This comment was created with the J!Tracker Application at issues.joomla.org/jtracker/570.

avatar mbabker
mbabker - comment - 30 Nov 2014

:+1:

avatar mbabker mbabker - change - 30 Nov 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-11-30 23:53:42
avatar mbabker mbabker - close - 30 Nov 2014
avatar mbabker mbabker - close - 30 Nov 2014
avatar b2z
b2z - comment - 1 Dec 2014

@mbabker thank you :) I wouldn't ever think that it is a problem in our code, because it was working and then just stopped :confused:

avatar mbabker
mbabker - comment - 1 Dec 2014

It looks like GitHub started enforcing strict typehinting on API endpoints. The Joomla Framework code that method is derived from had the same default declaration, which has worked fine for ~3 years. It is what it is.

Add a Comment

Login with GitHub to post a comment