Search found 204 matches

by Ninjaoninja2
19 Dec 2019, 14:10
Forum: SFS2X Questions
Topic: HTML5 Admin Tool restart button shuts down the server
Replies: 3
Views: 5474

HTML5 Admin Tool restart button shuts down the server

Hi,

I don't know if this goes here, I apologize if it doesn't, but upon using the HTML5 Admin Tool to restart the SmartFoxServer instance, it seems to shutdown the instance instead of restarting it.
by Ninjaoninja2
25 Oct 2018, 05:32
Forum: SFS2X Questions
Topic: If you buy an Elastic can you remove the smartfox can you remove the branding?
Replies: 1
Views: 3270

If you buy an Elastic can you remove the smartfox can you remove the branding?

Hello,
I was wondering if I buy an elastic license instead of a perpetual one, does that mean we can still remove the SmartFox Branding?
by Ninjaoninja2
07 Jul 2018, 21:25
Forum: SFS2X Questions
Topic: Java.lang.NoSuchFieldError: customPasswordCheck
Replies: 1
Views: 3426

Java.lang.NoSuchFieldError: customPasswordCheck

Hello, I've been experimenting with the Login Assistant Component, and as such, I am trying to salt the passwords just like in the docs. I've followed everything, and I compiled my code in Eclipse without any errors, but as soon as I try to load the extension in SFS, it's giving me this error: java....
by Ninjaoninja2
28 May 2018, 14:00
Forum: SFS2X HTML5 / JavaScript API
Topic: New to Webpack, help...
Replies: 3
Views: 9628

Re: New to Webpack, help...

I thinks this might be an issue with the generation of the source map of your project, which in turn should embed the API source map. I suggest to follow the setup of the project in this example: http://docs2x.smartfoxserver.com/ExamplesJS/connector-npm-webpack In any case you are not forced to use...
by Ninjaoninja2
27 May 2018, 16:08
Forum: SFS2X HTML5 / JavaScript API
Topic: New to Webpack, help...
Replies: 3
Views: 9628

New to Webpack, help...

Hello, I'm not sure what's going on, I've never used webpack so I'm kind of frustrated. I'm getting this odd error when trying to use the SFS2X JS API 1.7.11 from the official client api list, complaining about this: Error while fetching an original source: TypeError: NetworkError when attempting to...
by Ninjaoninja2
21 May 2018, 13:30
Forum: SFS2X HTML5 / JavaScript API
Topic: SFS2X.LoginRequest is not a constructor.
Replies: 9
Views: 16006

Re: SFS2X.LoginRequest is not a constructor.

Bax wrote:Can you please send a test case?
Because we tested the new API in all our examples, and they work as expected. No "not a constructor" error ever.
Maybe something else is going on?

I’ve been wondering that myself, I sent my code and the information to the support email.
by Ninjaoninja2
20 May 2018, 11:48
Forum: SFS2X HTML5 / JavaScript API
Topic: SFS2X.LoginRequest is not a constructor.
Replies: 9
Views: 16006

SFS2X.LoginRequest is not a constructor.

Hello, This time I've used the search function for about an hour and haven't been able to come up with anything. :shock: I think this actually might be a bug. When I'm trying to login, no matter how I send the request, it just says that SFS2X.LoginRequest is not a constructor, it was just working fi...
by Ninjaoninja2
19 May 2018, 16:46
Forum: SFS2X HTML5 / JavaScript API
Topic: Websocket request rejected. Received: TEXT, Required: Byte[].
Replies: 3
Views: 8973

Re: Websocket request rejected. Received: TEXT, Required: Byte[].

Lapo wrote:Hi,
it sounds like this problem:
viewtopic.php?f=18&t=20559

It was, should've used the search first. :oops:
by Ninjaoninja2
18 May 2018, 19:50
Forum: SFS2X HTML5 / JavaScript API
Topic: Websocket request rejected. Received: TEXT, Required: Byte[].
Replies: 3
Views: 8973

Websocket request rejected. Received: TEXT, Required: Byte[].

Hello, For some reason, as soon as I upgraded to the latest JavaScript API update, I am getting this error when trying to connect using Web Sockets, even though the useSSL Boolean is set to true. "Websocket request rejected. Received: TEXT, Required: Byte[], Session will be closed." Here's...
by Ninjaoninja2
26 Mar 2018, 12:37
Forum: SFS2X HTML5 / JavaScript API
Topic: "Blank" was loaded over https but...
Replies: 2
Views: 6270

Re: "Blank" was loaded over https but...

Bax wrote:You have to make the API use WSS to connect.
In order to do this, in the configuration object you pass to the SmartFox constructor, set the useSSL parameter to true.
http://docs2x.smartfoxserver.com/api-do ... rtFox.html

Ah, simple error. Thanks Bax!
by Ninjaoninja2
24 Mar 2018, 16:13
Forum: SFS2X HTML5 / JavaScript API
Topic: "Blank" was loaded over https but...
Replies: 2
Views: 6270

"Blank" was loaded over https but...

Hello, I'm having trouble with a JavaScript error, anytime I try to connect to SmartFoxServer from my server which has a valid, custom ssl certificate installed, I'm getting the follow error: The page at 'domainhere' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint ...
by Ninjaoninja2
15 Jan 2018, 12:21
Forum: SFS2X Questions
Topic: Connection timed out
Replies: 2
Views: 4492

Re: Connection timed out

Hi, the first thing to check is that you've set the firewall rules correctly. From your description it sounds like something is preventing clients from connecting. Try telnetting the port: telnet mydomain.co 8443 If it fails, there's a problem with the firewall. Cheers Thansk Lapo, I think that's t...
by Ninjaoninja2
14 Jan 2018, 19:23
Forum: SFS2X Questions
Topic: Connection timed out
Replies: 2
Views: 4492

Connection timed out

Hello,
I've fixed all of my Jetty errors, and I can successfully startup SmartFoxServer however I get a connection timed out going to https://www.mydomain.co:8443 which is the port my server is running on.
Any ideas why that might be?
by Ninjaoninja2
08 Jan 2018, 19:51
Forum: SFS2X Questions
Topic: Jetty and SSL Error
Replies: 8
Views: 9214

Re: Jetty and SSL Error

It looks like you have introduced an error in the ssl.ini file. Can you send us the file so we can take a look? You can use our support@... email box with a reference to this discussion. The problem is definitely the changes to the config. Hope it helps Hey Lapo, I've sent an email in! Awaiting you...
by Ninjaoninja2
05 Jan 2018, 17:44
Forum: SFS2X Questions
Topic: Jetty and SSL Error
Replies: 8
Views: 9214

Re: Jetty and SSL Error

Can you please post the entire stack trace? Otherwise it's not possible to understand what is going on. Can you also clarify what changes have you made to they jetty config? Thanks Like I said, I made no changes besides what the documentation asked for. I changed the ssl.ini to my settings and put ...

Go to advanced search