Problems with latest update

Posted on
Tue Dec 23, 2014 10:01 am
pocster offline
User avatar
Posts: 276
Joined: Nov 15, 2014

Problems with latest update

Hey Nick!

Just got an email about the Sonos upgrade. tried it; but it fails :-((

Sonos Error Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
File "plugin.py", line 58, in runConcurrentThread
File "/Library/Application Support/Perceptive Automation/Indigo 6/Plugins/Sonos.indigoPlugin/Contents/Server Plugin/Sonos.py", line 162, in runConcurrentThread
File "./lib/twisted/internet/base.py", line 571, in stop
<class 'twisted.internet.error.ReactorNotRunning'>: Can't stop reactor that isn't running.

Sonos Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
WebServer could not find control page "_preview_Kitchen"
Sonos Debug Method: runConcurrentThread
Sonos Debug Running Concurrent Thread
Sonos Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
WebServer could not find control page "_preview_Kitchen"
WebServer could not find control page "_preview_Kitchen"
Sonos Debug Method: runConcurrentThread
Sonos Debug Running Concurrent Thread
Sonos Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
WebServer could not find control page "_preview_Kitchen"
Indigo Cocoa client disconnected
WebServer could not find control page "_preview_Kitchen"
WebServer could not find control page "_preview_Kitchen"
Sonos Debug Method: runConcurrentThread
Sonos Debug Running Concurrent Thread
Sonos Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)

Cheers

Posted on
Tue Dec 23, 2014 10:10 am
nlagaros offline
Posts: 1646
Joined: Dec 20, 2010

Re: Problems with latest update

Did you edit the plugin configuration and save it? If not, please do so and send the full debug from when the plugin tries to start. Thanks.

Posted on
Tue Dec 23, 2014 10:15 am
pocster offline
User avatar
Posts: 276
Joined: Nov 15, 2014

Re: Problems with latest update

Hey!

Just saved the config again and reloaded:


Traceback (most recent call last):
File "plugin.py", line 58, in runConcurrentThread
File "/Library/Application Support/Perceptive Automation/Indigo 6/Plugins/Sonos.indigoPlugin/Contents/Server Plugin/Sonos.py", line 172, in runConcurrentThread
File "/Library/Application Support/Perceptive Automation/Indigo 6/Plugins/Sonos.indigoPlugin/Contents/Server Plugin/Sonos.py", line 1348, in getPlaylistsDirect
File "/Library/Application Support/Perceptive Automation/Indigo 6/Plugins/Sonos.indigoPlugin/Contents/Server Plugin/Sonos.py", line 330, in SOAPSend
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/httplib.py", line 860, in endheaders
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/httplib.py", line 732, in _send_output
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/httplib.py", line 699, in send
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/httplib.py", line 683, in connect
<class 'socket.timeout'>: timed out

Sonos Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)

Posted on
Tue Dec 23, 2014 10:18 am
nlagaros offline
Posts: 1646
Joined: Dec 20, 2010

Re: Problems with latest update

I'm not in front of a computer but it seems like your reference ZonePlayer is not reachable. Can you verify the IP address.

Posted on
Tue Dec 23, 2014 10:23 am
DrLove offline
Posts: 260
Joined: Dec 12, 2014
Location: Sweden

Re: Problems with latest update

I had a lot of errors to, but after open/save the settings AND an Indigo-restart it works, try that.

Love Kull (yes it's my name)
Blog (in Swedish)
Sweden

Posted on
Tue Dec 23, 2014 4:51 pm
richo offline
Posts: 158
Joined: Nov 25, 2014
Location: Pomorskie, Poland

Re: Problems with latest update

I have different errors with Announcements:

23 Dec 2014 23:48:26
Trigger Uruchom Budzik
Sonos Announcement: Hello, Volume: 50, Line-In:
Sonos Error Error in plugin execution ExecuteAction:

Traceback (most recent call last):
File "plugin.py", line 165, in actionZP_announcement
File "/Library/Application Support/Perceptive Automation/Indigo 6/Plugins/Sonos.indigoPlugin/Contents/Server Plugin/Sonos.py", line 1022, in actionAnnouncement
<type 'exceptions.ValueError'>: invalid literal for int() with base 10: ''


23 Dec 2014 23:49:21
Trigger Uruchom Budzik
Sonos Announcement: Hello, Volume: 50
Sonos Announcement Length: 0.972
Sonos Error Error in plugin execution ExecuteAction:

Traceback (most recent call last):
File "plugin.py", line 168, in actionZP_announcementMP3
File "/Library/Application Support/Perceptive Automation/Indigo 6/Plugins/Sonos.indigoPlugin/Contents/Server Plugin/Sonos.py", line 1088, in actionAnnouncement
<type 'exceptions.TypeError'>: cannot concatenate 'str' and 'NoneType' objects

Ryszard

Posted on
Tue Dec 23, 2014 5:37 pm
nlagaros offline
Posts: 1646
Joined: Dec 20, 2010

Re: Problems with latest update

I think the issue here is that you did not select a Line-In source to play from. If you simply want text to speech, use the MP3 Announcement action.

richo wrote:
I have different errors with Announcements:

23 Dec 2014 23:48:26
Trigger Uruchom Budzik
Sonos Announcement: Hello, Volume: 50, Line-In:
Sonos Error Error in plugin execution ExecuteAction:

Traceback (most recent call last):
File "plugin.py", line 165, in actionZP_announcement
File "/Library/Application Support/Perceptive Automation/Indigo 6/Plugins/Sonos.indigoPlugin/Contents/Server Plugin/Sonos.py", line 1022, in actionAnnouncement
<type 'exceptions.ValueError'>: invalid literal for int() with base 10: ''


23 Dec 2014 23:49:21
Trigger Uruchom Budzik
Sonos Announcement: Hello, Volume: 50
Sonos Announcement Length: 0.972
Sonos Error Error in plugin execution ExecuteAction:

Traceback (most recent call last):
File "plugin.py", line 168, in actionZP_announcementMP3
File "/Library/Application Support/Perceptive Automation/Indigo 6/Plugins/Sonos.indigoPlugin/Contents/Server Plugin/Sonos.py", line 1088, in actionAnnouncement
<type 'exceptions.TypeError'>: cannot concatenate 'str' and 'NoneType' objects

Posted on
Tue Dec 23, 2014 6:02 pm
richo offline
Posts: 158
Joined: Nov 25, 2014
Location: Pomorskie, Poland

Re: Problems with latest update

Please note that I have tried both forms of anouncement.
Why would I need line-in for simple text to speach?


Wysłane z iPad za pomocą Tapatalk

Ryszard

Posted on
Tue Dec 23, 2014 6:08 pm
nlagaros offline
Posts: 1646
Joined: Dec 20, 2010

Re: Problems with latest update

Sorry - didn't see that right away. Could you restart the plugin and send me all the output it spits out. My initial guess is that one of configuration items is missing (like the HTTP Server Port) and the output will tell us right away.

Thanks.

richo wrote:
Please note that I have tried both forms of anouncement.
Why would I need line-in for simple text to speach?


Wysłane z iPad za pomocą Tapatalk

Posted on
Tue Dec 23, 2014 6:11 pm
richo offline
Posts: 158
Joined: Nov 25, 2014
Location: Pomorskie, Poland

Re: Problems with latest update

Will do it tomorrow but maybe the issue is with HTTP port settings, I have changed it to 7777 as 8888 is used by other device.


Wysłane z iPad za pomocą Tapatalk

Ryszard

Posted on
Tue Dec 23, 2014 6:20 pm
nlagaros offline
Posts: 1646
Joined: Dec 20, 2010

Re: Problems with latest update

That could be.. the output will tell us. Thanks.

richo wrote:
Will do it tomorrow but maybe the issue is with HTTP port settings, I have changed it to 7777 as 8888 is used by other device.


Wysłane z iPad za pomocą Tapatalk

Posted on
Wed Dec 24, 2014 2:21 am
richo offline
Posts: 158
Joined: Nov 25, 2014
Location: Pomorskie, Poland

Re: Problems with latest update

Hi, as promised here is a full log (I have changed the port to 8888)

24 Dec 2014 09:16:02
Sonos Debug Vaidating Plugin Configuration
Sonos Debug Validation Succesful
Sonos Debug Getting Plugin Configuration Settings
Sonos Debug Reference ZP IP: 192.168.0.121
Sonos Debug Publish/Subscribe Port: 1400
Sonos Debug HTTP Streaming Port: 8888
Sonos Debug Sound File Path: /Users/ryszard/Music
Sonos Debug Pandora: False
Sonos Debug Pandora User ID:
Sonos Debug Pandora Email Address:
Sonos Debug SiriusXM: False
Sonos Saved Plugin Configuration
Sonos Debug Loading Playlists...
Sonos Debug zoneIP: 192.168.0.121, soapRoot: /MediaServer, soapBranch: /ContentDirectory, soapAction: Browse
Sonos Debug ZP: <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><s:Body><u:BrowseResponse xmlns:u="urn:schemas-upnp-org:service:ContentDirectory:1"><Result><DIDL-Lite xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/" xmlns:r="urn:schemas-rinconnetworks-com:metadata-1-0/" xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/"><container id="SQ:3" parentID="SQ:" restricted="true"><dc:title>Blues</dc:title><res protocolInfo="file:*:audio/mpegurl:*">file:///jffs/settings/savedqueues.rsq#3</res><upnp:class>object.container.playlistContainer</upnp:class></container><container id="SQ:6" parentID="SQ:" restricted="true"><dc:title>Christmas</dc:title><res protocolInfo="file:*:audio/mpegurl:*">file:///jffs/settings/savedqueues.rsq#6</res><upnp:class>object.container.playlistContainer</upnp:class></container><container id="SQ:4" parentID="SQ:" restricted="true"><dc:title>Classic</dc:title><res protocolInfo="file:*:audio/mpegurl:*">file:///jffs/settings/savedqueues.rsq#4</res><upnp:class>object.container.playlistContainer</upnp:class></container><container id="SQ:1" parentID="SQ:" restricted="true"><dc:title>Grzegorza</dc:title><res protocolInfo="file:*:audio/mpegurl:*">file:///jffs/settings/savedqueues.rsq#1</res><upnp:class>object.container.playlistContainer</upnp:class></container><container id="SQ:5" parentID="SQ:" restricted="true"><dc:title>Nat I Frank</dc:title><res protocolInfo="file:*:audio/mpegurl:*">file:///jffs/settings/savedqueues.rsq#5</res><upnp:class>object.container.playlistContainer</upnp:class></container><container id="SQ:0" parentID="SQ:" restricted="true"><dc:title>Nice music</dc:title><res protocolInfo="file:*:audio/mpegurl:*">file:///jffs/settings/savedqueues.rsq#0</res><upnp:class>object.container.playlistContainer</upnp:class></container><container id="SQ:2" parentID="SQ:" restricted="true"><dc:title>Rock</dc:title><res protocolInfo="file:*:audio/mpegurl:*">file:///jffs/settings/savedqueues.rsq#2</res><upnp:class>object.container.playlistContainer</upnp:class></container></DIDL-Lite></Result><NumberReturned>7</NumberReturned><TotalMatches>7</TotalMatches><UpdateID>0</UpdateID></u:BrowseResponse></s:Body></s:Envelope>
Sonos Playlist: SQ:3, Blues, file:///jffs/settings/savedqueues.rsq#3
Sonos Playlist: SQ:6, Christmas, file:///jffs/settings/savedqueues.rsq#6
Sonos Playlist: SQ:4, Classic, file:///jffs/settings/savedqueues.rsq#4
Sonos Playlist: SQ:1, Grzegorza, file:///jffs/settings/savedqueues.rsq#1
Sonos Playlist: SQ:5, Nat I Frank, file:///jffs/settings/savedqueues.rsq#5
Sonos Playlist: SQ:0, Nice music, file:///jffs/settings/savedqueues.rsq#0
Sonos Playlist: SQ:2, Rock, file:///jffs/settings/savedqueues.rsq#2
Sonos Debug Loading RadioTime Favorite Stations...
Sonos Debug zoneIP: 192.168.0.121, soapRoot: /MediaServer, soapBranch: /ContentDirectory, soapAction: Browse
Sonos Debug ZP: <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><s:Body><u:BrowseResponse xmlns:u="urn:schemas-upnp-org:service:ContentDirectory:1"><Result><DIDL-Lite xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/" xmlns:r="urn:schemas-rinconnetworks-com:metadata-1-0/" xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/"><item id="R:0/0/20" parentID="R:0/0" restricted="false"><dc:title>1.FM - America's Best Ballads</dc:title><upnp:class>object.item.audioItem.audioBroadcast</upnp:class><res protocolInfo="x-rincon-mp3radio:*:*:*">x-sonosapi-stream:s98682?sid=254&amp;amp;flags=32</res></item><item id="R:0/0/10" parentID="R:0/0" restricted="false"><dc:title>PR3 Trójka 99.9 (Variety)</dc:title><upnp:class>object.item.audioItem.audioBroadcast</upnp:class><res protocolInfo="x-rincon-mp3radio:*:*:*">x-sonosapi-stream:s76066?sid=254&amp;amp;flags=32</res></item><item id="R:0/0/11" parentID="R:0/0" restricted="false"><dc:title>RMF Classic 88.4 (Classic Hits)</dc:title><upnp:class>object.item.audioItem.audioBroadcast</upnp:class><res protocolInfo="x-rincon-mp3radio:*:*:*">x-sonosapi-stream:s76265?sid=254&amp;amp;flags=32</res></item><item id="R:0/0/12" parentID="R:0/0" restricted="false"><dc:title>Zet Chilli 92.0 (Chill)</dc:title><upnp:class>object.item.audioItem.audioBroadcast</upnp:class><res protocolInfo="x-rincon-mp3radio:*:*:*">x-sonosapi-stream:s15989?sid=254&amp;amp;flags=32</res></item></DIDL-Lite></Result><NumberReturned>4</NumberReturned><TotalMatches>4</TotalMatches><UpdateID>0</UpdateID></u:BrowseResponse></s:Body></s:Envelope>
Sonos RadioTime Favorite Station: R:0/0/20, 1.FM - America's Best Ballads, x-sonosapi-stream:s98682?sid=254&flags=32
Sonos RadioTime Favorite Station: R:0/0/10, PR3 Trójka 99.9 (Variety), x-sonosapi-stream:s76066?sid=254&flags=32
Sonos RadioTime Favorite Station: R:0/0/11, RMF Classic 88.4 (Classic Hits), x-sonosapi-stream:s76265?sid=254&flags=32
Sonos RadioTime Favorite Station: R:0/0/12, Zet Chilli 92.0 (Chill), x-sonosapi-stream:s15989?sid=254&flags=32
Sonos Sound File: pobudka.mp3
Sonos Debug ZonePlayer: PM-Sonos Office, Enabled: True
Sonos Debug Resetting States for zone: 192.168.0.121
Sonos Debug Updating Device: PM-Sonos Office, State: ZP_ALBUM, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZP_ART, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZP_ARTIST, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZP_CREATOR, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZP_CurrentURI, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZP_DURATION, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZP_INFO, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZP_MUTE, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZP_STATE, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZP_STATION, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZP_TRACK, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZP_VOLUME, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZP_VOLUME_FIXED, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZP_ZoneName, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZP_LocalUID, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZP_AIName, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZP_AIPath, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZP_NALBUM, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZP_NART, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZP_NARTIST, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZP_NTRACK, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: Q_Crossfade, Value: off
Sonos Debug Updating Device: PM-Sonos Office, State: Q_Repeat, Value: off
Sonos Debug Updating Device: PM-Sonos Office, State: Q_Shuffle, Value: off
Sonos Debug Updating Device: PM-Sonos Office, State: GROUP_Coordinator, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: GROUP_Name, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZP_CurrentTrack, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZoneGroupID, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZoneGroupName, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZonePlayerUUIDsInGroup, Value:
Sonos Debug Updating Device: PM-Sonos Office, State: ZP_ZoneName, Value: Office
Sonos Debug Updating Device: PM-Sonos Office, State: ZP_LocalUID, Value: RINCON_000E58A5835001400
Sonos Adding ZonePlayer: RINCON_000E58A5835001400
Sonos Subscribing on port: 1400
Sonos SonosEvents INFO: Publishing on port: 1400
Sonos Event Ignition...
Sonos Debug SonosEvents: WARN coherence Dec 24 09:16:05 Coherence UPnP framework version 0.6.6.2 starting... (coherence/base.py:283)

24 Dec 2014 09:16:45
Thingspeak Device PT-Push temp Gabinet [1606332615] has no API Key. Skipping device.
Trigger Uruchom Budzik
Sonos Debug Sonos Action: Play
Sonos Debug zoneIP: 192.168.0.121, soapRoot: /MediaRenderer, soapBranch: /AVTransport, soapAction: Play
Sonos Debug zoneIP: 192.168.0.121, soapRoot: /MediaServer, soapBranch: /ContentDirectory, soapAction: Browse
Sonos Debug zoneIP: 192.168.0.121, soapRoot: /MediaRenderer, soapBranch: /AVTransport, soapAction: GetMediaInfo
Sonos Announcement: FILE [pobudka.mp3], Volume: 50
Sonos Debug zoneIP: 192.168.0.121, soapRoot: /MediaRenderer, soapBranch: /AVTransport, soapAction: Stop
Sonos Debug zoneIP: 192.168.0.121, soapRoot: /MediaRenderer, soapBranch: /RenderingControl, soapAction: SetVolume
Sonos Debug zoneIP: 192.168.0.121, soapRoot: /MediaRenderer, soapBranch: /RenderingControl, soapAction: SetMute
Sonos Announcement Length: 2.7166875
Sonos Error Error in plugin execution ExecuteAction:

Traceback (most recent call last):
File "plugin.py", line 168, in actionZP_announcementMP3
File "/Library/Application Support/Perceptive Automation/Indigo 6/Plugins/Sonos.indigoPlugin/Contents/Server Plugin/Sonos.py", line 1088, in actionAnnouncement
<type 'exceptions.TypeError'>: cannot concatenate 'str' and 'NoneType' objects

Here are the settings for Sonos and Action:
Attachments
Screen Shot 2014-12-24 at 09.19.26.png
Screen Shot 2014-12-24 at 09.19.26.png (121.42 KiB) Viewed 5796 times
Screen Shot 2014-12-24 at 09.18.58.png
Screen Shot 2014-12-24 at 09.18.58.png (67.13 KiB) Viewed 5796 times

Ryszard

Posted on
Wed Dec 24, 2014 3:11 am
nlagaros offline
Posts: 1646
Joined: Dec 20, 2010

Re: Problems with latest update

Can you use a port other than 1400? The Sonos Players themselves use that port for communications and I'm not sure if it is causing a problem. You said you have another other device using port 8888 - please change that in the plugin configuration. Looks like you overrode the 9999 for the event processing.

Posted on
Wed Dec 24, 2014 5:51 am
richo offline
Posts: 158
Joined: Nov 25, 2014
Location: Pomorskie, Poland

Re: Problems with latest update

OK I have released 8888 port on my system.
Have changet the ports in Sonos config to defaults: 9999 and 8888.

Have also installed new update 0.8.5

Now I get this error after Sonos loads:

Sonos Adding ZonePlayer: RINCON_000E58A5835001400
Sonos Subscribing on port: 9999
Sonos SonosEvents INFO: Publishing on port: 9999
Sonos Event Ignition...
Sonos Debug SonosEvents: WARN coherence Dec 24 12:44:13 Coherence UPnP framework version 0.6.6.2 starting... (coherence/base.py:283)
Sonos Error Cannot start HTTP Streamer on None: [Errno 8] nodename nor servname provided, or not known

When start the mp3 file announcement I get this:

Sonos Error Error in plugin execution ExecuteAction:

Traceback (most recent call last):
File "plugin.py", line 168, in actionZP_announcementMP3
File "/Library/Application Support/Perceptive Automation/Indigo 6/Plugins/Sonos.indigoPlugin/Contents/Server Plugin/Sonos.py", line 1103, in actionAnnouncement
<type 'exceptions.TypeError'>: cannot concatenate 'str' and 'NoneType' objects

Ryszard

Posted on
Wed Dec 24, 2014 5:54 am
nlagaros offline
Posts: 1646
Joined: Dec 20, 2010

Re: Problems with latest update

Perfect - so now we know what the issue is. The plugin cannot resolve the name/ip address of your Indigo Server. Do you run DNS on that machine? Does it have a legitimate hostname? We are almost there!

richo wrote:
OK I have released 8888 port on my system.
Have changet the ports in Sonos config to defaults: 9999 and 8888.

Have also installed new update 0.8.5

Now I get this error after Sonos loads:

Sonos Adding ZonePlayer: RINCON_000E58A5835001400
Sonos Subscribing on port: 9999
Sonos SonosEvents INFO: Publishing on port: 9999
Sonos Event Ignition...
Sonos Debug SonosEvents: WARN coherence Dec 24 12:44:13 Coherence UPnP framework version 0.6.6.2 starting... (coherence/base.py:283)
Sonos Error Cannot start HTTP Streamer on None: [Errno 8] nodename nor servname provided, or not known

When start the mp3 file announcement I get this:

Sonos Error Error in plugin execution ExecuteAction:

Traceback (most recent call last):
File "plugin.py", line 168, in actionZP_announcementMP3
File "/Library/Application Support/Perceptive Automation/Indigo 6/Plugins/Sonos.indigoPlugin/Contents/Server Plugin/Sonos.py", line 1103, in actionAnnouncement
<type 'exceptions.TypeError'>: cannot concatenate 'str' and 'NoneType' objects

Who is online

Users browsing this forum: No registered users and 7 guests