skip to Main Content
Viewing 5 posts - 31 through 35 (of 35 total)
  • Author
    Posts
  • #8188
    Marc Smith
    Keymaster

    Hello!

    Please email info@smrfoundation.org to arrange a remote repair session via Team Viewer.

    Regards,

    Marc

    #8308
    hellengre
    Participant

    Hi.
    Help me, please.
    If I want to “chase” a word or an institution, do I need to delimit a specific site? Can not I search the network in general?
    Where do I put the page ID to parse it?

    #8512

    Hi,

    I am trying to import data from twitter users network. While doing so I came across two options:

    1. Basic Network
    2. Basic Network Plus Friends and Followers

    Can you please explain me the difference between the two of these?

    Also, what different data will I see in my worksheet if I select second option.

    Thanks

    #8915
    Harald Meier
    Keymaster

    Hello,

    The second option adds the edge type “Follows” to the Edges worksheet in your dataset. It will get the followers from all users that are detected in your search query. The API will usually return the most recent followers first.

    This option can easily max out the capacities of NodeXL and Excel. And it will take a long time to download the data. You can of course limit the number of followers to be collected, but still you might end up with more than a million edges e.g. if there are 1000 users in your network with an average of 1000 followers. That is way too much to handle for NodeXL.

    There may be special use cases for this option, e.g. download data, export as .gexf and then analyze in Gephi. But we generally recommend to not use this option.

    #9012
    ecvorst@gmail.com
    Participant

    Good morning! Hopefully I am posting this to the correct thread (rather than starting a new one).

    When attempting to import Twitter REST API data I am getting the error message below. This error comes up after the search has been completed (after the “Import from Twitter Search Network” window closes and while the data in the window is working on updating, prior to being able to save the new file).

    Thank you!

    ————–

    —————————
    NodeXL
    —————————
    An unexpected problem occurred. If it occurs again, please copy the details to the clipboard by typing Ctrl-C, then post the details to https://www.smrfoundation.org/forums/.

    Details:

    [COMException]: Exception from HRESULT: 0x800A03EC

    at System.Dynamic.ComRuntimeHelpers.CheckThrowException(Int32 hresult, ExcepInfo& excepInfo, UInt32 argErr, String message)

    at CallSite.Target(Closure , CallSite , ComObject , Object , String , Missing , Missing , String )

    at System.Dynamic.UpdateDelegates.UpdateAndExecute6[T0,T1,T2,T3,T4,T5,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5)

    at CallSite.Target(Closure , CallSite , Hyperlinks , Object , String , Missing , Missing , String )

    at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid6[T0,T1,T2,T3,T4,T5](CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5)

    at Smrf.AppLib.ExcelUtil.CreateHyperlinkFormula(Range range, Object value, Int32 iRow, Int32 iColumn)

    at Smrf.AppLib.ExcelUtil.SetRangeValues(Range upperLeftCornerMarker, Object[,] values, Boolean removeFormulasFromValues, Boolean convertUrlsToHyperlinks)

    at Smrf.NodeXL.ExcelTemplate.GraphImporter.SetRangeValues(Range oUpperLeftCornerMarker, Object[,] aoValues, Boolean bConvertUrlsToHyperlinks)

    at Smrf.NodeXL.ExcelTemplate.GraphImporter.ImportEdges(IGraph oSourceGraph, String[] asEdgeAttributes, ListObject oEdgeTable, Range oVertex1NameColumnData, Range oVertex2NameColumnData, Boolean bAppendToTable)

    at Smrf.NodeXL.ExcelTemplate.GraphImporter.ImportGraph(IGraph sourceGraph, String[] edgeAttributes, String[] vertexAttributes, Boolean clearTablesFirst, Workbook destinationNodeXLWorkbook)

    at Smrf.NodeXL.ExcelTemplate.ThisWorkbook.ImportGraph(IGraph oGraph, String[] oEdgeAttributes, String[] oVertexAttributes, String sGraphSource, String sGraphTerm, String sImportDescription, String sSuggestedTitle, String sSuggestedFileNameNoExtension)
    —————————
    OK
    —————————

Viewing 5 posts - 31 through 35 (of 35 total)
  • You must be logged in to reply to this topic.
Back To Top