BobRak / OpenHAB-Smartthings

53 stars 54 forks source link

Discovery error 202 #71

Closed Vikinge closed 5 years ago

Vikinge commented 5 years ago

I read most of the posts related to error 202. I have debug on, I have hub v1, I am using classic app. Mac address and IP are correct. In openhab log I see only https status 202 when I try discovery.

The smartThings log show some interesting information.

I assume the discovery returned data for 48 devices is caused by my openhab discovery request? Can you help with the cannot invoke method contains() on null object @line 85? unless I am off track and my issue is somewhere else.

e7e80a42-2eac-46fe-8837-1ed95353b744 1:14:28 PM: debug description: temperature: 12.99 f25d36e4-90a8-40ad-b192-b5fee76c56c3 1:14:14 PM: error java.lang.NullPointerException: Cannot invoke method contains() on null object @line 85 (parse) f25d36e4-90a8-40ad-b192-b5fee76c56c3 1:14:14 PM: debug Msg '[index:01, mac:xxxx, ip:xxx, port:20FB, requestId:cba6568a-f620-4dd6-8986-bf2db897ce90]' f25d36e4-90a8-40ad-b192-b5fee76c56c3 1:14:14 PM: error java.lang.NullPointerException: Cannot invoke method contains() on null object @line 85 (parse) f25d36e4-90a8-40ad-b192-b5fee76c56c3 1:14:14 PM: debug Msg '[index:01, mac:xxxx, ip:xxxx, port:20FB, requestId:cba6568a-f620-4dd6-8986-bf2db897ce90]' 45d63837-eb79-42ab-984a-fb6d51247884 1:14:13 PM: debug Discovery returned data for 48 devices.

Vikinge commented 5 years ago

I just read post #83, I remembered I used port 8443 since that is what I use daily to access openhab. I tried changing the Device on smartthings preferences to use port 8080 and sure enough everything came flooding into openhab.

Vikinge commented 5 years ago

close