-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panic Error #78
Comments
@llcamargo i fixed it today, if you get latest code and compile you shouldn't get this error. please confirm. I'll try to make packages (mac/ubuntu ....) |
I using MAC but i don't know how to compile. I'll search how to. |
@mehrdadrad Thanks. |
@llcamargo that's not related. the root cause of the issue related to a CSV file that it downloads from a 3rd party website and there is a uncompleted line that myLG (not latest code) doesn't validate and causes crash. the latest code fixed also I asked the 3rd party website if they can fix it. |
@llcamargo I'm seeing the issue fixed at CSV file (3rd party website). so it should be worked w/ old version as well. |
I'm seeing those exact errors quite frequently, even though the CSV file can be opened in browser with no problems. |
@FHRNet what's the myLG version? |
v0.2.6 on Mac. Happens on Linux too.
It’s currently working. But as I said, sometimes it works, sometimes it throws that error.
… On May 18, 2017, at 6:52 PM, Mehrdad Arshad Rad ***@***.***> wrote:
@FHRNet <https://github.com/fhrnet> what's the myLG version?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#78 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AGMs7Y3_5X4dnFuDXH7ixKEUT-hJEN3kks5r7HdagaJpZM4Mi427>.
|
@FHRNet |
Here's the CSV from the time it didn't work, maybe it'll help: https://expirebox.com/download/bf55d5136a1d82a50e6dac8112471f9f.html |
@FHRNet thank for ur help but already it fixed in the new version. try to compile from latest code |
I am getting the errors too. Any instructions for compiling for macOS? edit: nevermind, I found it in the README:
|
Hello.
Anyone with this error?
Just logged in and i have error.
=================================================
_ ___
_ __ _ | | / __|
| ' \ || | || (_ |
|||_, |____|
|/
================== myLG v0.2.6 ==================
local>
local>
local> panic: runtime error: index out of range
goroutine 7 [running]:
panic(0x905420, 0xc42000c0d0)
/usr/local/go/src/runtime/panic.go:500 +0x1a1
github.com/mehrdadrad/mylg/ns.fetchNSHosts(0x0, 0x0, 0x0)
/home/vagrant/golang/src/github.com/mehrdadrad/mylg/ns/ns.go:357 +0x98d
github.com/mehrdadrad/mylg/ns.(*Request).Init(0xc42004a770)
/home/vagrant/golang/src/github.com/mehrdadrad/mylg/ns/ns.go:99 +0x7f
created by main.init.1
/home/vagrant/golang/src/github.com/mehrdadrad/mylg/mylg.go:104 +0x125
axtelecom@laboratorio:~/pacotes$
Regards,
Leandro de Lima Camargo
The text was updated successfully, but these errors were encountered: