Page 1 of 8

Issue With Failing Actions

Posted: Fri May 24, 2019 4:27 am
by wowthatscool
Idk why some of my actions are failing it doesnt really give a reason here is my code 29511

Re: Issue With Failing Actions

Posted: Fri May 24, 2019 2:09 pm
by wowthatscool
it keeps saying the uri cant be found?

Re: Issue With Failing Actions

Posted: Fri May 24, 2019 9:55 pm
by martin@rootjazz
Please check the URL you are entering is valid and exists, if it cannot be found, then it is probably wrong.


As to your logs, they are huge. If you cannot figure out the issue, please clear logs: HELP > LOGS > VIEW > delete all files and recreate the issue and submit logs again.

And in future, please submit all details regarding the issue as requested by the sticky thread titled READ THIS IF SUBMITTING AN ISSUE
Please, read through this post and submit your issue accordingly. Not everything will be relevant to your issue, but have a read as it gives an idea of the information you can provide to help me help you as quickly as possible without delays in having to request additional information :)

https://rootjazz.com/forum/viewtopic.php?f=23&t=1634
With all that information, I could probably tell you at a glance what you are doing wrong



Regards,
Martin

Re: Issue With Failing Actions

Posted: Fri May 24, 2019 10:28 pm
by wowthatscool
okso im trying to like tracks of people who liked a certain track. It says compelted after about 2 min and says in the log URI can not be found. The URL is a real URL that works. I dont know what a URI is. Here is my log number. 25696. I deleted all the logs before this so it should be a fresh one

Re: Issue With Failing Actions

Posted: Sat May 25, 2019 1:42 am
by wowthatscool
i just got a different error doing the same thing 97034

Re: Issue With Failing Actions

Posted: Sat May 25, 2019 6:25 pm
by martin@rootjazz
Please in future, do read the thread above and post your issue accordingly.

You have multiple LIKE actions and to find the on you refer to I need to figure it out.

It is much easier if you can provide the requested information, so I can see to the issue straight away without any trying to locate what you refer to amongst multiple options. Especially on a Saturday. I don't want to have to insist on the issue submitted as requested, but one of these days I just might :)


As to the issue, the program is trying to scrape the latest track from a profile, but there are no tracks and the program doesn't handle that well.

The next update will fix this. I shall let you know when it is ready.



Regards,
Martin

Re: Issue With Failing Actions

Posted: Sat May 25, 2019 7:04 pm
by martin@rootjazz
https://soundcloudmanager.com/updatetesting.html

Please try this.

In addition, I would advise you NOT to set your max_items at 0, as you will be unnecessarily be scraping large amounts of results that you will not be likely to process without getting hit with a block (as 0 will be replaced with your global search limit which is probably in the thousands (Default is 8k I believe)

Re: Issue With Failing Actions

Posted: Sat May 25, 2019 7:27 pm
by wowthatscool
Thank You For helpng me so fast. I downloaded the update. Im not getting that error anymore but i have a new error. Its from the favouriting action from the bae bay account and the number for the logs is 74452 (hope that helps you find it). The error keeps saying "* WARNING: cannot processed unique artist as no processed_logs passed in". It still says processing the action hasnt ended but it has been about 10 min and it has no success in the log. Thank You Again

Re: Issue With Failing Actions

Posted: Sat May 25, 2019 7:33 pm
by wowthatscool
I also got a different error on the young dp favouriting action. It says "ERROR: Exception of type 'LibUtil.ExThreadKilled' was thrown."

Re: Issue With Failing Actions

Posted: Sun May 26, 2019 2:05 pm
by martin@rootjazz
wowthatscool wrote: Sat May 25, 2019 7:27 pm Thank You For helpng me so fast. I downloaded the update. Im not getting that error anymore but i have a new error. Its from the favouriting action from the bae bay account and the number for the logs is 74452 (hope that helps you find it). The error keeps saying "* WARNING: cannot processed unique artist as no processed_logs passed in". It still says processing the action hasnt ended but it has been about 10 min and it has no success in the log. Thank You Again
I am not sure that would be a problem, it is a warning not an error. An error is when something unexpected went wrong. In the above, the program detected it before it errorred. Warned you, then hopefully handled the state.

But I will check logs and confirm