Advertisement
Guest User

Untitled

a guest
Nov 14th, 2018
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.66 KB | None | 0 0
  1. { status: 200,
  2. statusText: 'OK',
  3. headers:
  4. { 'content-type': 'text/html',
  5. expires: 'Sun, 06 Nov 1984 08:49:37 GMT' },
  6. config:
  7. { adapter: [Function: httpAdapter],
  8. transformRequest: { '0': [Function: transformRequest] },
  9. transformResponse: { '0': [Function: transformResponse] },
  10. timeout: 0,
  11. xsrfCookieName: 'XSRF-TOKEN',
  12. xsrfHeaderName: 'X-XSRF-TOKEN',
  13. maxContentLength: -1,
  14. validateStatus: [Function: validateStatus],
  15. headers:
  16. { Accept: 'application/json, text/plain, */*',
  17. 'User-Agent': 'axios/0.18.0' },
  18. method: 'get',
  19. url: 'http://mavridis68100.ddns.net:82',
  20. auth: { username: 'pvserver', password: 'pvwr' },
  21. data: undefined },
  22. request:
  23. ClientRequest {
  24. _events:
  25. [Object: null prototype] {
  26. socket: [Function],
  27. abort: [Function],
  28. aborted: [Function],
  29. error: [Function],
  30. timeout: [Function],
  31. prefinish: [Function: requestOnPrefinish] },
  32. _eventsCount: 6,
  33. _maxListeners: undefined,
  34. output: [],
  35. outputEncodings: [],
  36. outputCallbacks: [],
  37. outputSize: 0,
  38. writable: true,
  39. _last: true,
  40. chunkedEncoding: false,
  41. shouldKeepAlive: false,
  42. useChunkedEncodingByDefault: false,
  43. sendDate: false,
  44. _removedConnection: false,
  45. _removedContLen: false,
  46. _removedTE: false,
  47. _contentLength: 0,
  48. _hasBody: true,
  49. _trailer: '',
  50. finished: true,
  51. _headerSent: true,
  52. socket:
  53. Socket {
  54. connecting: false,
  55. _hadError: false,
  56. _handle: null,
  57. _parent: null,
  58. _host: 'mavridis68100.ddns.net',
  59. _readableState:
  60. ReadableState {
  61. objectMode: false,
  62. highWaterMark: 16384,
  63. buffer: BufferList { head: null, tail: null, length: 0 },
  64. length: 0,
  65. pipes: null,
  66. pipesCount: 0,
  67. flowing: true,
  68. ended: true,
  69. endEmitted: true,
  70. reading: false,
  71. sync: false,
  72. needReadable: false,
  73. emittedReadable: false,
  74. readableListening: false,
  75. resumeScheduled: false,
  76. emitClose: false,
  77. destroyed: true,
  78. defaultEncoding: 'utf8',
  79. awaitDrain: 0,
  80. readingMore: false,
  81. decoder: null,
  82. encoding: null },
  83. readable: false,
  84. _events:
  85. [Object: null prototype] {
  86. end: [ [Function: onReadableStreamEnd], [Function: socketOnEnd] ],
  87. free: [Function: onFree],
  88. close: [ [Function: onClose], [Function: socketCloseListener] ],
  89. agentRemove: [Function: onRemove],
  90. drain: [Function: ondrain],
  91. error: [Function: socketErrorListener],
  92. data: [Function: socketOnData] },
  93. _eventsCount: 7,
  94. _maxListeners: undefined,
  95. _writableState:
  96. WritableState {
  97. objectMode: false,
  98. highWaterMark: 16384,
  99. finalCalled: true,
  100. needDrain: false,
  101. ending: true,
  102. ended: true,
  103. finished: true,
  104. destroyed: true,
  105. decodeStrings: false,
  106. defaultEncoding: 'utf8',
  107. length: 0,
  108. writing: false,
  109. corked: 0,
  110. sync: false,
  111. bufferProcessing: false,
  112. onwrite: [Function: bound onwrite],
  113. writecb: null,
  114. writelen: 0,
  115. bufferedRequest: null,
  116. lastBufferedRequest: null,
  117. pendingcb: 0,
  118. prefinished: true,
  119. errorEmitted: false,
  120. emitClose: false,
  121. bufferedRequestCount: 0,
  122. corkedRequestsFree:
  123. { next: null,
  124. entry: null,
  125. finish: [Function: bound onCorkedFinish] } },
  126. writable: false,
  127. allowHalfOpen: false,
  128. _sockname: null,
  129. _pendingData: null,
  130. _pendingEncoding: '',
  131. server: null,
  132. _server: null,
  133. parser: null,
  134. _httpMessage: [Circular],
  135. write: [Function: writeAfterFIN],
  136. [Symbol(asyncId)]: 6,
  137. [Symbol(lastWriteQueueSize)]: 0,
  138. [Symbol(timeout)]: null,
  139. [Symbol(kBytesRead)]: 6594,
  140. [Symbol(kBytesWritten)]: 182 },
  141. connection:
  142. Socket {
  143. connecting: false,
  144. _hadError: false,
  145. _handle: null,
  146. _parent: null,
  147. _host: 'mavridis68100.ddns.net',
  148. _readableState:
  149. ReadableState {
  150. objectMode: false,
  151. highWaterMark: 16384,
  152. buffer: BufferList { head: null, tail: null, length: 0 },
  153. length: 0,
  154. pipes: null,
  155. pipesCount: 0,
  156. flowing: true,
  157. ended: true,
  158. endEmitted: true,
  159. reading: false,
  160. sync: false,
  161. needReadable: false,
  162. emittedReadable: false,
  163. readableListening: false,
  164. resumeScheduled: false,
  165. emitClose: false,
  166. destroyed: true,
  167. defaultEncoding: 'utf8',
  168. awaitDrain: 0,
  169. readingMore: false,
  170. decoder: null,
  171. encoding: null },
  172. readable: false,
  173. _events:
  174. [Object: null prototype] {
  175. end: [ [Function: onReadableStreamEnd], [Function: socketOnEnd] ],
  176. free: [Function: onFree],
  177. close: [ [Function: onClose], [Function: socketCloseListener] ],
  178. agentRemove: [Function: onRemove],
  179. drain: [Function: ondrain],
  180. error: [Function: socketErrorListener],
  181. data: [Function: socketOnData] },
  182. _eventsCount: 7,
  183. _maxListeners: undefined,
  184. _writableState:
  185. WritableState {
  186. objectMode: false,
  187. highWaterMark: 16384,
  188. finalCalled: true,
  189. needDrain: false,
  190. ending: true,
  191. ended: true,
  192. finished: true,
  193. destroyed: true,
  194. decodeStrings: false,
  195. defaultEncoding: 'utf8',
  196. length: 0,
  197. writing: false,
  198. corked: 0,
  199. sync: false,
  200. bufferProcessing: false,
  201. onwrite: [Function: bound onwrite],
  202. writecb: null,
  203. writelen: 0,
  204. bufferedRequest: null,
  205. lastBufferedRequest: null,
  206. pendingcb: 0,
  207. prefinished: true,
  208. errorEmitted: false,
  209. emitClose: false,
  210. bufferedRequestCount: 0,
  211. corkedRequestsFree:
  212. { next: null,
  213. entry: null,
  214. finish: [Function: bound onCorkedFinish] } },
  215. writable: false,
  216. allowHalfOpen: false,
  217. _sockname: null,
  218. _pendingData: null,
  219. _pendingEncoding: '',
  220. server: null,
  221. _server: null,
  222. parser: null,
  223. _httpMessage: [Circular],
  224. write: [Function: writeAfterFIN],
  225. [Symbol(asyncId)]: 6,
  226. [Symbol(lastWriteQueueSize)]: 0,
  227. [Symbol(timeout)]: null,
  228. [Symbol(kBytesRead)]: 6594,
  229. [Symbol(kBytesWritten)]: 182 },
  230. _header:
  231. 'GET / HTTP/1.1\r\nAccept: application/json, text/plain, */*\r\nUser-Agent: axios/0.18.0\r\nHost: mavridis68100.ddns.net:82\r\nAuthorization: Basic cHZzZXJ2ZXI6cHZ3cg==\r\nConnection: close\r\n\r\n',
  232. _onPendingData: [Function: noopPendingOutput],
  233. agent:
  234. Agent {
  235. _events: [Object: null prototype] { free: [Function] },
  236. _eventsCount: 1,
  237. _maxListeners: undefined,
  238. defaultPort: 80,
  239. protocol: 'http:',
  240. options: { path: null },
  241. requests: {},
  242. sockets:
  243. { 'mavridis68100.ddns.net:82:':
  244. [ Socket {
  245. connecting: false,
  246. _hadError: false,
  247. _handle: null,
  248. _parent: null,
  249. _host: 'mavridis68100.ddns.net',
  250. _readableState:
  251. ReadableState {
  252. objectMode: false,
  253. highWaterMark: 16384,
  254. buffer: BufferList { head: null, tail: null, length: 0 },
  255. length: 0,
  256. pipes: null,
  257. pipesCount: 0,
  258. flowing: true,
  259. ended: true,
  260. endEmitted: true,
  261. reading: false,
  262. sync: false,
  263. needReadable: false,
  264. emittedReadable: false,
  265. readableListening: false,
  266. resumeScheduled: false,
  267. emitClose: false,
  268. destroyed: true,
  269. defaultEncoding: 'utf8',
  270. awaitDrain: 0,
  271. readingMore: false,
  272. decoder: null,
  273. encoding: null },
  274. readable: false,
  275. _events:
  276. [Object: null prototype] {
  277. end: [ [Function: onReadableStreamEnd], [Function: socketOnEnd] ],
  278. free: [Function: onFree],
  279. close: [ [Function: onClose], [Function: socketCloseListener] ],
  280. agentRemove: [Function: onRemove],
  281. drain: [Function: ondrain],
  282. error: [Function: socketErrorListener],
  283. data: [Function: socketOnData] },
  284. _eventsCount: 7,
  285. _maxListeners: undefined,
  286. _writableState:
  287. WritableState {
  288. objectMode: false,
  289. highWaterMark: 16384,
  290. finalCalled: true,
  291. needDrain: false,
  292. ending: true,
  293. ended: true,
  294. finished: true,
  295. destroyed: true,
  296. decodeStrings: false,
  297. defaultEncoding: 'utf8',
  298. length: 0,
  299. writing: false,
  300. corked: 0,
  301. sync: false,
  302. bufferProcessing: false,
  303. onwrite: [Function: bound onwrite],
  304. writecb: null,
  305. writelen: 0,
  306. bufferedRequest: null,
  307. lastBufferedRequest: null,
  308. pendingcb: 0,
  309. prefinished: true,
  310. errorEmitted: false,
  311. emitClose: false,
  312. bufferedRequestCount: 0,
  313. corkedRequestsFree:
  314. { next: null,
  315. entry: null,
  316. finish: [Function: bound onCorkedFinish] } },
  317. writable: false,
  318. allowHalfOpen: false,
  319. _sockname: null,
  320. _pendingData: null,
  321. _pendingEncoding: '',
  322. server: null,
  323. _server: null,
  324. parser: null,
  325. _httpMessage: [Circular],
  326. write: [Function: writeAfterFIN],
  327. [Symbol(asyncId)]: 6,
  328. [Symbol(lastWriteQueueSize)]: 0,
  329. [Symbol(timeout)]: null,
  330. [Symbol(kBytesRead)]: 6594,
  331. [Symbol(kBytesWritten)]: 182 } ] },
  332. freeSockets: {},
  333. keepAliveMsecs: 1000,
  334. keepAlive: false,
  335. maxSockets: Infinity,
  336. maxFreeSockets: 256 },
  337. socketPath: undefined,
  338. timeout: undefined,
  339. method: 'GET',
  340. path: '/',
  341. _ended: true,
  342. res:
  343. IncomingMessage {
  344. _readableState:
  345. ReadableState {
  346. objectMode: false,
  347. highWaterMark: 16384,
  348. buffer: BufferList { head: null, tail: null, length: 0 },
  349. length: 0,
  350. pipes: null,
  351. pipesCount: 0,
  352. flowing: true,
  353. ended: true,
  354. endEmitted: true,
  355. reading: false,
  356. sync: false,
  357. needReadable: false,
  358. emittedReadable: false,
  359. readableListening: false,
  360. resumeScheduled: false,
  361. emitClose: true,
  362. destroyed: false,
  363. defaultEncoding: 'utf8',
  364. awaitDrain: 0,
  365. readingMore: false,
  366. decoder: null,
  367. encoding: null },
  368. readable: false,
  369. _events:
  370. [Object: null prototype] {
  371. end: [ [Function: responseOnEnd], [Function: handleStreamEnd] ],
  372. data: [Function: handleStreamData],
  373. error: [Function: handleStreamError] },
  374. _eventsCount: 3,
  375. _maxListeners: undefined,
  376. socket:
  377. Socket {
  378. connecting: false,
  379. _hadError: false,
  380. _handle: null,
  381. _parent: null,
  382. _host: 'mavridis68100.ddns.net',
  383. _readableState:
  384. ReadableState {
  385. objectMode: false,
  386. highWaterMark: 16384,
  387. buffer: BufferList { head: null, tail: null, length: 0 },
  388. length: 0,
  389. pipes: null,
  390. pipesCount: 0,
  391. flowing: true,
  392. ended: true,
  393. endEmitted: true,
  394. reading: false,
  395. sync: false,
  396. needReadable: false,
  397. emittedReadable: false,
  398. readableListening: false,
  399. resumeScheduled: false,
  400. emitClose: false,
  401. destroyed: true,
  402. defaultEncoding: 'utf8',
  403. awaitDrain: 0,
  404. readingMore: false,
  405. decoder: null,
  406. encoding: null },
  407. readable: false,
  408. _events:
  409. [Object: null prototype] {
  410. end: [ [Function: onReadableStreamEnd], [Function: socketOnEnd] ],
  411. free: [Function: onFree],
  412. close: [ [Function: onClose], [Function: socketCloseListener] ],
  413. agentRemove: [Function: onRemove],
  414. drain: [Function: ondrain],
  415. error: [Function: socketErrorListener],
  416. data: [Function: socketOnData] },
  417. _eventsCount: 7,
  418. _maxListeners: undefined,
  419. _writableState:
  420. WritableState {
  421. objectMode: false,
  422. highWaterMark: 16384,
  423. finalCalled: true,
  424. needDrain: false,
  425. ending: true,
  426. ended: true,
  427. finished: true,
  428. destroyed: true,
  429. decodeStrings: false,
  430. defaultEncoding: 'utf8',
  431. length: 0,
  432. writing: false,
  433. corked: 0,
  434. sync: false,
  435. bufferProcessing: false,
  436. onwrite: [Function: bound onwrite],
  437. writecb: null,
  438. writelen: 0,
  439. bufferedRequest: null,
  440. lastBufferedRequest: null,
  441. pendingcb: 0,
  442. prefinished: true,
  443. errorEmitted: false,
  444. emitClose: false,
  445. bufferedRequestCount: 0,
  446. corkedRequestsFree:
  447. { next: null,
  448. entry: null,
  449. finish: [Function: bound onCorkedFinish] } },
  450. writable: false,
  451. allowHalfOpen: false,
  452. _sockname: null,
  453. _pendingData: null,
  454. _pendingEncoding: '',
  455. server: null,
  456. _server: null,
  457. parser: null,
  458. _httpMessage: [Circular],
  459. write: [Function: writeAfterFIN],
  460. [Symbol(asyncId)]: 6,
  461. [Symbol(lastWriteQueueSize)]: 0,
  462. [Symbol(timeout)]: null,
  463. [Symbol(kBytesRead)]: 6594,
  464. [Symbol(kBytesWritten)]: 182 },
  465. connection:
  466. Socket {
  467. connecting: false,
  468. _hadError: false,
  469. _handle: null,
  470. _parent: null,
  471. _host: 'mavridis68100.ddns.net',
  472. _readableState:
  473. ReadableState {
  474. objectMode: false,
  475. highWaterMark: 16384,
  476. buffer: BufferList { head: null, tail: null, length: 0 },
  477. length: 0,
  478. pipes: null,
  479. pipesCount: 0,
  480. flowing: true,
  481. ended: true,
  482. endEmitted: true,
  483. reading: false,
  484. sync: false,
  485. needReadable: false,
  486. emittedReadable: false,
  487. readableListening: false,
  488. resumeScheduled: false,
  489. emitClose: false,
  490. destroyed: true,
  491. defaultEncoding: 'utf8',
  492. awaitDrain: 0,
  493. readingMore: false,
  494. decoder: null,
  495. encoding: null },
  496. readable: false,
  497. _events:
  498. [Object: null prototype] {
  499. end: [ [Function: onReadableStreamEnd], [Function: socketOnEnd] ],
  500. free: [Function: onFree],
  501. close: [ [Function: onClose], [Function: socketCloseListener] ],
  502. agentRemove: [Function: onRemove],
  503. drain: [Function: ondrain],
  504. error: [Function: socketErrorListener],
  505. data: [Function: socketOnData] },
  506. _eventsCount: 7,
  507. _maxListeners: undefined,
  508. _writableState:
  509. WritableState {
  510. objectMode: false,
  511. highWaterMark: 16384,
  512. finalCalled: true,
  513. needDrain: false,
  514. ending: true,
  515. ended: true,
  516. finished: true,
  517. destroyed: true,
  518. decodeStrings: false,
  519. defaultEncoding: 'utf8',
  520. length: 0,
  521. writing: false,
  522. corked: 0,
  523. sync: false,
  524. bufferProcessing: false,
  525. onwrite: [Function: bound onwrite],
  526. writecb: null,
  527. writelen: 0,
  528. bufferedRequest: null,
  529. lastBufferedRequest: null,
  530. pendingcb: 0,
  531. prefinished: true,
  532. errorEmitted: false,
  533. emitClose: false,
  534. bufferedRequestCount: 0,
  535. corkedRequestsFree:
  536. { next: null,
  537. entry: null,
  538. finish: [Function: bound onCorkedFinish] } },
  539. writable: false,
  540. allowHalfOpen: false,
  541. _sockname: null,
  542. _pendingData: null,
  543. _pendingEncoding: '',
  544. server: null,
  545. _server: null,
  546. parser: null,
  547. _httpMessage: [Circular],
  548. write: [Function: writeAfterFIN],
  549. [Symbol(asyncId)]: 6,
  550. [Symbol(lastWriteQueueSize)]: 0,
  551. [Symbol(timeout)]: null,
  552. [Symbol(kBytesRead)]: 6594,
  553. [Symbol(kBytesWritten)]: 182 },
  554. httpVersionMajor: 1,
  555. httpVersionMinor: 0,
  556. httpVersion: '1.0',
  557. complete: true,
  558. headers:
  559. { 'content-type': 'text/html',
  560. expires: 'Sun, 06 Nov 1984 08:49:37 GMT' },
  561. rawHeaders:
  562. [ 'Content-Type',
  563. 'text/html',
  564. 'Expires',
  565. 'Sun, 06 Nov 1984 08:49:37 GMT' ],
  566. trailers: {},
  567. rawTrailers: [],
  568. aborted: false,
  569. upgrade: false,
  570. url: '',
  571. method: null,
  572. statusCode: 200,
  573. statusMessage: 'OK',
  574. client:
  575. Socket {
  576. connecting: false,
  577. _hadError: false,
  578. _handle: null,
  579. _parent: null,
  580. _host: 'mavridis68100.ddns.net',
  581. _readableState:
  582. ReadableState {
  583. objectMode: false,
  584. highWaterMark: 16384,
  585. buffer: BufferList { head: null, tail: null, length: 0 },
  586. length: 0,
  587. pipes: null,
  588. pipesCount: 0,
  589. flowing: true,
  590. ended: true,
  591. endEmitted: true,
  592. reading: false,
  593. sync: false,
  594. needReadable: false,
  595. emittedReadable: false,
  596. readableListening: false,
  597. resumeScheduled: false,
  598. emitClose: false,
  599. destroyed: true,
  600. defaultEncoding: 'utf8',
  601. awaitDrain: 0,
  602. readingMore: false,
  603. decoder: null,
  604. encoding: null },
  605. readable: false,
  606. _events:
  607. [Object: null prototype] {
  608. end: [ [Function: onReadableStreamEnd], [Function: socketOnEnd] ],
  609. free: [Function: onFree],
  610. close: [ [Function: onClose], [Function: socketCloseListener] ],
  611. agentRemove: [Function: onRemove],
  612. drain: [Function: ondrain],
  613. error: [Function: socketErrorListener],
  614. data: [Function: socketOnData] },
  615. _eventsCount: 7,
  616. _maxListeners: undefined,
  617. _writableState:
  618. WritableState {
  619. objectMode: false,
  620. highWaterMark: 16384,
  621. finalCalled: true,
  622. needDrain: false,
  623. ending: true,
  624. ended: true,
  625. finished: true,
  626. destroyed: true,
  627. decodeStrings: false,
  628. defaultEncoding: 'utf8',
  629. length: 0,
  630. writing: false,
  631. corked: 0,
  632. sync: false,
  633. bufferProcessing: false,
  634. onwrite: [Function: bound onwrite],
  635. writecb: null,
  636. writelen: 0,
  637. bufferedRequest: null,
  638. lastBufferedRequest: null,
  639. pendingcb: 0,
  640. prefinished: true,
  641. errorEmitted: false,
  642. emitClose: false,
  643. bufferedRequestCount: 0,
  644. corkedRequestsFree:
  645. { next: null,
  646. entry: null,
  647. finish: [Function: bound onCorkedFinish] } },
  648. writable: false,
  649. allowHalfOpen: false,
  650. _sockname: null,
  651. _pendingData: null,
  652. _pendingEncoding: '',
  653. server: null,
  654. _server: null,
  655. parser: null,
  656. _httpMessage: [Circular],
  657. write: [Function: writeAfterFIN],
  658. [Symbol(asyncId)]: 6,
  659. [Symbol(lastWriteQueueSize)]: 0,
  660. [Symbol(timeout)]: null,
  661. [Symbol(kBytesRead)]: 6594,
  662. [Symbol(kBytesWritten)]: 182 },
  663. _consuming: true,
  664. _dumped: false,
  665. req: [Circular],
  666. responseUrl: 'http://pvserver:pvwr@mavridis68100.ddns.net:82/',
  667. redirects: [] },
  668. aborted: false,
  669. timeoutCb: null,
  670. upgradeOrConnect: false,
  671. parser: null,
  672. maxHeadersCount: null,
  673. _redirectable:
  674. Writable {
  675. _writableState:
  676. WritableState {
  677. objectMode: false,
  678. highWaterMark: 16384,
  679. finalCalled: false,
  680. needDrain: false,
  681. ending: false,
  682. ended: false,
  683. finished: false,
  684. destroyed: false,
  685. decodeStrings: true,
  686. defaultEncoding: 'utf8',
  687. length: 0,
  688. writing: false,
  689. corked: 0,
  690. sync: true,
  691. bufferProcessing: false,
  692. onwrite: [Function: bound onwrite],
  693. writecb: null,
  694. writelen: 0,
  695. bufferedRequest: null,
  696. lastBufferedRequest: null,
  697. pendingcb: 0,
  698. prefinished: false,
  699. errorEmitted: false,
  700. emitClose: true,
  701. bufferedRequestCount: 0,
  702. corkedRequestsFree:
  703. { next: null,
  704. entry: null,
  705. finish: [Function: bound onCorkedFinish] } },
  706. writable: true,
  707. _events:
  708. [Object: null prototype] {
  709. response: [Function: handleResponse],
  710. error: [Function: handleRequestError] },
  711. _eventsCount: 2,
  712. _maxListeners: undefined,
  713. _options:
  714. { protocol: 'http:',
  715. maxRedirects: 21,
  716. maxBodyLength: 10485760,
  717. path: '/',
  718. method: 'get',
  719. headers:
  720. { Accept: 'application/json, text/plain, */*',
  721. 'User-Agent': 'axios/0.18.0' },
  722. agent: undefined,
  723. auth: 'pvserver:pvwr',
  724. hostname: 'mavridis68100.ddns.net',
  725. port: '82',
  726. nativeProtocols:
  727. { 'http:':
  728. { _connectionListener: [Function: connectionListener],
  729. METHODS:
  730. [ 'ACL',
  731. 'BIND',
  732. 'CHECKOUT',
  733. 'CONNECT',
  734. 'COPY',
  735. 'DELETE',
  736. 'GET',
  737. 'HEAD',
  738. 'LINK',
  739. 'LOCK',
  740. 'M-SEARCH',
  741. 'MERGE',
  742. 'MKACTIVITY',
  743. 'MKCALENDAR',
  744. 'MKCOL',
  745. 'MOVE',
  746. 'NOTIFY',
  747. 'OPTIONS',
  748. 'PATCH',
  749. 'POST',
  750. 'PROPFIND',
  751. 'PROPPATCH',
  752. 'PURGE',
  753. 'PUT',
  754. 'REBIND',
  755. 'REPORT',
  756. 'SEARCH',
  757. 'SOURCE',
  758. 'SUBSCRIBE',
  759. 'TRACE',
  760. 'UNBIND',
  761. 'UNLINK',
  762. 'UNLOCK',
  763. 'UNSUBSCRIBE' ],
  764. STATUS_CODES:
  765. { '100': 'Continue',
  766. '101': 'Switching Protocols',
  767. '102': 'Processing',
  768. '103': 'Early Hints',
  769. '200': 'OK',
  770. '201': 'Created',
  771. '202': 'Accepted',
  772. '203': 'Non-Authoritative Information',
  773. '204': 'No Content',
  774. '205': 'Reset Content',
  775. '206': 'Partial Content',
  776. '207': 'Multi-Status',
  777. '208': 'Already Reported',
  778. '226': 'IM Used',
  779. '300': 'Multiple Choices',
  780. '301': 'Moved Permanently',
  781. '302': 'Found',
  782. '303': 'See Other',
  783. '304': 'Not Modified',
  784. '305': 'Use Proxy',
  785. '307': 'Temporary Redirect',
  786. '308': 'Permanent Redirect',
  787. '400': 'Bad Request',
  788. '401': 'Unauthorized',
  789. '402': 'Payment Required',
  790. '403': 'Forbidden',
  791. '404': 'Not Found',
  792. '405': 'Method Not Allowed',
  793. '406': 'Not Acceptable',
  794. '407': 'Proxy Authentication Required',
  795. '408': 'Request Timeout',
  796. '409': 'Conflict',
  797. '410': 'Gone',
  798. '411': 'Length Required',
  799. '412': 'Precondition Failed',
  800. '413': 'Payload Too Large',
  801. '414': 'URI Too Long',
  802. '415': 'Unsupported Media Type',
  803. '416': 'Range Not Satisfiable',
  804. '417': 'Expectation Failed',
  805. '418': "I'm a Teapot",
  806. '421': 'Misdirected Request',
  807. '422': 'Unprocessable Entity',
  808. '423': 'Locked',
  809. '424': 'Failed Dependency',
  810. '425': 'Unordered Collection',
  811. '426': 'Upgrade Required',
  812. '428': 'Precondition Required',
  813. '429': 'Too Many Requests',
  814. '431': 'Request Header Fields Too Large',
  815. '451': 'Unavailable For Legal Reasons',
  816. '500': 'Internal Server Error',
  817. '501': 'Not Implemented',
  818. '502': 'Bad Gateway',
  819. '503': 'Service Unavailable',
  820. '504': 'Gateway Timeout',
  821. '505': 'HTTP Version Not Supported',
  822. '506': 'Variant Also Negotiates',
  823. '507': 'Insufficient Storage',
  824. '508': 'Loop Detected',
  825. '509': 'Bandwidth Limit Exceeded',
  826. '510': 'Not Extended',
  827. '511': 'Network Authentication Required' },
  828. Agent: { [Function: Agent] defaultMaxSockets: Infinity },
  829. ClientRequest: [Function: ClientRequest],
  830. globalAgent:
  831. Agent {
  832. _events: [Object: null prototype] { free: [Function] },
  833. _eventsCount: 1,
  834. _maxListeners: undefined,
  835. defaultPort: 80,
  836. protocol: 'http:',
  837. options: { path: null },
  838. requests: {},
  839. sockets:
  840. { 'mavridis68100.ddns.net:82:':
  841. [ Socket {
  842. connecting: false,
  843. _hadError: false,
  844. _handle: null,
  845. _parent: null,
  846. _host: 'mavridis68100.ddns.net',
  847. _readableState:
  848. ReadableState {
  849. objectMode: false,
  850. highWaterMark: 16384,
  851. buffer: BufferList { head: null, tail: null, length: 0 },
  852. length: 0,
  853. pipes: null,
  854. pipesCount: 0,
  855. flowing: true,
  856. ended: true,
  857. endEmitted: true,
  858. reading: false,
  859. sync: false,
  860. needReadable: false,
  861. emittedReadable: false,
  862. readableListening: false,
  863. resumeScheduled: false,
  864. emitClose: false,
  865. destroyed: true,
  866. defaultEncoding: 'utf8',
  867. awaitDrain: 0,
  868. readingMore: false,
  869. decoder: null,
  870. encoding: null },
  871. readable: false,
  872. _events:
  873. [Object: null prototype] {
  874. end: [ [Function: onReadableStreamEnd], [Function: socketOnEnd] ],
  875. free: [Function: onFree],
  876. close: [ [Function: onClose], [Function: socketCloseListener] ],
  877. agentRemove: [Function: onRemove],
  878. drain: [Function: ondrain],
  879. error: [Function: socketErrorListener],
  880. data: [Function: socketOnData] },
  881. _eventsCount: 7,
  882. _maxListeners: undefined,
  883. _writableState:
  884. WritableState {
  885. objectMode: false,
  886. highWaterMark: 16384,
  887. finalCalled: true,
  888. needDrain: false,
  889. ending: true,
  890. ended: true,
  891. finished: true,
  892. destroyed: true,
  893. decodeStrings: false,
  894. defaultEncoding: 'utf8',
  895. length: 0,
  896. writing: false,
  897. corked: 0,
  898. sync: false,
  899. bufferProcessing: false,
  900. onwrite: [Function: bound onwrite],
  901. writecb: null,
  902. writelen: 0,
  903. bufferedRequest: null,
  904. lastBufferedRequest: null,
  905. pendingcb: 0,
  906. prefinished: true,
  907. errorEmitted: false,
  908. emitClose: false,
  909. bufferedRequestCount: 0,
  910. corkedRequestsFree:
  911. { next: null,
  912. entry: null,
  913. finish: [Function: bound onCorkedFinish] } },
  914. writable: false,
  915. allowHalfOpen: false,
  916. _sockname: null,
  917. _pendingData: null,
  918. _pendingEncoding: '',
  919. server: null,
  920. _server: null,
  921. parser: null,
  922. _httpMessage: [Circular],
  923. write: [Function: writeAfterFIN],
  924. [Symbol(asyncId)]: 6,
  925. [Symbol(lastWriteQueueSize)]: 0,
  926. [Symbol(timeout)]: null,
  927. [Symbol(kBytesRead)]: 6594,
  928. [Symbol(kBytesWritten)]: 182 } ] },
  929. freeSockets: {},
  930. keepAliveMsecs: 1000,
  931. keepAlive: false,
  932. maxSockets: Infinity,
  933. maxFreeSockets: 256 },
  934. IncomingMessage: [Function: IncomingMessage],
  935. OutgoingMessage: [Function: OutgoingMessage],
  936. Server: [Function: Server],
  937. ServerResponse: [Function: ServerResponse],
  938. createServer: [Function: createServer],
  939. get: [Function: get],
  940. request: [Function: request] },
  941. 'https:':
  942. { Agent: [Function: Agent],
  943. globalAgent:
  944. Agent {
  945. _events: [Object: null prototype] { free: [Function] },
  946. _eventsCount: 1,
  947. _maxListeners: undefined,
  948. defaultPort: 443,
  949. protocol: 'https:',
  950. options: { path: null },
  951. requests: {},
  952. sockets: {},
  953. freeSockets: {},
  954. keepAliveMsecs: 1000,
  955. keepAlive: false,
  956. maxSockets: Infinity,
  957. maxFreeSockets: 256,
  958. maxCachedSessions: 100,
  959. _sessionCache: { map: {}, list: [] } },
  960. Server: [Function: Server],
  961. createServer: [Function: createServer],
  962. get: [Function: get],
  963. request: [Function: request] } },
  964. pathname: '/' },
  965. _redirectCount: 0,
  966. _redirects: [],
  967. _requestBodyLength: 0,
  968. _requestBodyBuffers: [],
  969. _onNativeResponse: [Function],
  970. _currentRequest: [Circular],
  971. _currentUrl: 'http://pvserver:pvwr@mavridis68100.ddns.net:82/' },
  972. [Symbol(isCorked)]: false,
  973. [Symbol(outHeadersKey)]:
  974. [Object: null prototype] {
  975. accept: [ 'Accept', 'application/json, text/plain, */*' ],
  976. 'user-agent': [ 'User-Agent', 'axios/0.18.0' ],
  977. host: [ 'Host', 'mavridis68100.ddns.net:82' ],
  978. authorization: [ 'Authorization', 'Basic cHZzZXJ2ZXI6cHZ3cg==' ] } },
  979. data:
  980. '<!DOCtype HTML PUBLIC "-//W3C//Dtd HTML 4.0 Transitional//EN">\r\n<html>\r\n<head>\r\n<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">\r\n<meta name="Generator" CONTENT="ChrisB">\r\n<title>PV Webserver</title>\r\n</head>\r\n<body nof="(MB=(DefaultMasterborder, 65, 60, 150, 10), L=(HomeLayout, 700, 600))" bgcolor="#EAF7F7" text="#000000" link="#0033CC" vlink="#990099" alink="#FF0000" topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>\r\n<form method="post" action="">\r\n<table cellspacing="0" cellpadding="0" width="770" nof="ly">\r\n<tr><td height="5"></td></tr>\r\n<tr><td width="190" height="55"></td>\r\n<td width="400">\r\n <font face="Arial,Helvetica,Geneva,Sans-serif,sans-serif" size="+3">\r\n PIKO 10.1\r\n<br><font size="+1"> \r\n Mavridis (255)\r\n</font>\r\n</font>\r\n</td>\r\n<td><img alt="Logo" height="42" width="130" src="KSE.gif"></td>\r\n</tr>\r\n</table>\r\n\r\n<font face="Arial,Helvetica,Geneva,Sans-serif,sans-serif">\r\n<table Border="0" width="100%"><tr>\r\n<td width="150"></td>\r\n<td>
  981. <hr> </td>\r\n</tr></table>\r\n<table cellspacing="0" cellpadding="0" width="770">\r\n<tr><td></td></tr>\r\n<tr>\r\n<td width="190"></td>\r\n<td colspan="2">\r\n <b>AC power</b></td>\r\n<td>&nbsp</td>\r\n<td>\r\n <b>energy</b></td></tr>\r\n<tr><td height="10"></td></tr>\r\n\r\n<tr>\r\n<td width="190"></td>\r\n<td width="100">\r\n current</td>\r\n<td width="70" align="right" bgcolor="#FFFFFF">\r\n x x x&nbsp</td>\r\n<td width="140">&nbsp W</td>\r\n<td width="100">\r\n total energy</td>\r\n<td width="70" align="right" bgcolor="#FFFFFF">\r\n 115587</td>\r\n<td width="50">&nbsp kWh</td>\r\n<td>&nbsp</td></tr>\r\n<tr height="2"><td></td></tr>\r\n<tr>\r\n<td width="190"></td>\r\n<td width="100">\r\n &nbsp</td>\r\n<td width="70" align="right">\r\n &nbsp</td>\r\n<td width="140">&nbsp</td>\r\n<td width="100">\r\n daily energy</td>\r\n<td width="70" align="right" bgcolor="#FFFFFF">\r\n 25.34</td>\r\n<td width="50">&nbsp kWh</td>\r\n<td>&nbsp</td></tr>\r\n<tr height="5"><td></td></tr>\r\n<tr>\r\n<td width="190"></td>\r\n<td width="100">\r\n status</td>\r\n<td colspan="4">\r\n off</td>\r\n<td>&nbsp</td></tr>\r\n<tr height="8"><td></td></tr>\r\n<tr><td colspan="7">\r\n<table align="top" width="100%"><tr>\r\n<td width="182"></td>\r\n<td><hr size="1"></font></td></tr>\r\n<tr><td height="5"></td></tr></table>\r\n</td></tr>\r\n<tr>\r\n<td width="190"></td>\r\n<td colspan="2">\r\n <b>PV generator</b></td>\r\n<td width="140">&nbsp</td>\r\n<td colspan="2">\r\n <b>output power</b></td>\r\n<td width="30">&nbsp</td>\r\n<td>&nbsp</td></tr>\r\n<tr><td height="10"></td></tr>\r\n<tr>\r\n<td width="190"></td>\r\n<td width="100">\r\n <u>String 1</u></td>\r\n<td width="70">&nbsp</td>\r\n<td width="140">&nbsp</td>\r\n<td width="95">\r\n <u>L1</u></td>\r\n<td width="70">&nbsp</td>\r\n<td width="30">&nbsp</td>\r\n<td>&nbsp</td></tr>\r\n<tr>\r\n<td width="190"></td>\r\n<td width="100">\r\n voltage</td>\r\n<td width="70" align="right" bgcolor="#FFFFFF">\r\n x x x&nbsp</td>\r\n<td width="140">&nbsp V</td>\r\n<td width="100">\r\n voltage</td>\r\n<td width="70" align="right" bgcolor="#FFFFFF">\r\n x x x&nbsp</td>\r\n<td width="30">&nbsp V</td>\r\n<td>&nbsp</td></tr>\r\n<tr height="2"><td></td></tr>\r\n<tr valign="top" align="left">\r\n<td width="190">&nbsp</td>\r\n<td width="100">\r\n current</td>\r\n<td width="70" align="right" bgcolor="#FFFFFF">\r\n x x x&nbsp</td>\r\n<td width="140">&nbsp A</td>\r\n<td width="100">\r\n power</td>\r\n<td width="70" align="right" bgcolor="#FFFFFF">\r\n x x x&nbsp</td>\r\n<td width="30">&nbsp W</td>\r\n<td>&nbsp</td></tr>\r\n<tr height="22"><td></td></tr>\r\n<tr>\r\n<td width="190"></td>\r\n<td width="100">\r\n <u>String 2</u></td>\r\n<td width="70">&nbsp</td>\r\n<td width="140">&nbsp</td>\r\n<td width="100">\r\n <u>L2</u></td>\r\n<td width="70">&nbsp</td>\r\n<td width="30">&nbsp</td>\r\n<td>&nbsp</td></tr>\r\n<tr>\r\n<td width="190"></td>\r\n<td width="100">\r\n voltage</td>\r\n<td width="70" align="right" bgcolor="#FFFFFF">\r\n x x x&nbsp</td>\r\n<td width="140">&nbsp V</td>\r\n<td width="100">\r\n voltage</td>\r\n<td width="70" align="right" bgcolor="#FFFFFF">\r\n x x x&nbsp</td>\r\n<td width="30">&nbsp V</td>\r\n<td>&nbsp</td></tr>\r\n<tr height="2"><td></td></tr>\r\n<tr valign="top" align="left">\r\n<td width="190">&nbsp</td>\r\n<td width="100">\r\n current</td>\r\n<td width="70" align="right" bgcolor="#FFFFFF">\r\n x x x&nbsp</td>\r\n<td width="140">&nbsp A</td>\r\n<td width="100">\r\n power</td>\r\n<td width="70" align="right" bgcolor="#FFFFFF">\r\n x x x&nbsp</td>\r\n<td width="30">&nbsp W</td>\r\n<td>&nbsp</td></tr>\r\n<tr height="22"><td></td></tr>\r\n<tr>\r\n<td width="190"></td>\r\n<td width="100">\r\n <u>String 3</u></td>\r\n<td width="70">&nbsp</td>\r\n<td width="140">&nbsp</td>\r\n<td width="100">\r\n <u>L3</u></td>\r\n<td width="70">&nbsp</td>\r\n<td width="30">&nbsp</td>\r\n<td>&nbsp</td></tr>\r\n<tr>\r\n<td width="190"></td>\r\n<td width="100">\r\n voltage</td>\r\n<td width="70" align="right" bgcolor="#FFFFFF">\r\n x x x&nbsp</td>\r\n<td width="140">&nbsp\r\n V</td>\r\n<td width="95">\r\n voltage</td>\r\n<td width="70" align="right" bgcolor="#FFFFFF">\r\n x x x&nbsp</td>\r\n<td width="30">&nbsp V</td>\r\n<td>&nbsp</td></tr>\r\n<tr height="2"><td></td></tr>\r\n<tr valign="top" align="left">\r\n<td width="190">&nbsp</td>\r\n<td width="95">\r\n current</td>\r\n<td width="70" align="right" bgcolor="#FFFFFF">\r\n x x x&nbsp</td>\r\n<td width="140">&nbsp\r\nA</td>\r\n<td width="95">\r\n power</td>\r\n<td width="70" align="right" bgcolor="#FFFFFF">\r\n x x x&nbsp</td>\r\n<td width="30">&nbsp W</td>\r\n<td>&nbsp</td></tr>\r\n\r\n<tr><td height="15"></td></tr>\r\n<tr><td colspan="7">\r\n<table align="top" width="100%">\r\n<tr><td width="182"></td>\r\n<td><hr size="1"></font></td>\r\n</tr><tr><td height="5"></td></tr></table>\r\n</td></tr></table>\r\n<table cellspacing="0" cellpadding="0" width="770">\r\n<tr><td width="190"></td>\r\n<td><font
  982. face="Arial,Helvetica,Geneva,Sans-serif">\r\n<b>RS485 communication</b></td></tr>\r\n<tr><td height="8"></td></tr>\r\n<tr><td width="190"></td>\r\n<td><font face="Arial,Helvetica,Geneva,Sans-serif">\r\ninverter&nbsp\r\n<input type="Text" name="edWrNr" value="255" size="3" maxlength="3">\r\n<input type="submit" value="display/update">\r\n</td></tr><tr><td height="10"></td></tr>\r\n</table>\r\n</td></tr></table></font>\r\n\r\n<hr>\r\n<table cellspacing="0" cellpadding="0" width="770">\r\n<tr><td height="5"></td></tr>\r\n<tr><td width="190"></td>\r\n<td width="330">\r\n<font face="Arial,Helvetica,Geneva,Sans-serif,sans-serif">\r\n<a href="LogDaten.dat">history</a>\r\n&nbsp &nbsp &nbsp\r\n<a href="Info.fhtml">info page</a></font></td>\r\n<td align="right">\r\n<font face="Arial,Helvetica,Geneva,Sans-serif,sans-serif">\r\n<a href="Solar2.fhtml">settings</a></font></td>\r\n<td width="50"></td>\r\n</tr></table></font>\r\n</form>\r\n</body>\r\n</html>\r\n' }
  983. undefined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement