-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrontab.log
More file actions
88 lines (80 loc) · 7.67 KB
/
crontab.log
File metadata and controls
88 lines (80 loc) · 7.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Content-Type: text/html
<!--: spam
Content-Type: text/html
<body bgcolor="#f0f0f8"><font color="#f0f0f8" size="-5"> -->
<body bgcolor="#f0f0f8"><font color="#f0f0f8" size="-5"> --> -->
</font> </font> </font> </script> </object> </blockquote> </pre>
</table> </table> </table> </table> </table> </font> </font> </font><body bgcolor="#f0f0f8">
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#6622aa">
<td valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong>UnicodeDecodeError</strong></big></big></font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial">Python 3.5.2: /usr/bin/python3<br>Sat Jun 3 19:15:01 2017</font></td></tr></table>
<p>A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.</p>
<table width="100%" cellspacing=0 cellpadding=0 border=0>
<tr><td bgcolor="#d8bbff"><big> </big><a href="file:///var/www/html/python-scripts/newzme.py">/var/www/html/python-scripts/newzme.py</a> in <strong><module></strong>()</td></tr>
<tr><td><font color="#909090"><tt> <small> 15</small> <br>
</tt></font></td></tr>
<tr><td><font color="#909090"><tt> <small> 16</small> <br>
</tt></font></td></tr>
<tr><td bgcolor="#ffccee"><tt>=><small> 17</small> feeds = json.load(open("/var/www/html/python-scripts/feeds.json"))<br>
</tt></td></tr>
<tr><td><font color="#909090"><tt> <small> 18</small> fp = feedprocessor.FeedProcessor("/var/www/html/python-scripts/stopwords.json", logging)<br>
</tt></font></td></tr>
<tr><td><font color="#909090"><tt> <small> 19</small> stor = firebasestorage.FirebaseStorage(logging)<br>
</tt></font></td></tr>
<tr><td><small><font color="#909090">feeds <em>undefined</em>, <strong>json</strong> = <module 'json' from '/usr/lib/python3.5/json/__init__.py'>, json.<strong>load</strong> = <function load>, <em>builtin</em> <strong>open</strong> = <built-in function open></font></small></td></tr></table>
<table width="100%" cellspacing=0 cellpadding=0 border=0>
<tr><td bgcolor="#d8bbff"><big> </big><a href="file:///usr/lib/python3.5/json/__init__.py">/usr/lib/python3.5/json/__init__.py</a> in <strong>load</strong>(fp=<_io.TextIOWrapper name='/var/www/html/python-scripts/feeds.json' mode='r' encoding='UTF-8'>, cls=None, object_hook=None, parse_float=None, parse_int=None, parse_constant=None, object_pairs_hook=None, **kw={})</td></tr>
<tr><td><font color="#909090"><tt> <small> 263</small> <br>
</tt></font></td></tr>
<tr><td><font color="#909090"><tt> <small> 264</small> """<br>
</tt></font></td></tr>
<tr><td bgcolor="#ffccee"><tt>=><small> 265</small> return loads(fp.read(),<br>
</tt></td></tr>
<tr><td bgcolor="#ffccee"><tt>=><small> 266</small> cls=cls, object_hook=object_hook,<br>
</tt></td></tr>
<tr><td bgcolor="#ffccee"><tt>=><small> 267</small> parse_float=parse_float, parse_int=parse_int,<br>
</tt></td></tr>
<tr><td><small><font color="#909090"><em>global</em> <strong>loads</strong> = <function loads>, <strong>fp</strong> = <_io.TextIOWrapper name='/var/www/html/python-scripts/feeds.json' mode='r' encoding='UTF-8'>, fp.<strong>read</strong> = <built-in method read of _io.TextIOWrapper object>, <strong>cls</strong> = None, <strong>object_hook</strong> = None, <strong>parse_float</strong> = None, <strong>parse_int</strong> = None, <strong>parse_constant</strong> = None, <strong>object_pairs_hook</strong> = None, <strong>kw</strong> = {}</font></small></td></tr></table>
<table width="100%" cellspacing=0 cellpadding=0 border=0>
<tr><td bgcolor="#d8bbff"><big> </big><a href="file:///usr/lib/python3.5/codecs.py">/usr/lib/python3.5/codecs.py</a> in <strong>decode</strong>(self=<encodings.utf_8.IncrementalDecoder object>, input=b'book\x00\x00\x00\x00mark\x00\x00\x00\x008\x00\...\xc4\x01\x00\x80\xe8\x01\x00\x00\x00\x00\x00\x00', final=True)</td></tr>
<tr><td><font color="#909090"><tt> <small> 319</small> # decode input (taking the buffer into account)<br>
</tt></font></td></tr>
<tr><td><font color="#909090"><tt> <small> 320</small> data = self.buffer + input<br>
</tt></font></td></tr>
<tr><td bgcolor="#ffccee"><tt>=><small> 321</small> (result, consumed) = self._buffer_decode(data, self.errors, final)<br>
</tt></td></tr>
<tr><td><font color="#909090"><tt> <small> 322</small> # keep undecoded input until the next call<br>
</tt></font></td></tr>
<tr><td><font color="#909090"><tt> <small> 323</small> self.buffer = data[consumed:]<br>
</tt></font></td></tr>
<tr><td><small><font color="#909090">result <em>undefined</em>, consumed <em>undefined</em>, <strong>self</strong> = <encodings.utf_8.IncrementalDecoder object>, self.<strong>_buffer_decode</strong> = <built-in function utf_8_decode>, <strong>data</strong> = b'book\x00\x00\x00\x00mark\x00\x00\x00\x008\x00\...\xc4\x01\x00\x80\xe8\x01\x00\x00\x00\x00\x00\x00', self.<strong>errors</strong> = 'strict', <strong>final</strong> = True</font></small></td></tr></table><p><strong>UnicodeDecodeError</strong>: 'utf-8' codec can't decode byte 0x98 in position 181: invalid start byte
<br><tt><small> </small> </tt>args =
('utf-8', b'book\x00\x00\x00\x00mark\x00\x00\x00\x008\x00\...\xc4\x01\x00\x80\xe8\x01\x00\x00\x00\x00\x00\x00', 181, 182, 'invalid start byte')
<br><tt><small> </small> </tt>encoding =
'utf-8'
<br><tt><small> </small> </tt>end =
182
<br><tt><small> </small> </tt>object =
b'book\x00\x00\x00\x00mark\x00\x00\x00\x008\x00\...\xc4\x01\x00\x80\xe8\x01\x00\x00\x00\x00\x00\x00'
<br><tt><small> </small> </tt>reason =
'invalid start byte'
<br><tt><small> </small> </tt>start =
181
<br><tt><small> </small> </tt>with_traceback =
<built-in method with_traceback of UnicodeDecodeError object>
<!-- The above is a description of an error in a Python program, formatted
for a Web browser because the 'cgitb' module was enabled. In case you
are not reading this in a Web browser, here is the original traceback:
Traceback (most recent call last):
File "/var/www/html/python-scripts/newzme.py", line 17, in <module>
feeds = json.load(open("/var/www/html/python-scripts/feeds.json"))
File "/usr/lib/python3.5/json/__init__.py", line 265, in load
return loads(fp.read(),
File "/usr/lib/python3.5/codecs.py", line 321, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x98 in position 181: invalid start byte
-->