Jump to content
UBot Underground

Several Things Don't Work In Server Os


Recommended Posts

Hello. 

 

I made a bot that uploads a image to an imagehoster and scrapes the element that shows the url after that. Then the bot pastes the URL on a different website so that it gets posted there as well (like with a pinsite).

 

Now i have the following problem. In the uBot itself the program works great. It also does work when compiled on my Windows 10 64 Bit (16gb ram) just fine. But for some reason when i want to use the program on my Server (Windows 2008 R2 (32GB Ram)) it doesn't scrape the url. Everything else works. The bot just doesn't scrape the url, and i've tried it in several ways. I am using the "chrome 21" browser as the "chrome 47" always crashes on me (also only in the Windows R2 Server) (Error message: UCefSharpBrowser has stopped working) - I've also messaged the support, but no luck.. Is there anyone that has an idea what i could do?

 

thanks in advance

 

best regards

Link to post
Share on other sites

The code in the website may be different on your server, I'd have a look in a browser there and make sure the element you are trying to scrape is the same (id, class, etc). Be especially wary of offsets. It could be that your server is in a different location which could cause the website to change, there are other factors as well but that one stands out.

Link to post
Share on other sites

Hi there,

 

Thanks @HelloInsomnia - You were absolutely right. The code was different for the server so i had to play around with the wildcard settings in the scrape attribute. It works now! Much thanks!

 

best regards

  • Like 1
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...