October 5, 20187 yr at er.h(er.java:60) at gx.al(gx.java:249) at ab.f(ab.java:36) at aq.as(aq.java:3760) at r.h(r.java:1383) at cl.f(cl.java:93) at client.fq(client.java:2712) at client.ap(client.java:928) at ai.al(ai.java:388) at ai.run(ai.java:367) at java.lang.Thread.run(Thread.java:748) Anyone know what this means?
October 6, 20187 yr Is this being thrown by an SDN script? If so; send the error to the script’s developer and he can de-obfuscate the cryptic message.
October 6, 20187 yr Author How would I go about identifying the cause? It doesn't give any info on where to look. And no, it's my own script. Edited October 6, 20187 yr by someguy567
October 7, 20187 yr Author Just now, Alek said: Post the rest of the stack trace, you cut it off. That or it got spammed too much and you can't see the rest of it. The top of the message should say something like "Threw XYZ exception at ABC". That is literally the whole thing. The only other thing is the 'ea' just before it. Nothing else is shown. ea at er.h(er.java:60) at gx.al(gx.java:249) at ab.f(ab.java:36) at aq.as(aq.java:3760) at r.h(r.java:1383) at cl.f(cl.java:93) at client.fq(client.java:2712) at client.ap(client.java:928) at ai.al(ai.java:388) at ai.run(ai.java:367) at java.lang.Thread.run(Thread.java:748)
October 7, 20187 yr Author 10 hours ago, Alek said: It's missing something, so its getting cut off. Most likely the logger is being spammed, see if you can catch it right after it starts. I have the bot saving the log to a text file and I make sure it closes it when I get that error, so it is being caught straight after. Do you think this could be caused by having a weak proxy connection somehow?
October 8, 20187 yr Author @Alek I removed the part where it uses the hop world method from the API and now I'm no longer getting this error. Does that help at all? Edited October 8, 20187 yr by someguy567
October 9, 20187 yr 2 hours ago, someguy567 said: @Alek I removed the part where it uses the hop world method from the API and now I'm no longer getting this error. Does that help at all? I'm using osbot's hopping api and it's working perfectly, can you post your code? Edited October 9, 20187 yr by Antonio Kala
Create an account or sign in to comment