Jump to content




Discover App (Ver. 7.4) - Apps, Snippets, Cloud Storage, Chat Board, Mail, Profiles, Support Tickets

utility networking lua

  • You cannot reply to this topic
302 replies to this topic

#281 Tag365

  • Members
  • 109 posts

Posted 17 April 2017 - 04:57 AM

Ok then, take your time.

#282 Dahknee

  • Members
  • 1,808 posts
  • Location/home/da

Posted 20 June 2017 - 11:40 AM

Okay, so I apologise for leaving this abandoned for so long with so many errors. I have been going through the backend scripts and fixing all of them, from what I know, I have removed the majority of bugs on the system, I have also removed the Chat System, due to instability, and it will be replaced in another version with something I am working on now. In the mean time I shall be making some small changes to the code, and have a few additional plans, I shall release the 8.0 fix later today.

If you are wanting to help out; then I am open to the help due to having a lot of things I want to implement and not much time.

#283 Dahknee

  • Members
  • 1,808 posts
  • Location/home/da

Posted 20 June 2017 - 12:00 PM

Okay so version 7.3 is now out, which has a ton of fixes for the app, so it works. Apologies for the delay.
To update just load your current version and it will auto update, or you can use the installer in the OP to install it.

Also note I have updated the information for the plugins, so you can understand how they work.

Edited by DannySMc, 20 June 2017 - 12:15 PM.


#284 Wilma456

  • Members
  • 187 posts
  • LocationGermany

Posted 20 June 2017 - 01:27 PM

If I run "pastebin run MmnFkANZ" I got the error "35: attempt to index ? (a nil value)"

#285 Bomb Bloke

    Hobbyist Coder

  • Moderators
  • 7,099 posts
  • LocationTasmania (AU)

Posted 20 June 2017 - 03:39 PM

That suggests https://discoverapi....discoverapp/lua cannot be reached by your Minecraft installation. Consider whether you're running through any weird proxy services, or whether you may've activated CC's whitelist feature.

#286 Dahknee

  • Members
  • 1,808 posts
  • Location/home/da

Posted 20 June 2017 - 05:55 PM

View PostWilma456, on 20 June 2017 - 01:27 PM, said:

If I run "pastebin run MmnFkANZ" I got the error "35: attempt to index ? (a nil value)"

Two things,

1. Are you using an emulator? As I know cclite for example you need to install luasec to support https connections.
2. If not, and you're using Minecraft; make sure that you have access to my site in your config. also if you can tell me the version of Minecraft and the version of ComputerCraft I will be able to help better, but the link posted above by BombBloke is accessible to anyone; unless, as he states, you are running through a weird proxy.



#287 Twijn

  • Members
  • 119 posts

Posted 20 June 2017 - 06:36 PM

This is quite unrelated to the thread; though I've certainly had many issues with SSL connections. Here's what I've found in the past:

https://www.twijnweb.com is available to every CC instance I've tried. There is no problem with this site nor this SSL certificate; according to Java/CC. (Returns the expected http response)
https://www.tylertwining.com (My personal website, which does not have much content) is not available to most instances I've tried. (Returns nil)
https://www.valoranmc.net (My in progress server website) is not available to most instances I've tried. (Returns nil)

I shall note these things:
  • All websites use certificates from the came certificate authority. They're all issued by "COMODO RSA Domain Validation Secure Server CA"
  • TwijnWeb is hosted on a $2.99 web server provided by bisect hosting. The other two (valoranmc.net and tylertwining.com) are hosted on a $89.99 dedicated "game" server hosted by OVH. (Hosted alongside my MC servers)
  • These differences might be what's causing the inconsistencies because the dedicated server might not be configured correctly, or CPanel, which exists on twijnweb.com but not the other two, might be glorifying it somehow to where Java/CC prefers it. (Or, potentially, it prefers it because Java's using an older, less modern means of transmitting the cert than the dedicated server is.) Nonetheless, the dedicated server is configured sufficiently for Chrome and Edge and most likely Firefox to accept the certificates, so I don't see why Java would accept TW.COM's but not the others.
In conclusion, the way in which Java (or, more specifically, ComputerCraft) handles SSL certificates has always been quite odd, at least in my experience. In most cases I'd just suggest to stay away from SSL unless you're actually submitting or obtaining data that requires an encrypted pathway.

It might be worth noting that updating your Java version @Wilma could help your issue; if it is not already up-to-date.


EDIT: This was infact just the issue with my server. Idid upload my certificate and private key, but I forgot my chain. Fixing them now. tylertwining.com & valoranmc.net appears to work fine now. :) The non-crossed out things are still slightly valid. xP

Edited by Twijn, 20 June 2017 - 07:04 PM.


#288 Wilma456

  • Members
  • 187 posts
  • LocationGermany

Posted 21 June 2017 - 10:49 AM

I have tried to connect in the latest satble and the latest beta of CC and it failed. In my Browser I can connect to https://discoverapi....iscoverapp/lua. Http is enabled in the config and all pages are whitleistet. I not use a proxy.

#289 Dahknee

  • Members
  • 1,808 posts
  • Location/home/da

Posted 21 June 2017 - 02:21 PM

View PostWilma456, on 21 June 2017 - 10:49 AM, said:

I have tried to connect in the latest satble and the latest beta of CC and it failed. In my Browser I can connect to https://discoverapi....iscoverapp/lua. Http is enabled in the config and all pages are whitleistet. I not use a proxy.
That's really interesting, I will disable forcing SSL, and change the URL to be http. Apologies, It's a really weird issue :/ hmm. Thanks for posting though.
Edit #1: Actually that link does not work for me either; that's really weird. Let me check my web server is configured correctly.
Edit #2: I figured it out, it's because there is a trailing full stop at the end of the url; which is causing it to look for
discoverapp.lua.
, I shall create an update now. Thanks.

Edited by DannySMc, 21 June 2017 - 02:32 PM.


#290 Dahknee

  • Members
  • 1,808 posts
  • Location/home/da

Posted 21 June 2017 - 02:39 PM

Update on the above I have updated in the installer to use non SSL, and I have checked the configurations, and it seems to work fine, can you guys please test it, I also changed it in the auto-updater inside the application.

#291 Wilma456

  • Members
  • 187 posts
  • LocationGermany

Posted 21 June 2017 - 03:35 PM

The installer works now. but if I want to start discover, I get the error "string:75: attempt to index ? (a nil value)"

#292 Dahknee

  • Members
  • 1,808 posts
  • Location/home/da

Posted 22 June 2017 - 08:40 AM

View PostWilma456, on 21 June 2017 - 03:35 PM, said:

The installer works now. but if I want to start discover, I get the error "string:75: attempt to index ? (a nil value)"

Hi there, I have to admit there must be something on your end not working...? Because I can use it on Mac, CCLite, CCEmuRedux, CCEmuX, Windows, In-Game, On server.
There must be something you're blocking? because I am not having an issue, neither is anyone on my server? So I am not really sure what to fix...? As that error, doesn't help me at all, unless you can zip up your computers contents and send that to me, I can look from there. But if it works on mine then most likely something is being blocked from your end.

#293 Wilma456

  • Members
  • 187 posts
  • LocationGermany

Posted 22 June 2017 - 01:24 PM

I have nothing blocked. It seems to be a Problem with MC. I also tried CCEmuRedux and it does not work. My Opearting System is Ubuntu 16.04. What Information do you need?

#294 Dahknee

  • Members
  • 1,808 posts
  • Location/home/da

Posted 22 June 2017 - 04:07 PM

View PostWilma456, on 22 June 2017 - 01:24 PM, said:

I have nothing blocked. It seems to be a Problem with MC. I also tried CCEmuRedux and it does not work. My Opearting System is Ubuntu 16.04. What Information do you need?

Send me a zip of the folder of your computer. Let me look there. I have no issue can you please install cclite and try on there, or hop onto the AirWaves server and try on there.

#295 Wilma456

  • Members
  • 187 posts
  • LocationGermany

Posted 22 June 2017 - 04:31 PM

On cclite it works!

#296 Dahknee

  • Members
  • 1,808 posts
  • Location/home/da

Posted 23 June 2017 - 12:06 AM

View PostWilma456, on 22 June 2017 - 04:31 PM, said:

On cclite it works!

Just tried it on CCEmuRedux and it works fine.

Also I can't see the discoverapp in any of the files you sent over...? I would also suggest loading a Minecraft 1.11.2 version with the mod and trying it on there as well.

#297 bobasrty

  • Members
  • 24 posts

Posted 23 August 2017 - 10:13 PM

Hi, originally I tried to install on SimSoft Yellow. I don't remember the error but i tried again with pastebin and it said it file already exists. I've seen the code and idk if its supposed to do that but I don't think so, please help! Also is the server down or something like that because i tried to connect using STD-GUI but it won't switch as if the servers are down. Again please help.

#298 LDDestroier

  • Members
  • 1,095 posts
  • LocationACDC Town

Posted 24 August 2017 - 02:33 AM

View Postbobasrty, on 23 August 2017 - 10:13 PM, said:

Hi, originally I tried to install on SimSoft Yellow. I don't remember the error but i tried again with pastebin and it said it file already exists. I've seen the code and idk if its supposed to do that but I don't think so, please help! Also is the server down or something like that because i tried to connect using STD-GUI but it won't switch as if the servers are down. Again please help.

Hey, I'm the owner of STD-GUI, and I tried testing to replicate your problem. I couldn't download from Discover on STD-GUI (on or off SimSoft,) but I couldn't use regular old Discover App 7.4 either. I think Discover is down right now. You could try again later, or you could spam dannysmc95's PM mailbox with complaints until he buckles! Either way, it's out of my hands. Although I did add an actual error message to let you know if a channel is down if you try to connect and fail.

#299 Dahknee

  • Members
  • 1,808 posts
  • Location/home/da

Posted 24 August 2017 - 08:06 AM

View PostEldidiStroyrr, on 24 August 2017 - 02:33 AM, said:

View Postbobasrty, on 23 August 2017 - 10:13 PM, said:

Hi, originally I tried to install on SimSoft Yellow. I don't remember the error but i tried again with pastebin and it said it file already exists. I've seen the code and idk if its supposed to do that but I don't think so, please help! Also is the server down or something like that because i tried to connect using STD-GUI but it won't switch as if the servers are down. Again please help.

Hey, I'm the owner of STD-GUI, and I tried testing to replicate your problem. I couldn't download from Discover on STD-GUI (on or off SimSoft,) but I couldn't use regular old Discover App 7.4 either. I think Discover is down right now. You could try again later, or you could spam dannysmc95's PM mailbox with complaints until he buckles! Either way, it's out of my hands. Although I did add an actual error message to let you know if a channel is down if you try to connect and fail.

So I just renewed my certificate, and checked it on my computer and it works fine now.

#300 FlamerGamer1234

  • New Members
  • 1 posts

Posted 23 September 2017 - 03:24 PM

This post is almost a month old but i need help, this error appears every time i start Discover.Posted Image





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users