Skip Menu |

This queue is for tickets about the WebService-MusicBrainz CPAN distribution.

Report information
The Basics
Id: 118822
Status: open
Priority: 0/
Queue: WebService-MusicBrainz

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 0.94
  • 1.0.5
Fixed in: (no value)



Subject: Tests started to fail
On 2016-11-17 14:47:55, SREZIC wrote: Show quoted text
> Smoker systems started to report test failures, see > http://fast-matrix.cpantesters.org/?dist=WebService- > MusicBrainz;reports=1#sl=7,1 > > A sample fail report: http://www.cpantesters.org/cpan/report/84d7e92e- > 9c89-11e6-ab24-fe1d0aba5341
Or another test log: ... URL (http://musicbrainz.org/ws/1/artist/4eca1aa0-c79f-481b-af8a-4a2d6c41aa5c?type=xml) Request Failed - Code: 503 Error: Service Temporarily Unavailable # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 3. t/Artist.t ........ Dubious, test returned 255 (wstat 65280, 0xff00) All 3 subtests passed t/Label.t ......... ok URL (http://musicbrainz.org/ws/1/release/ff565cd7-acf8-4dc0-9603-72d1b7ae284b?type=xml&inc=release-groups) Request Failed - Code: 503 Error: Service Temporarily Unavailable # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 111. t/Release.t ....... Dubious, test returned 255 (wstat 65280, 0xff00) All 111 subtests passed t/ReleaseGroup.t .. ok t/Track.t ......... ok ... Maybe the service is (permanently?) down?
From: marcoep [...] gmail.com
On Thu Nov 17 14:49:33 2016, SREZIC wrote: Show quoted text
> On 2016-11-17 14:47:55, SREZIC wrote:
> > Smoker systems started to report test failures, see > > http://fast-matrix.cpantesters.org/?dist=WebService- > > MusicBrainz;reports=1#sl=7,1 > > > > A sample fail report: > > http://www.cpantesters.org/cpan/report/84d7e92e- > > 9c89-11e6-ab24-fe1d0aba5341
> > Or another test log: > > ... > URL (http://musicbrainz.org/ws/1/artist/4eca1aa0-c79f-481b-af8a- > 4a2d6c41aa5c?type=xml) Request Failed - Code: 503 Error: Service > Temporarily Unavailable > # Tests were run but no plan was declared and done_testing() was not > seen. > # Looks like your test exited with 255 just after 3. > t/Artist.t ........ > Dubious, test returned 255 (wstat 65280, 0xff00) > All 3 subtests passed > t/Label.t ......... ok > URL (http://musicbrainz.org/ws/1/release/ff565cd7-acf8-4dc0-9603- > 72d1b7ae284b?type=xml&inc=release-groups) Request Failed - Code: 503 > Error: Service Temporarily Unavailable > # Tests were run but no plan was declared and done_testing() was not > seen. > # Looks like your test exited with 255 just after 111. > t/Release.t ....... > Dubious, test returned 255 (wstat 65280, 0xff00) > All 111 subtests passed > t/ReleaseGroup.t .. ok > t/Track.t ......... ok > ... > > Maybe the service is (permanently?) down?
It looks like, despite what's advertised on musicbrainz.org. that the end point for WS v1 is *dead* (I'm now getting "400 Bad Request"). So the real bug is that this library is quite useless until ported to WS v2: https://wiki.musicbrainz.org/Development/XML_Web_Service/Version_2
From: marcoep [...] gmail.com
On Wed Mar 01 09:37:56 2017, marcoep@gmail.com wrote: Show quoted text
> It looks like, despite what's advertised on musicbrainz.org. that the > end point for WS v1 is *dead* (I'm now getting "400 Bad Request"). So > the real bug is that this library is quite useless until ported to WS > v2: > > https://wiki.musicbrainz.org/Development/XML_Web_Service/Version_2
Mmh, I was wrong, sorry: the WS v1 is still up -- indeed the relevant tests in t/Release.t are OK. A direct call also works: $ curl "http://musicbrainz.org/ws/1/release/?type=xml&discid=Qb6ACLJhzNM46cXKVZSh3qMOv6A" However, for some reason, another program (abcde) using this same lib triggers a request failure when querying a bad DISC ID... So the problem is elsewhere.
I am working on a total rewrite that will use version 2.0 of the Musicbrainz API. Not ready for CPAN yet. https://github.com/bfaist/webservice-musicbrainz On Wed Mar 01 15:09:44 2017, marcoep@gmail.com wrote: Show quoted text
> On Wed Mar 01 09:37:56 2017, marcoep@gmail.com wrote:
> > It looks like, despite what's advertised on musicbrainz.org. that the > > end point for WS v1 is *dead* (I'm now getting "400 Bad Request"). So > > the real bug is that this library is quite useless until ported to WS > > v2: > > > > https://wiki.musicbrainz.org/Development/XML_Web_Service/Version_2
> > Mmh, I was wrong, sorry: the WS v1 is still up -- indeed the relevant > tests in t/Release.t are OK. A direct call also works: > > $ curl > "http://musicbrainz.org/ws/1/release/?type=xml&discid=Qb6ACLJhzNM46cXKVZSh3qMOv6A" > > However, for some reason, another program (abcde) using this same lib > triggers a request failure when querying a bad DISC ID... So the > problem is elsewhere.
RT-Send-CC: marcoep [...] gmail.com
On 2017-03-01 22:46:32, BFAIST wrote: Show quoted text
> I am working on a total rewrite that will use version 2.0 of the > Musicbrainz API. Not ready for CPAN yet. > > https://github.com/bfaist/webservice-musicbrainz > > On Wed Mar 01 15:09:44 2017, marcoep@gmail.com wrote:
> > On Wed Mar 01 09:37:56 2017, marcoep@gmail.com wrote:
> > > It looks like, despite what's advertised on musicbrainz.org. that > > > the > > > end point for WS v1 is *dead* (I'm now getting "400 Bad Request"). > > > So > > > the real bug is that this library is quite useless until ported to > > > WS > > > v2: > > > > > > https://wiki.musicbrainz.org/Development/XML_Web_Service/Version_2
> > > > Mmh, I was wrong, sorry: the WS v1 is still up -- indeed the relevant > > tests in t/Release.t are OK. A direct call also works: > > > > $ curl > > "http://musicbrainz.org/ws/1/release/?type=xml&discid=Qb6ACLJhzNM46cXKVZSh3qMOv6A" > > > > However, for some reason, another program (abcde) using this same lib > > triggers a request failure when querying a bad DISC ID... So the > > problem is elsewhere.
The test results started to look better, but again since about two months the test suite started to fail. See: http://matrix.cpantesters.org/?dist=WebService-MusicBrainz;reports=1#sl=7,1
On 2018-09-24 16:50:48, SREZIC wrote: Show quoted text
> On 2017-03-01 22:46:32, BFAIST wrote:
> > I am working on a total rewrite that will use version 2.0 of the > > Musicbrainz API. Not ready for CPAN yet. > > > > https://github.com/bfaist/webservice-musicbrainz > > > > On Wed Mar 01 15:09:44 2017, marcoep@gmail.com wrote:
> > > On Wed Mar 01 09:37:56 2017, marcoep@gmail.com wrote:
> > > > It looks like, despite what's advertised on musicbrainz.org. that > > > > the > > > > end point for WS v1 is *dead* (I'm now getting "400 Bad > > > > Request"). > > > > So > > > > the real bug is that this library is quite useless until ported > > > > to > > > > WS > > > > v2: > > > > > > > > https://wiki.musicbrainz.org/Development/XML_Web_Service/Version_2
> > > > > > Mmh, I was wrong, sorry: the WS v1 is still up -- indeed the > > > relevant > > > tests in t/Release.t are OK. A direct call also works: > > > > > > $ curl > > > "http://musicbrainz.org/ws/1/release/?type=xml&discid=Qb6ACLJhzNM46cXKVZSh3qMOv6A" > > > > > > However, for some reason, another program (abcde) using this same > > > lib > > > triggers a request failure when querying a bad DISC ID... So the > > > problem is elsewhere.
> > The test results started to look better, but again since about two > months the test suite started to fail. > See: http://matrix.cpantesters.org/?dist=WebService- > MusicBrainz;reports=1#sl=7,1
The test suite again started to fail: http://matrix.cpantesters.org/?dist=WebService-MusicBrainz%201.0.5;reports=1#sl=7,1