Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. {"uuid": "7a99003a-230e-5d09-9cda-cbe878ea0235", "process": "scripts/noc-sae.py", "traceback": "UNHANDLED EXCEPTION (2015-10-09 08:43:23.277115)\nBRANCH: develop TIP: 35964ee23ea7\nPROCESS: ./scripts/noc-sae.py\nERROR FINGERPRINT: 7a99003a-230e-5d09-9cda-cbe878ea0235\nWORKING DIRECTORY: /opt/noc\nEXCEPTION: <type 'exceptions.UnicodeDecodeError'> 'utf8' codec can't decode byte 0xb0 in position 212972: invalid start byte\nSTART OF TRACEBACK\n------------------------------------------------------------------------\nFile: local/lib/python2.7/site-packages/google/protobuf/internal/decoder.py (Line: 410)\nFunction: DecodeField\n 403 return DecodeRepeatedField\n 404 else:\n 405 def DecodeField(buffer, pos, end, message, field_dict):\n 406 (size, pos) = local_DecodeVarint(buffer, pos)\n 407 new_pos = pos + size\n 408 if new_pos > end:\n 409 raise _DecodeError('Truncated string.')\n 410 ==> field_dict[key] = local_unicode(buffer[pos:new_pos], 'utf-8')\n 411 return new_pos\n 412 return DecodeField\n 413 \n 414 \n 415 def BytesDecoder(field_number, is_repeated, is_packed, key, new_default):\n 416 \"\"\"Returns a decoder for a bytes field.\"\"\"\nVariables:\n key = <google.protobuf.descriptor.FieldDescriptor object at 0x1c73350>\n end = 219302\n field_dict = {}\n new_pos = 219302L\n buffer = \n\"\\n\\xa2\\xb1\\rS'!! Last configuration change at Thu Oct 8 17:35:06 2015 by [skipped]------------------------------------------------------------------------\nFile: lib/nbsocket/socketfactory.py (Line: 112)\nFunction: guarded_socket_call\n 105 Wrapper for safe call of socket method. Handles and reports\n 106 socket errors.\n 107 \n 108 :return: Call status\n 109 :rtype: Bool\n 110 \"\"\"\n 111 try:\n 112 ==> method()\n 113 except Exception:\n 114 exc = get_socket_error()\n 115 try:\n 116 if exc:\n 117 socket.on_error(exc)\n 118 else:\nVariables:\n self = <noc.lib.nbsocket.socketfactory.SocketFactory object at 0x20a3310>\n socket = <SAESocket(0x4397690, connected)>\n exc = None\n method = \n<bound method SAESocket.handle_read of <SAESocket(0x4397690, connected)>>\n------------------------------------------------------------------------\nEND OF TRACEBACK", "tip": "35964ee23ea7", "ts": "2015-10-09T08:43:23.936182", "branch": "develop"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement