Needo plexwatch will not start


Recommended Posts

Found the fix more me.. 

 

Needo's plexwatch does run for me but didn't connect to plex after I installed Needo's latest update for plex.

 

This is how I fixed it..

 

In Plex got to seetings/server/network/

 

and add the IP of the unraid server to the  "List of networks that are allowered without auth"

 

I attached a picture as well.

 

Hope this works for you guys.

 

fix.jpg.d77cff16be66a20fdac234fdb6c671d0.jpg

Link to comment

That will work until you enable Plex Home, at that point I think the only option is to put your username/password in the two config files.

 

I'm curious if anyone has this working with Plex Home?  I had to customize the docker to get it to work for me, but it apparently works fine for Needo the way it is.

Link to comment

I can now start the docker and access the web ui but I'm getting "Failed to access Plex Media Server. Please check your settings." I did put my username and password in both config files, I have the correct IP and port in the settings page, but still no connection. I am running my Plex docker in host mode, I don't know if that is making any difference, anyone have any thoughts on additional troubleshooting?

 

I've got my server's IP entered as 192.168.1.2, that's its IP and it's in host mode, I have the correct port for Plex: 32400. I do have PlexWatch in bridge mode with port 8083, but I'm not sure that matters.

Link to comment

It sounds correct, but the main recommendation here:

  https://github.com/needo37/plexWatch

is to get started with host mode before complicating things with bridge mode.  You might consider trying that.  The easiest way to start over is to delete your plexWatch.pl, config.pl, and config.php files and restart the container, then follow the directions in the readme.

 

What version of Plex do you have and have you enabled Plex Home?  If you have enabled Plex Home then you may be up against the problem I mentioned previously, which for me meant customizing the dockerfile.

Link to comment

If you have enabled Plex Home then you may be up against the problem I mentioned previously, which for me meant customizing the dockerfile.

 

How did you go about customizing the dockerfile?  I disabled Plex Home and PlexWatch is now back working fine but I would really like to use it.

Link to comment

Ok guys, I'm slowly getting there, I just happened to be looking in my plex settings in HTPC Manager, and saw that it had Plex's IP as 172.17.42.1, so I plugged that in plexWatch and it looks like its talking to plex now, I'm getting stats on the home screen instead of an error.

 

I have no idea where that IP came from, I'm assuming it's the internal IP that the docker system uses, my home net work is 192.188.1.1 etc...

 

I now just have the "Failed to access plexWatch database. Please check your settings."

 

Here is my settings for the docker:

 

  container volume: /plexWatch

  Host Path: /mnt/user/appdata/plexWatch

 

plexWatch settings

 

  plexWatch database: /plexWatch/plexWatch.db

 

I can browse to \\Server\appdata\plexWatch from a windows pc and see the plexWatch.db file so I'm assuming the paths above are correct.

 

I am running PMS Version 0.9.11.5 and under Settings - Users I have My Home, so I'm pretty sure home is enabled.

 

Link to comment

How did you go about customizing the dockerfile?  I disabled Plex Home and PlexWatch is now back working fine but I would really like to use it.

 

Excellent, perfect test case.

 

If you are running unRAID 6b12 you can inspect the container by SSH'ing into your tower and typing:

docker exec -it plexWatch bash

That will give you a bash shell inside the plexWatch container.  From there, type:

tail -f /var/log/apache2/error.log

and then try accessing plexWatch via your browser.  If the log file shows messages like this:

Call to undefined function curl_init()

Then I'll ask Needo to implement the fix I provided earlier, because it solves for that.

 

To exit the container, hit CTRL-C then type "exit"

Link to comment

How did you go about customizing the dockerfile?  I disabled Plex Home and PlexWatch is now back working fine but I would really like to use it.

 

Excellent, perfect test case.

 

If you are running unRAID 6b12 you can inspect the container by SSH'ing into your tower and typing:

docker exec -it plexWatch bash

That will give you a bash shell inside the plexWatch container.  From there, type:

tail -f /var/log/apache2/error.log

and then try accessing plexWatch via your browser.  If the log file shows messages like this:

Call to undefined function curl_init()

Then I'll ask Needo to implement the fix I provided earlier, because it solves for that.

 

To exit the container, hit CTRL-C then type "exit"

 

I have this issue as well, I get the following running these commands..

 

[sat Dec 06 13:00:30.978881 2014] [:error] [pid 1047] [client 192.168.1.70:64370] PHP Warning:  file_get_contents(http://localhost:32400/status/sessions?X-Plex-Token=): failed to open stream: HTTP request failed! HTTP/1.0 401 Unauthorized\r\n in /var/www/html/plexWatch/index.php on line 88, referer: http://tower.local/Docker
[sat Dec 06 13:00:30.979800 2014] [:error] [pid 1047] [client 192.168.1.70:64370] PHP Warning:  simplexml_load_file(http://localhost:32400/library/sections): failed to open stream: HTTP request failed! HTTP/1.0 401 Unauthorized\r\n in /var/www/html/plexWatch/index.php on line 91, referer: http://tower.local/Docker
[sat Dec 06 13:00:30.979827 2014] [:error] [pid 1047] [client 192.168.1.70:64370] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity "http://localhost:32400/library/sections" in /var/www/html/plexWatch/index.php on line 91, referer: http://tower.local/Docker
[sat Dec 06 13:00:38.512367 2014] [:error] [pid 1047] [client 192.168.1.70:64370] PHP Warning:  file_get_contents(http://localhost:32400/status/sessions?X-Plex-Token=): failed to open stream: HTTP request failed! HTTP/1.0 401 Unauthorized\r\n in /var/www/html/plexWatch/index.php on line 88, referer: http://192.168.1.50:8080/plexWatch/stats.php
[sat Dec 06 13:00:38.513037 2014] [:error] [pid 1047] [client 192.168.1.70:64370] PHP Warning:  simplexml_load_file(http://localhost:32400/library/sections): failed to open stream: HTTP request failed! HTTP/1.0 401 Unauthorized\r\n in /var/www/html/plexWatch/index.php on line 91, referer: http://192.168.1.50:8080/plexWatch/stats.php
[sat Dec 06 13:00:38.513062 2014] [:error] [pid 1047] [client 192.168.1.70:64370] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity "http://localhost:32400/library/sections" in /var/www/html/plexWatch/index.php on line 91, referer: http://192.168.1.50:8080/plexWatch/stats.php
[sat Dec 06 13:01:46.108174 2014] [:error] [pid 117] [client 192.168.1.70:64462] PHP Warning:  file_get_contents(http://localhost:32400/library/metadata/52161): failed to open stream: HTTP request failed! HTTP/1.0 401 Unauthorized\r\n in /var/www/html/plexWatch/info.php on line 87, referer: http://192.168.1.50:8080/plexWatch/history.php
[sat Dec 06 13:01:53.932407 2014] [:error] [pid 27] [client 192.168.1.70:64468] PHP Warning:  file_get_contents(http://localhost:32400/status/sessions?X-Plex-Token=): failed to open stream: HTTP request failed! HTTP/1.0 401 Unauthorized\r\n in /var/www/html/plexWatch/index.php on line 88, referer: http://192.168.1.50:8080/plexWatch/stats.php
[sat Dec 06 13:01:53.933519 2014] [:error] [pid 27] [client 192.168.1.70:64468] PHP Warning:  simplexml_load_file(http://localhost:32400/library/sections): failed to open stream: HTTP request failed! HTTP/1.0 401 Unauthorized\r\n in /var/www/html/plexWatch/index.php on line 91, referer: http://192.168.1.50:8080/plexWatch/stats.php
[sat Dec 06 13:01:53.933546 2014] [:error] [pid 27] [client 192.168.1.70:64468] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity "http://localhost:32400/library/sections" in /var/www/html/plexWatch/index.php on line 91, referer: http://192.168.1.50:8080/plexWatch/stats.php
[sat Dec 06 13:03:23.631365 2014] [:error] [pid 115] [client 192.168.1.70:64505] PHP Warning:  file_get_contents(http://localhost:32400/status/sessions?X-Plex-Token=): failed to open stream: HTTP request failed! HTTP/1.0 401 Unauthorized\r\n in /var/www/html/plexWatch/index.php on line 88, referer: http://192.168.1.50:8080/plexWatch/history.php
[sat Dec 06 13:03:23.632550 2014] [:error] [pid 115] [client 192.168.1.70:64505] PHP Warning:  simplexml_load_file(http://localhost:32400/library/sections): failed to open stream: HTTP request failed! HTTP/1.0 401 Unauthorized\r\n in /var/www/html/plexWatch/index.php on line 91, referer: http://192.168.1.50:8080/plexWatch/history.php
[sat Dec 06 13:03:23.632615 2014] [:error] [pid 115] [client 192.168.1.70:64505] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity "http://localhost:32400/library/sections" in /var/www/html/plexWatch/index.php on line 91, referer: http://192.168.1.50:8080/plexWatch/history.php

 

Link to comment

If you have enabled Plex Home then you may be up against the problem I mentioned previously, which for me meant customizing the dockerfile.

 

How did you go about customizing the dockerfile?  I disabled Plex Home and PlexWatch is now back working fine but I would really like to use it.

 

I am curious on how you modified the docker container as well, I finally got mine working, but had to turn off plex home, usernames, passwords or adding the ip to the plex settings didn't seem to make a difference....nothing would allow it to work properly with home

Link to comment

I now just have the "Failed to access plexWatch database. Please check your settings."

 

This sounds like a permissions problem with your plexWatch database.  SSH to tower and type:

 

chmod -R a+w /mnt/user/appdata/plexWatch/*

 

Tried that and I'm still getting the same error, just out of curiosity  I only have https://github.com/gfjardim/docker-containers/tree/templates under repositories, is that what everyone else is using as well?

Link to comment

How did you go about customizing the dockerfile?  I disabled Plex Home and PlexWatch is now back working fine but I would really like to use it.

 

Excellent, perfect test case.

 

If you are running unRAID 6b12 you can inspect the container by SSH'ing into your tower and typing:

docker exec -it plexWatch bash

That will give you a bash shell inside the plexWatch container.  From there, type:

tail -f /var/log/apache2/error.log

and then try accessing plexWatch via your browser.  If the log file shows messages like this:

Call to undefined function curl_init()

Then I'll ask Needo to implement the fix I provided earlier, because it solves for that.

 

To exit the container, hit CTRL-C then type "exit"

 

I have this issue as well, I get the following running these commands..

 

[sat Dec 06 13:00:30.978881 2014] [:error] [pid 1047] [client 192.168.1.70:64370] PHP Warning:  file_get_contents(http://localhost:32400/status/sessions?X-Plex-Token=): failed to open stream: HTTP request failed! HTTP/1.0 401 Unauthorized\r\n in /var/www/html/plexWatch/index.php on line 88, referer: http://tower.local/Docker
[sat Dec 06 13:00:30.979800 2014] [:error] [pid 1047] [client 192.168.1.70:64370] PHP Warning:  simplexml_load_file(http://localhost:32400/library/sections): failed to open stream: HTTP request failed! HTTP/1.0 401 Unauthorized\r\n in /var/www/html/plexWatch/index.php on line 91, referer: http://tower.local/Docker
[sat Dec 06 13:00:30.979827 2014] [:error] [pid 1047] [client 192.168.1.70:64370] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity "http://localhost:32400/library/sections" in /var/www/html/plexWatch/index.php on line 91, referer: http://tower.local/Docker
[sat Dec 06 13:00:38.512367 2014] [:error] [pid 1047] [client 192.168.1.70:64370] PHP Warning:  file_get_contents(http://localhost:32400/status/sessions?X-Plex-Token=): failed to open stream: HTTP request failed! HTTP/1.0 401 Unauthorized\r\n in /var/www/html/plexWatch/index.php on line 88, referer: http://192.168.1.50:8080/plexWatch/stats.php
[sat Dec 06 13:00:38.513037 2014] [:error] [pid 1047] [client 192.168.1.70:64370] PHP Warning:  simplexml_load_file(http://localhost:32400/library/sections): failed to open stream: HTTP request failed! HTTP/1.0 401 Unauthorized\r\n in /var/www/html/plexWatch/index.php on line 91, referer: http://192.168.1.50:8080/plexWatch/stats.php
[sat Dec 06 13:00:38.513062 2014] [:error] [pid 1047] [client 192.168.1.70:64370] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity "http://localhost:32400/library/sections" in /var/www/html/plexWatch/index.php on line 91, referer: http://192.168.1.50:8080/plexWatch/stats.php
[sat Dec 06 13:01:46.108174 2014] [:error] [pid 117] [client 192.168.1.70:64462] PHP Warning:  file_get_contents(http://localhost:32400/library/metadata/52161): failed to open stream: HTTP request failed! HTTP/1.0 401 Unauthorized\r\n in /var/www/html/plexWatch/info.php on line 87, referer: http://192.168.1.50:8080/plexWatch/history.php
[sat Dec 06 13:01:53.932407 2014] [:error] [pid 27] [client 192.168.1.70:64468] PHP Warning:  file_get_contents(http://localhost:32400/status/sessions?X-Plex-Token=): failed to open stream: HTTP request failed! HTTP/1.0 401 Unauthorized\r\n in /var/www/html/plexWatch/index.php on line 88, referer: http://192.168.1.50:8080/plexWatch/stats.php
[sat Dec 06 13:01:53.933519 2014] [:error] [pid 27] [client 192.168.1.70:64468] PHP Warning:  simplexml_load_file(http://localhost:32400/library/sections): failed to open stream: HTTP request failed! HTTP/1.0 401 Unauthorized\r\n in /var/www/html/plexWatch/index.php on line 91, referer: http://192.168.1.50:8080/plexWatch/stats.php
[sat Dec 06 13:01:53.933546 2014] [:error] [pid 27] [client 192.168.1.70:64468] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity "http://localhost:32400/library/sections" in /var/www/html/plexWatch/index.php on line 91, referer: http://192.168.1.50:8080/plexWatch/stats.php
[sat Dec 06 13:03:23.631365 2014] [:error] [pid 115] [client 192.168.1.70:64505] PHP Warning:  file_get_contents(http://localhost:32400/status/sessions?X-Plex-Token=): failed to open stream: HTTP request failed! HTTP/1.0 401 Unauthorized\r\n in /var/www/html/plexWatch/index.php on line 88, referer: http://192.168.1.50:8080/plexWatch/history.php
[sat Dec 06 13:03:23.632550 2014] [:error] [pid 115] [client 192.168.1.70:64505] PHP Warning:  simplexml_load_file(http://localhost:32400/library/sections): failed to open stream: HTTP request failed! HTTP/1.0 401 Unauthorized\r\n in /var/www/html/plexWatch/index.php on line 91, referer: http://192.168.1.50:8080/plexWatch/history.php
[sat Dec 06 13:03:23.632615 2014] [:error] [pid 115] [client 192.168.1.70:64505] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity "http://localhost:32400/library/sections" in /var/www/html/plexWatch/index.php on line 91, referer: http://192.168.1.50:8080/plexWatch/history.php

 

My fix will only help if you are getting this in your container's apache error log:

Call to undefined function curl_init()

 

You seem to be having password problems.  Be sure to put your plex username and password in both config.php and config.pl files. 

 

Also Login to Plex and go to Settings -> Server -> Connect. Verify that the account you are signed in as has a Plex Pass.

Link to comment

 

 

My fix will only help if you are getting this in your container's apache error log:

Call to undefined function curl_init()

 

You seem to be having password problems.  Be sure to put your plex username and password in both config.php and config.pl files. 

 

Also Login to Plex and go to Settings -> Server -> Connect. Verify that the account you are signed in as has a Plex Pass.

 

my plexwatch directory wa set at root:root so once I fixed that it, this went away. I also had to turn off plex home in order for everything to work as its supposed to....

Link to comment

I also had to turn off plex home in order for everything to work as its supposed to....

 

One of the effects of enabling Plex Home is that you have to provide a username and password to access Plex, apps on "localhost" can no longer just access it.  See this page for more details:

  https://support.plex.tv/hc/en-us/articles/203948786

 

Based on the errors you mentioned:

 

failed to open stream: HTTP request failed! HTTP/1.0 401 Unauthorized

I'm guessing you haven't put your username and password into the config.php and config.pl files?

Link to comment

I also had to turn off plex home in order for everything to work as its supposed to....

 

One of the effects of enabling Plex Home is that you have to provide a username and password to access Plex, apps on "localhost" can no longer just access it.  See this page for more details:

  https://support.plex.tv/hc/en-us/articles/203948786

 

Based on the errors you mentioned:

 

failed to open stream: HTTP request failed! HTTP/1.0 401 Unauthorized

I'm guessing you haven't put your username and password into the config.php and config.pl files?

 

username and password are in both the files....but it still would not fully work with plex home enabled. plexwatch would generate databases, but the home page only would say cannot access plex media server....

 

just to confirm are these the latest versions?

 

plexWatch/Web Version: v1.5.4.2

plexWatch Version: v0.3.2

 

 

Link to comment

Don't mean to hijax but I have the same issue as the OP. I have attempted to remedy via the the troubleshooting on needos page. This is the log for plex connect

 

(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:8080
no listening sockets available, shutting down
AH00015: Unable to open logs
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:8080
no listening sockets available, shutting down
AH00015: Unable to open logs
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:8080
no listening sockets available, shutting down
AH00015: Unable to open logs
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:8080
no listening sockets available, shutting down
AH00015: Unable to open logs
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:8080
no listening sockets available, shutting down
AH00015: Unable to open logs
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:8080
no listening sockets available, shutting down
AH00015: Unable to open logs
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:8080
no listening sockets available, shutting down
AH00015: Unable to open logs
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:8080
no listening sockets available, shutting down
AH00015: Unable to open logs
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
*** Shutting down runit daemon (PID 11)...
*** Killing all processes...
*** Running /etc/my_init.d/00_regen_ssh_host_keys.sh...
*** Running /etc/my_init.d/edge.sh...
Bleeding edge not requested
*** Running /etc/my_init.d/firstrun.sh...
Plex Media Server.log located in /logs directory
*** Running /etc/rc.local...
*** Booting runit daemon...
*** Runit started as PID 11
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message

Link to comment
  • 4 weeks later...

I'm having similar problems.

My setup  using beta12

1) PhAzE plugin for Plex

2) needo's docker plugin.

 

I am running in bridge mode because I already have sabnzbd at port 8080 via a plugin - if I try to setup docker in host mode, it seems I lose the ability to spec the port mapping that I wish to use (8080 in the docker container, 8085 being "tried" at my host).  I recognize that this could be part of my difficulties - if there are any suggestions on how I might be able to use host mode, and not conflict w/ what's already mapped to 8080, please let me know and I'll give it a try.

 

No matter what I do, I continue to get Failed to access Plex Media Server.  I have changed the uname/pwd in both the config.php and config.pl  - I even logged-out and back in via Plex Servers page - which succeeded and verified that I'm using the correct uname/pwd :) .

 

tail'ing /var/log/apache2/error.log from a bash shell on the docker tells me:

 

[sat Jan 03 16:32:08.578744 2015] [mpm_prefork:notice] [pid 27] AH00169: caught SIGTERM, shutting down

AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.9. Set the 'ServerName' directive globally to suppress this message

[sat Jan 03 16:32:12.704235 2015] [mpm_prefork:notice] [pid 16] AH00163: Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.5 configured -- resuming normal operations

[sat Jan 03 16:32:12.704262 2015] [core:notice] [pid 16] AH00094: Command line: '/usr/sbin/apache2 -D FOREGROUND'

[sat Jan 03 16:32:36.937849 2015] [:error] [pid 27] [client 192.168.1.20:59547] PHP Warning:  file_get_contents(http://localhost:32400/status/sessions?X-Plex-Token=): failed to open stream: Connection refused in /var/www/html/plexWatch/index.php on line 88

[sat Jan 03 16:32:36.938044 2015] [:error] [pid 27] [client 192.168.1.20:59547] PHP Warning:  simplexml_load_file(http://localhost:32400/library/sections): failed to open stream: Connection refused in /var/www/html/plexWatch/index.php on line 91

[sat Jan 03 16:32:36.938066 2015] [:error] [pid 27] [client 192.168.1.20:59547] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity "http://localhost:32400/library/sections" in /var/www/html/plexWatch/index.php on line 91

 

 

 

I really want to embrace docker instead of plugin's - but don't want to start that transition with the apps that I use plugins for until/unless I can make something new work w/o a hitch.  So far....  sigh.

 

Thanks,

-Jim

Link to comment

If you have plex home enabled you need to make a small change to plexWatch config.php file

 

add the following line to the config.php file

 

$plexWatch['myPlexAuthToken'] = '';

 

then goto the plexWatch settings webpage, make sure you enter your username/password in the Plex Authentication section and then click save. 

 

this should populate the extra line you put in the config.php file with your authtoken and plexWeb should have no problem connecting to plex

 

 

Link to comment

Hi scottc - thanks for the reply.

 

My config.php already has this field (empty = '') as downloaded.    But, I have some other oddities occurring when I try to save from the plexWatch settings page - I've removed/updated the container several times today and this recurs.

 

When I save from the plexWatch settings page, it seems the config.php gets corrupted and ends up looking like this:

 

<?php

require_once '/var/www/html/plexWatch/includes/functions.php';

$plexWatch['myPlexUser'] = '<my plex UserID here>';h.db';

?>lexWatch['chartsGrouping'] = 'no';'no';';zuywyDstNH';

 

So - I've been hand-editing the file w/ my userID/pwd.    Any other thoughts or ideas would be appreciated.

 

Also - even though my config.pl has $debug_logging = 1, I get no debug.log file produced in my plexWatch dir.

 

Thanks again, and regards,

-Jim

 

 

 

 

 

Link to comment

Another interesting piece of info...

If I intentionally use an incorrect or missing password in the plexWatch config page and press Save - I get a message telling me that

  "myPlex authentication failed"

 

If I correct the password, and press Save - then it tells me:

  "Settings saved"

 

So it appears as if all authentication to Plex succeeds just fine from the plexWatch configuration/settings page - it knows that it can access and authenticate with plex.    However, it still fails to permit me to see anything that's happened - always telling me:

 

    Failed to access Plex Media Server. Please check your settings.

 

from the plexWatch page.

 

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.