svn commit: r560451 - head/www/flexget
Jan Beich
jbeich at FreeBSD.org
Tue Jan 5 23:58:05 UTC 2021
Author: jbeich
Date: Tue Jan 5 23:58:04 2021
New Revision: 560451
URL: https://svnweb.freebsd.org/changeset/ports/560451
Log:
www/flexget: revert r560450 due to regressing transmission-rpc
ERROR transmission-rpc foo Error: Expecting value: line 1 column 1 (char 0)
ERROR transmission-rpc foo Request: "{"tag": 0, "method": "session-get", "arguments": {}}"
ERROR transmission-rpc foo HTTP data: "<h1>404: Not Found</h1>/transmission/"
CRITICAL task foo BUG: Unhandled error in plugin transmission:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/transmission_rpc/client.py", line 277, in _request
data = json.loads(http_data)
| | -> '<h1>404: Not Found</h1>/transmission/'
| -> <function loads at 0x8028b3160>
-> <module 'json' from '/usr/local/lib/python3.9/json/__init__.py'>
File "/usr/local/lib/python3.9/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
| | -> '<h1>404: Not Found</h1>/transmission/'
| -> <function JSONDecoder.decode at 0x80284da60>
-> <json.decoder.JSONDecoder object at 0x8028459d0>
File "/usr/local/lib/python3.9/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
| | | | -> '<h1>404: Not Found</h1>/transmission/'
| | | -> <built-in method match of re.Pattern object at 0x8027d6b70>
| | -> '<h1>404: Not Found</h1>/transmission/'
| -> <function JSONDecoder.raw_decode at 0x80284daf0>
-> <json.decoder.JSONDecoder object at 0x8028459d0>
File "/usr/local/lib/python3.9/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
| -> '<h1>404: Not Found</h1>/transmission/'
-> <class 'json.decoder.JSONDecodeError'>
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Modified:
head/www/flexget/Makefile (contents, props changed)
head/www/flexget/distinfo (contents, props changed)
Modified: head/www/flexget/Makefile
==============================================================================
--- head/www/flexget/Makefile Tue Jan 5 23:47:47 2021 (r560450)
+++ head/www/flexget/Makefile Tue Jan 5 23:58:04 2021 (r560451)
@@ -2,7 +2,7 @@
PORTNAME= flexget
DISTVERSIONPREFIX= v
-PORTVERSION= 3.1.95
+PORTVERSION= 3.1.94
CATEGORIES= www
MAINTAINER= jbeich at FreeBSD.org
Modified: head/www/flexget/distinfo
==============================================================================
--- head/www/flexget/distinfo Tue Jan 5 23:47:47 2021 (r560450)
+++ head/www/flexget/distinfo Tue Jan 5 23:58:04 2021 (r560451)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1609859899
-SHA256 (flexget-Flexget-v3.1.95_GH0.tar.gz) = 7de5dbb441258a076a4cd6a235a0950e9fa0be1d910182a823e46ba95b8916a6
-SIZE (flexget-Flexget-v3.1.95_GH0.tar.gz) = 7305634
+TIMESTAMP = 1609773475
+SHA256 (flexget-Flexget-v3.1.94_GH0.tar.gz) = 420b836d7652343393953a1eeb6ff2458aabe1c8fb5c0f2bf3143ab7187a6070
+SIZE (flexget-Flexget-v3.1.94_GH0.tar.gz) = 7301364
More information about the svn-ports-all
mailing list