nubot 1 Posted March 15, 2016 Report Share Posted March 15, 2016 (edited) I was trying to scrape a user's videos from Youtube (title+url). However, the bot seems to crash after a certain amount of time (pulled about 4700 records). I'm getting 2 types of errors. 1. Error converting value true to type2. Cannot deserialize the current JSON array I saw a thread here which didn't really solve anything: http://network.ubotstudio.com/forum/index.php/topic/17342-ubot-error-cannot-deserialize-the-current-json/ Any ideas as to what causes these errors? Sample page: https://www.youtube.com/user/GamingCurios/videos Thanks. Edited March 16, 2016 by nubot Quote Link to post Share on other sites
ed08724 6 Posted December 18, 2016 Report Share Posted December 18, 2016 just started having same errors on code that worked fine but then got those errors after upgrading to 5.9.43Did you ever solve it? Quote Link to post Share on other sites
nubot 1 Posted December 18, 2016 Author Report Share Posted December 18, 2016 just started having same errors on code that worked fine but then got those errors after upgrading to 5.9.43Did you ever solve it? I did resolve it but I honestly don't remember how now. It was either a bug fix (because I think I reported it), an error in my code, or I changed the browser in Ubot.If you go to tools -> options which browser are you using? Try Chrome 29 if you're not using that one. Quote Link to post Share on other sites
webpro 31 Posted February 25, 2017 Report Share Posted February 25, 2017 Getting this one right now too. I'll try Chrome49 as we got 2 choices right? (21 and 49) It has to do with scraping. It stops after while (not youtube related in my case tho) then gives: Cannot deserialize JSON object into type System Boolean 5.9.44 version here Oh yeah and if i try something else. It crashes UB Quote Link to post Share on other sites
deliter 203 Posted February 27, 2017 Report Share Posted February 27, 2017 Getting this one right now too. I'll try Chrome49 as we got 2 choices right? (21 and 49) It has to do with scraping. It stops after while (not youtube related in my case tho) then gives: Cannot deserialize JSON object into type System Boolean 5.9.44 version here Oh yeah and if i try something else. It crashes UBPost the site and scrape code, or page for html Quote Link to post Share on other sites
yonatankra 1 Posted October 7, 2017 Report Share Posted October 7, 2017 (edited) I'm getting this issue as well now.Simple scraping of id of same images on page.set(#addStar,$scrape attribute(<src="https://www.mysite.com/star_16.gif">,"id"),"Global") EDIT:Now it's getting worse - I'm getting errors on every time I'm trying to use the select tool (the '<>' icon in the click command, for example). After a few seconds, UBOT crashes.This is not related to a certain web page... Edited October 7, 2017 by yonatankra Quote Link to post Share on other sites
leemilton300 0 Posted October 13, 2017 Report Share Posted October 13, 2017 Did anyone figure out a solution for this? i am getting the same error way too many times.. Here is one of my recent ubot scripts that i am getting this error on http://snippi.com/raw/09ejd4d When i try to run this part, i get the error Screenshot of Errors But when i run that part individually in a new script it works fine which is really odd I tried, reset browser instead of clear cookies, its not working too.. If anyone has any suggestions, please let me know, any help would be really appreciated. Quote Link to post Share on other sites
leemilton300 0 Posted October 14, 2017 Report Share Posted October 14, 2017 Small update : That same bot seems to be working fine when is switch to chrome 21 but then "reset browser" function doesn't work in it and sites like tumblr don't support chrome 21 so they keep giving odd errors, and it only solves the issue around 30-40%, when i loop the bot it works correctly for the first few times and after that it crashes, sometimes it crashes at the very first loop itself. Quote Link to post Share on other sites
ronaldod 4 Posted October 14, 2017 Report Share Posted October 14, 2017 Same issues here from today. Scraping errors on many parts in the bot. Quote Link to post Share on other sites
scrapelicious 0 Posted April 25, 2018 Report Share Posted April 25, 2018 (edited) I have the same issue.. What is the solution? I'm trying to scrape content from a page, this worked for 47 pages long, then on page 48 it gave sudden problems.. Really hope someone knows how to solve this! Edited April 25, 2018 by scrapelicious Quote Link to post Share on other sites
unibotsi 7 Posted July 11, 2023 Report Share Posted July 11, 2023 (edited) I`m getting the exact same error in 2023 with the latest version (6.7.23) During the first 3 - 5 loops everything is working like it should be, then the error is popping up. Any solutions or work arrounds for this? Edited July 11, 2023 by unibotsi Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.